﻿
.active {
    background-color: #e6effd !important
}

body {
    font-size: 16px
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

button:focus {
    outline: unset
}

.contenedor-buscador #content-close {
    outline: none;
    background: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    display: block;
    position: absolute;
    z-index: 4;
    left: inherit;
    right: 3rem;
    width: 32px;
    height: 32px;
    top: 10px
}

    .contenedor-buscador #content-close .govco-icon-close {
        color: #4b4b4b !important
    }

.contenedor-buscador input#search_home {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 50px;
    background: #fff;
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    color: #4b4b4b;
    padding-left: 1.2rem;
    border: unset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2rem;
    background-size: 35px 35px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 3px 3px #a7b4c7;
    -moz-box-shadow: 0 3px 3px #a7b4c7;
    box-shadow: 0 3px 3px #a7b4c7
}

    .contenedor-buscador input#search_home::-webkit-input-placeholder {
        color: rgba(75,75,75,.7);
        font-size: 1rem;
        font-weight: 300;
        outline: none;
        border: unset;
        font-family: Work Sans,sans-serif;
        font-weight: 400
    }

    .contenedor-buscador input#search_home::-moz-placeholder {
        font-weight: 300;
        outline: none;
        border: unset
    }

    .contenedor-buscador input#search_home:-ms-input-placeholder {
        font-weight: 300;
        outline: none;
        border: unset
    }

    .contenedor-buscador input#search_home::-ms-input-placeholder {
        color: rgba(75,75,75,.7);
        font-size: 1rem;
        font-weight: 300;
        outline: none;
        border: unset;
        font-family: Work Sans,sans-serif;
        font-weight: 400
    }

    .contenedor-buscador input#search_home::placeholder {
        color: rgba(75,75,75,.7);
        font-size: 1rem;
        font-weight: 300;
        outline: none;
        border: unset;
        font-family: Work Sans,sans-serif;
        font-weight: 400
    }

    .contenedor-buscador input#search_home:-moz-placeholder, .contenedor-buscador input#search_home::-moz-placeholder {
        color: rgba(75,75,75,.7);
        font-size: 1rem;
        font-family: Work Sans,sans-serif;
        font-weight: 400
    }

    .contenedor-buscador input#search_home:-ms-input-placeholder {
        color: rgba(75,75,75,.7);
        font-size: 1rem;
        font-family: Work Sans,sans-serif;
        font-weight: 400
    }

    .contenedor-buscador input#search_home:focus {
        text-transform: none;
        outline: none;
        color: #4b4b4b;
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        font-weight: 400;
        border: unset
    }

input#search_home:focus-within {
    font-size: 1.3rem
}

button.content-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: unset;
    cursor: pointer;
    padding: unset;
    border: unset;
    margin: 1px 6px;
    border-radius: 50%;
    line-height: 3rem
}

#hint {
    margin-left: 0;
    position: absolute;
    display: none;
    z-index: 2;
    margin-top: -50px;
    width: 100%;
    height: auto;
    border: 1px solid #dfdfdf;
    background-color: #fff !important;
    padding-top: 60px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2rem 2rem 1rem 1rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3)
}

#box.box {
    position: relative
}

#hint ul {
    padding-left: 0;
    list-style-type: none
}

    #hint ul li {
        text-transform: lowercase;
        cursor: pointer;
        text-decoration: none;
        padding: 5px 30px 5px 0;
        display: block;
        font-size: 1rem;
        color: #0b457f;
        text-align: left;
        padding-left: 2rem
    }

        #hint ul li:hover {
            background-color: #fff
        }

        #hint ul li a {
            cursor: pointer;
            text-decoration: none;
            padding: 5px 30px 5px 0;
            display: block;
            font-size: 1rem;
            color: #007bff;
            text-align: left
        }

.icon-color-blue {
    color: #36c !important
}

#hint ul li a:hover {
    text-decoration: underline
}

.content-close {
    outline: none;
    background: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    display: block;
    position: absolute;
    top: 7px;
    z-index: 4;
    left: 20px;
    width: 32px;
    height: 32px
}

@media screen and (max-width:768px) {
    .content-close {
        right: 2.5em;
        left: inherit
    }
}

.govco-icon-close {
    position: absolute;
    top: 0;
    z-index: 4;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    line-height: 1
}

.content-search {
    outline: none;
    background: transparent;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 4;
    right: -5px;
    line-height: normal;
    outline: none !important
}

    .content-search .govco-icon {
        font-size: 3rem
    }

@media (max-width:1130px) {
    .contenedor-buscador input#search_home::-webkit-input-placeholder {
        font-size: .8rem
    }

    .contenedor-buscador input#search_home::-moz-placeholder {
        font-size: .8rem
    }

    .contenedor-buscador input#search_home:-ms-input-placeholder {
        font-size: .8rem
    }

    .contenedor-buscador input#search_home::-ms-input-placeholder {
        font-size: .8rem
    }

    .contenedor-buscador input#search_home, .contenedor-buscador input#search_home::placeholder, .contenedor-buscador input#search_home:focus, input#search_home:focus-within {
        font-size: .8rem
    }
}

.all .contenedor-buscador input#search_home {
    background: #000;
    border: .5px solid #e6e8e9;
    font-family: Montserrat,sans-serif;
    color: #fff
}

    .all .contenedor-buscador input#search_home::-webkit-input-placeholder {
        color: hsla(0,0%,100%,.7)
    }

    .all .contenedor-buscador input#search_home::-moz-placeholder {
        color: hsla(0,0%,100%,.7)
    }

    .all .contenedor-buscador input#search_home:-ms-input-placeholder {
        color: hsla(0,0%,100%,.7)
    }

    .all .contenedor-buscador input#search_home::-ms-input-placeholder {
        color: hsla(0,0%,100%,.7)
    }

    .all .contenedor-buscador input#search_home::placeholder {
        color: hsla(0,0%,100%,.7)
    }

    .all .contenedor-buscador input#search_home:focus {
        color: #fff
    }

.all #hint {
    background: #000 !important
}

    .all #hint li {
        color: #fff
    }

        .all #hint li:hover {
            background: #ddfb00 !important;
            color: #0b3261
        }

.titulo-1 {
    font-weight: 700
}

.titulo-1, .titulo-2 {
    color: #023f8a;
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 55px
}


.scroll-to-top {
    opacity: 0;
    position: fixed;
    bottom: 1rem;
    right: -144px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(75,75,75,.2);
    -webkit-box-shadow: 0 3px 10px -3px #4b4b4b;
    box-shadow: 0 3px 10px -3px #4b4b4b;
    z-index: 110;
    -webkit-transition: all .6s;
    transition: all .6s
}

.scroll-to-top button {
    border: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    cursor: pointer
}

    .scroll-to-top button .btn-svg-up-hover {
        font-size: 2rem !important;
        line-height: 2rem;
        color: #004884
    }

    .scroll-to-top button .back-to-top-button {
        padding: .4rem !important
    }

    .scroll-to-top button .label-button-star-up {
        font-size: 1rem !important;
        padding: 0 .6rem;
        width: 144px
    }

.scroll-to-top:hover {
    right: -.1rem !important
}

.show-scrollTop {
    opacity: 1;
    -webkit-transition: all .6s;
    transition: all .6s
}

body.all, body.all .nav-secondary.govco-content {
    background-color: #000 !important
}

    body.all .scroll-to-top button .btn-svg-up-hover, body.all .scroll-to-top button span {
        color: #004884 !important
    }

    body.all .breadcrumb .breadcrumb-item .govco-icon:before, body.all .breadcrumb li:not(.active) a {
        color: #fff !important
    }

.hidden {
    display: none !important
}

.bg-color-white {
    background: #fff
}

.bg-color-selago {
    background: #e5eefb
}

.bg-color-dodger-blue {
    background: #3772ff
}

.bg-color-marine {
    background: #36c
}

.bg-color-dark-blue {
    background: #004884
}

.bg-color-green {
    background: #069169
}

.bg-color-gold {
    background: #ffab00
}

.bg-color-orange {
    background: #f3561f
}

.bg-color-concrete {
    background: #f2f2f2
}

.bg-color-silver {
    background: #bababa
}

.bg-color-tundora {
    background: #4b4b4b
}

.bg-color-tutu {
    background: #fff2fa
}

.bg-color-radical-red {
    background: #f42e62
}

.bg-color-shiraz {
    background: #a80521
}

.bg-color-pale-sky {
    background: #6c757d
}

.bg-color-hawkes-blue {
    background: #e6effd
}

.bg-color-hawkes-blue-300 {
    background: rgba(157,190,255,.3)
}

.bg-color-catalina-blue {
    background: #0b457f
}

.bg-color-catalina-blue-600 {
    background: rgba(11,69,127,.6)
}

.bg-color-black-160 {
    background: rgba(0,0,0,.16)
}

.bg-color-marine-400 {
    background: rgba(51,102,204,.4)
}

.bg-color-dark-blue-500 {
    background: rgba(0,72,132,.5)
}

.bg-color-shiraz-600 {
    background: rgba(168,5,33,.6)
}

.bg-color-white-contrast {
    background: #fff
}

.bg-color-black-contrast {
    background: #000
}

.bg-color-yellow-contrast {
    background: #ddfb00
}

.bg-color-orange-contrast {
    background: #fbc200
}

.color-shiraz {
    color: #a80521 !important
}

.color-green {
    color: #069169 !important
}

.color-gold {
    color: #ffab00 !important
}

.color-marine {
    color: #36c !important
}

.color-dodger-blue {
    color: #3772ff !important
}

.color-white {
    color: #fff !important
}

.color-dark-blue {
    color: #004884 !important
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300.eot);
    src: local("Montserrat Light"),local("Montserrat-Light"),url(assets/fonts/montserrat/montserrat-v14-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot);
    src: local("Montserrat Light Italic"),local("Montserrat-LightItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot);
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot);
    src: local("Montserrat Italic"),local("Montserrat-Italic"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500.eot);
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(assets/fonts/montserrat/montserrat-v14-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot);
    src: local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600.eot);
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(assets/fonts/montserrat/montserrat-v14-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot);
    src: local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700.eot);
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(assets/fonts/montserrat/montserrat-v14-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot);
    src: local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/worksans/work-sans-v5-latin-300.eot);
    src: local("Work Sans Light"),local("WorkSans-Light"),url(assets/fonts/worksans/work-sans-v5-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-300.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-300.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/worksans/work-sans-v5-latin-regular.eot);
    src: local("Work Sans"),local("WorkSans-Regular"),url(assets/fonts/worksans/work-sans-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-regular.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/worksans/work-sans-v5-latin-600.eot);
    src: local("Work Sans SemiBold"),local("WorkSans-SemiBold"),url(assets/fonts/worksans/work-sans-v5-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-600.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-600.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/worksans/work-sans-v5-latin-500.eot);
    src: local("Work Sans Medium"),local("WorkSans-Medium"),url(assets/fonts/worksans/work-sans-v5-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-500.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-500.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/worksans/work-sans-v5-latin-700.eot);
    src: local("Work Sans Bold"),local("WorkSans-Bold"),url(assets/fonts/worksans/work-sans-v5-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-700.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-700.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Govco Icon;
    font-style: normal;
    src: url(assets/fonts/icons/Govco-icons.eot);
    src: local("Govco Icon"),local("Govco-Icon"),url(assets/fonts/icons/Govco-icons.eot?#iefix) format("embedded-opentype"),url(assets/fonts/icons/Govco-icons.woff2) format("woff2"),url(assets/fonts/icons/Govco-icons.woff) format("woff"),url(assets/fonts/icons/Govco-icons.ttf) format("truetype"),url(assets/fonts/icons/Govco-icons.svg#GovcoIcon) format("svg"),url("data:application/octet-stream;base64,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") format("truetype")
}

.block--gov-accessibility-clone {
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    margin-left: 9em
}

    .block--gov-accessibility-clone div.images {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0;
        background-color: #004884;
        border-radius: 12px;
        border: 2px solid #fff;
        height: 12em
    }

        .block--gov-accessibility-clone div.images a {
            cursor: pointer;
            margin: 5px 0;
            text-align: center;
            height: 2.2em;
            padding: 3px 2px;
            padding-top: .3em
        }

            .block--gov-accessibility-clone div.images a .image-icon div {
                cursor: pointer;
                margin: 0 auto;
                position: relative;
                height: 26px;
                width: 27px;
                background-image: url(../images/spr-govco.png) !important;
                background-repeat: no-repeat
            }

            .block--gov-accessibility-clone div.images a .image-icon #contrast {
                background-position: 0 -180px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-down {
                background-position: 0 -206px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-up {
                background-position: 0 -232px
            }

            .block--gov-accessibility-clone div.images a .image-icon #relevo {
                background-position: 0 -258px
            }

            .block--gov-accessibility-clone div.images a label {
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em;
                cursor: pointer
            }

            .block--gov-accessibility-clone div.images a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-9em);
                background-color: #3772ff;
                width: 12em;
                cursor: pointer;
                text-align: left;
                padding: 5px;
                border-radius: 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .block--gov-accessibility-clone div.images a:hover .image-icon div {
                    margin: 0 auto;
                    position: absolute
                }

                .block--gov-accessibility-clone div.images a:hover label {
                    display: inline-block !important
                }

.block--gov-accessibility {
    position: fixed;
    right: -.1em;
    bottom: 0;
    top: 30vh;
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    background: transparent !important
}

    .block--gov-accessibility .block-options {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0 !important;
        background-color: #004884;
        border-radius: 12px;
        border: 1px solid hsla(0,0%,100%,.28)
    }

        .block--gov-accessibility .block-options a {
            cursor: pointer;
            text-align: center;
            padding: 3px 2px
        }

            .block--gov-accessibility .block-options a .govco-icon {
                color: #fff !important;
                font-size: 1.5rem
            }

            .block--gov-accessibility .block-options a label {
                cursor: pointer;
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em
            }

            .block--gov-accessibility .block-options a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-8em);
                background-color: #3772ff;
                width: 11em;
                text-align: left;
                border-radius: 10px 0 0 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                text-decoration: none
            }

                .block--gov-accessibility .block-options a:hover .govco-icon {
                    margin: 0 .5rem
                }

                .block--gov-accessibility .block-options a:hover label {
                    cursor: pointer;
                    display: inline-block !important;
                    margin-bottom: 0;
                    margin-left: 0;
                    font-family: Work Sans,sans-serif;
                    font-size: .8rem
                }

.all {
    background: #000
}

    .all h1, .all h2, .all h3, .all h4, .all h5, .all h6 {
        color: #fff
    }

    .all div {
        background-color: #000
    }

    .all button {
        background-color: #ddfb00
    }

        .all button.content-close, .all button.content-search {
            background: transparent !important
        }

            .all button.content-close .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-close .govco-icon.govco-icon-search-cn, .all button.content-search .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-search .govco-icon.govco-icon-search-cn {
                background: transparent !important;
                color: #ddfb00 !important
            }

    .all a {
        color: #ddfb00 !important
    }

        .all a p.content-link, .all a p.title-contact-link {
            color: #004884 !important
        }

        .all a strong {
            color: #ddfb00 !important
        }

    .all .container-1 #search_home {
        background: #000;
        border: 2px solid #e5eefb
    }

        .all .container-1 #search_home::-webkit-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-moz-placeholder {
            color: #fff
        }

        .all .container-1 #search_home:-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::placeholder {
            color: #fff
        }

    .all .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p, .all .page__footer .container .footer-container .nav-footer .item-footer a:hover p {
        color: #004884 !important
    }

    .all a:hover, .all div.nav-link:hover {
        background-color: #ddfb00 !important;
        color: #004884 !important
    }

        .all a:hover p, .all div.nav-link:hover p {
            color: #004884 !important
        }

        .all a:hover *, .all div.nav-link:hover * {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

        .all a:hover .govco-icon:before, .all a:hover .title-contact-link, .all a:hover strong, .all div.nav-link:hover .govco-icon:before, .all div.nav-link:hover .title-contact-link, .all div.nav-link:hover strong {
            color: #004884
        }

    .all p {
        color: #ddfb00
    }

    .all span {
        color: #fff
    }

    .all i {
        background-color: #ddfb00
    }

    .all .block--gov-accessibility {
        background: transparent !important
    }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover span {
            color: #004884
        }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active span, .all .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
            color: #004884
        }

    .all #notificationHeaderMobile {
        z-index: 999
    }

        .all #notificationHeaderMobile .container-notifications-header {
            background: #ddfb00
        }

            .all #notificationHeaderMobile .container-notifications-header a {
                background: #ddfb00;
                color: #004884
            }

                .all #notificationHeaderMobile .container-notifications-header a strong {
                    color: #004884 !important
                }

    .all .navbar-translate-mobile .btn-transparent, .all .navbar-translate-mobile .btn-transparent i, .all .translation-links {
        background: transparent !important
    }

    .all .item-menu .nav-item-mobile.nav-item-menu.active a span {
        color: #004884 !important
    }

    .all nav.navbar.navbar-expand-lg.fixed-top.navbar-govco.navbar-collapsed li.nav-item.nav-search .search-items.row {
        visibility: hidden
    }

    .all .block--gov-accessibility .block-options.navbar-expanded {
        background-color: #000
    }

    .all footer .footer.page__footer {
        background-color: #000 !important
    }

        .all footer .footer.page__footer .container .submenu-footer a:hover, .all footer .footer.page__footer p:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

    .all .list-group-item {
        background-color: #000
    }

        .all .list-group-item:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

.rotate-icon, :host {
    display: block
}

.rotate-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

span.govco-icon.govco-icon-plus.rotate-icon {
    font-size: 1.2rem
}

    span.govco-icon.govco-icon-plus.rotate-icon:before {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1
    }

nav.navbar-govco {
    z-index: 99 !important
}

.btn-round {
    border-radius: 30px !important;
    margin: 0 !important
}

.btn-sesion, .text-underline {
    color: #fff !important
}

.btn-sesion {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: 700;
    background-color: #36c;
    border: 1px solid #fff !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.btn-cerrar-sesion {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b
}

button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color !important
}

.btn-cerrar-sesion:hover, .btn-personalizar:hover {
    background: #36c;
    color: #fff;
    border-radius: 1px
}

.btn-personalizar {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b;
    margin-top: 14px
}

.mr-icon {
    padding-right: 2px
}

.btn-sesion:hover {
    padding: 0 5px;
    padding: .1em .7em #004884 !important
}

.btn-sesion-activo, .btn-sesion:hover {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    background: #004884;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px;
    border: 1px solid #004884 !important
}

.btn-sesion-activo {
    padding: 0 5px;
    padding: .1em .7em !important
}

.navbar-container .container {
    padding: 0 5px;
    max-width: 1356px !important
}

.icon-text {
    font-size: 1.2rem !important
}

.btn-borde {
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid #fff !important;
    font-size: 1rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important
}

.btn-boder-white:hover {
    background-color: #fff !important;
    color: #36c !important
}

.cerrar-sesion {
    text-align: left;
    position: absolute;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    background: #f9f7f7;
    color: #4b4b4b;
    margin-top: -6px !important;
    border-radius: 5px
}

.index-sesion {
    position: relative;
    z-index: 1
}

.btn-boder-white {
    font-weight: 600;
    background-color: #36c !important;
    border: 1px solid !important;
    margin: 0 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.icon-text {
    color: #fff;
    font-size: 1.2rem
}

.all #govco-header .header-text-opciones {
    color: #ddfb00 !important;
    border-color: #ddfb00 !important;
    background-color: #000 !important
}

#govco-header {
    font-size: 16px;
    font-family: Work Sans,Montserrat,sans-serif
}

    #govco-header .sesion-opcion {
        max-height: 2rem;
        margin-right: .5rem;
        border-color: #fff !important
    }

        #govco-header .sesion-opcion .header-text-opciones {
            padding: .4rem 1rem .48rem !important;
            color: #fff !important
        }

        #govco-header .sesion-opcion:hover {
            background-color: #fff !important;
            color: #36c !important;
            border-color: #fff !important
        }

            #govco-header .sesion-opcion:hover .header-text-opciones, #govco-header .sesion-opcion:hover .icon-text {
                color: #36c !important
            }

        #govco-header .sesion-opcion.btn-sesion-activo {
            background-color: #fff !important;
            color: #36c !important;
            border-color: #fff !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-top-left-radius: 1rem !important;
            border-top-right-radius: 1rem !important
        }

            #govco-header .sesion-opcion.btn-sesion-activo .header-text-opciones, #govco-header .sesion-opcion.btn-sesion-activo .icon-text {
                color: #36c !important
            }

    #govco-header .cerrar-sesion {
        -webkit-box-shadow: 0 0 5px #36c;
        box-shadow: 0 0 5px #36c;
        background: #fff;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        color: #36c
    }

    #govco-header .header-text-opciones {
        font-size: .875rem !important;
        padding: .521rem 1rem .48rem !important;
        font-family: Work Sans,Montserrat,sans-serif;
        letter-spacing: .5px;
        font-weight: 400 !important;
        line-height: .875rem !important
    }

    #govco-header .nav-item-primary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important
    }

    #govco-header #nav-secondary .navbar-nav .nav-item a {
        font-size: .875rem !important;
        font-family: Work Sans,Montserrat,sans-serif !important
    }

    #govco-header .collapse.navbar-collapse.navbar-first-menu.float-right {
        float: none;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm {
        font-family: Work Sans,Montserrat,sans-serif !important;
        height: auto !important;
        padding: .401rem 0 .35rem !important;
        font-size: .875rem !important;
        margin-left: 1rem !important
    }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-webkit-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm:-ms-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-moz-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-ms-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

    #govco-header .search-desktop-container .form-search-bar-active ~ .icon-search, #govco-header .search-desktop-container input.form-control:focus ~ .icon-search {
        color: #36c !important
    }

    #govco-header .search-desktop-container .icon-search {
        margin-right: 0 !important
    }

@charset "UTF-8";

.navbar {
    width: 100%;
    z-index: 3
}

.navbar-container .navbar-first-menu a, .navbar-nav a {
    font-family: Montserrat,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    color: #0b457f !important;
    text-transform: uppercase;
    padding: 15px 5px
}

    .navbar-container .navbar-first-menu a:focus, .navbar-container .navbar-first-menu a:hover, .navbar-nav a:focus, .navbar-nav a:hover {
        background: transparent !important
    }

.navbar-container .navbar-first-menu .nav-item.active, .navbar-container .navbar-first-menu .nav-item:focus, .navbar-container .navbar-first-menu .nav-item:hover, .navbar-nav .nav-item.active, .navbar-nav .nav-item:focus, .navbar-nav .nav-item:hover {
    background: #ffab00 !important
}

    .navbar-container .navbar-first-menu .nav-item.active a, .navbar-container .navbar-first-menu .nav-item:focus a, .navbar-container .navbar-first-menu .nav-item:hover a, .navbar-nav .nav-item.active a, .navbar-nav .nav-item:focus a, .navbar-nav .nav-item:hover a {
        color: #0b457f !important;
        font-weight: 600 !important
    }

.navbar-container .navbar-first-menu .container-notifications-header, .navbar-nav .container-notifications-header {
    padding: 0
}

.navbar-container .navbar-first-menu .nav-item, .navbar-nav .nav-item {
    padding: 1px 1rem
}

.alert-warning, .navbar-notifications {
    width: 100%;
    background-color: #ffab00
}

.alert-warning {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

    .alert-warning a {
        padding: 0
    }

    .alert-warning .page-icon-close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-weight: 700;
        line-height: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .alert-warning .page-icon-close .govco-icon {
            color: #0b457f !important;
            font-weight: 600 !important;
            font-weight: 600;
            margin-top: 3px;
            font-size: 1.5rem
        }

    .alert-warning .page-alert-text {
        font-size: .7rem !important;
        color: #004884 !important;
        font-family: Work Sans,sans-serif !important;
        text-transform: none !important;
        font-weight: 500 !important
    }

.navbar-govco {
    background-color: #36c;
    font-size: .5rem;
    padding: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 9 !important
}

    .navbar-govco .form-search-bar {
        border-radius: 2rem;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 1px #36c;
        box-shadow: 0 0 1px #36c;
        overflow: hidden;
        font-size: .5rem;
        margin-left: 1rem;
        line-height: 21px
    }

        .navbar-govco .form-search-bar.none-visibility {
            border: .5px solid transparent;
            -webkit-transition: 1.5s;
            transition: 1.5s
        }

        .navbar-govco .form-search-bar input.form-control {
            font-size: .75rem;
            margin-right: 1px !important;
            margin-left: 10px;
            color: #fff !important;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0;
            height: 25px
        }

            .navbar-govco .form-search-bar input.form-control:focus {
                color: #000 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important
            }

            .navbar-govco .form-search-bar input.form-control.translation {
                width: 0;
                margin: 0 !important;
                color: #fff !important;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            .navbar-govco .form-search-bar input.form-control.non-translation {
                width: 118px;
                margin-right: 1px !important;
                margin-left: 10px;
                transition: all .5s;
                -webkit-transition: all .5s
            }

        .navbar-govco .form-search-bar .govco-icon {
            color: #fff;
            font-size: 1.7rem
        }

        .navbar-govco .form-search-bar .material-icons {
            color: #fff;
            font-size: 1.7rem;
            height: auto;
            width: auto;
            text-align: end
        }

        .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control:-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

    .navbar-govco .navbar-brand {
        padding: 0
    }

.navbar-container {
    width: 100%
}

    .navbar-container, .navbar-container .container {
        padding: 0;
        margin: 0
    }

        .navbar-container .navbar-logo img {
            margin: 10px 0 !important
        }

        .navbar-container .nav-primary a {
            color: #fff !important
        }

        .navbar-container .nav-item-primary {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .navbar-container .nav-item-primary .lang-govco {
                color: #fff;
                font-size: 1.7rem;
                margin: 0;
                line-height: 30px;
                cursor: pointer
            }

            .navbar-container .nav-item-primary.is-scroll {
                margin-left: auto
            }

        .navbar-container .navbar-first-menu .navbar-first-menu a:focus, .navbar-container .navbar-first-menu .navbar-first-menu a:hover, .navbar-container .navbar-first-menu .navbar-nav a:focus, .navbar-container .navbar-first-menu .navbar-nav a:hover {
            color: #fff
        }

.form-search-bar-active, .navbar-govco .form-search-bar input.form-control:focus {
    background-color: #fff;
    color: #000
}

    .form-search-bar-active ~ .icon-search, .form-search-bar-active ~ .search-btn > .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .search-btn > .icon-search {
        color: #3772ff !important
    }

.nav-secondary {
    width: 100%;
    background-color: #fff
}

    .nav-secondary.govco-content {
        background-color: #e6effd !important
    }

    .nav-secondary .nav-item {
        cursor: pointer;
        padding: 0
    }

        .nav-secondary .nav-item .nav-link {
            padding: 8.21px 30px;
            line-height: 20px;
            font-weight: 500 !important
        }

.hidden-transition {
    opacity: 0;
    display: none
}

.hidden-transition, .show-transition {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.show-transition {
    display: inline;
    opacity: 1
}

.page-header-hidden {
    height: 200px
}

.page-content-hidden, .page-header-hidden {
    background-color: #fff;
    background-image: none
}

.page-content-hidden {
    height: 3rem
}

.none-visibility {
    color: transparent
}

@media (min-width:992px) {
    .navbar-collapsed {
        display: none !important
    }
}

@media (max-width:992px) {
    .navbar-expanded {
        display: none !important
    }

    .navbar-collapsed {
        display: initial !important
    }

        .navbar-collapsed .navbar-collapse .nav-item {
            list-style-type: none
        }

        .navbar-collapsed .navbar-collapse .nav-items {
            opacity: 1;
            -webkit-transition: height .5s,opacity .5s ease-in;
            transition: height .5s,opacity .5s ease-in;
            height: auto
        }

            .navbar-collapsed .navbar-collapse .nav-items.searching {
                opacity: 0;
                height: 0;
                -webkit-transition: height .5s,opacity .5s ease-out;
                transition: height .5s,opacity .5s ease-out
            }

                .navbar-collapsed .navbar-collapse .nav-items.searching .none-visibility {
                    display: none !important
                }

            .navbar-collapsed .navbar-collapse .nav-items .nav-item-menu {
                display: block
            }

        .navbar-collapsed .navbar-collapse .nav-accessibility {
            -webkit-transition: height .5s,opacity .5s ease-in !important;
            transition: height .5s,opacity .5s ease-in !important;
            position: relative;
            margin-top: 8vh;
            width: 100%
        }

            .navbar-collapsed .navbar-collapse .nav-accessibility.none-visibility {
                opacity: 0;
                -webkit-transition: height .5s,opacity .5s ease-out !important;
                transition: height .5s,opacity .5s ease-out !important
            }

            .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility {
                color: #fff;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center
            }

                .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility label.item {
                    font-size: .75rem;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    margin-bottom: 0;
                    padding-left: .75rem
                }

        .navbar-collapsed .navbar-collapse .nav-most-used {
            opacity: 0;
            height: 0;
            -webkit-transition: height .5s,opacity .3s ease-out;
            transition: height .5s,opacity .3s ease-out
        }

            .navbar-collapsed .navbar-collapse .nav-most-used.searching {
                opacity: 1;
                -webkit-transition: height .5s,opacity .5s ease-in !important;
                transition: height .5s,opacity .5s ease-in !important
            }

                .navbar-collapsed .navbar-collapse .nav-most-used.searching .nav-item-most-used {
                    display: block !important
                }

            .navbar-collapsed .navbar-collapse .nav-most-used .none-visibility {
                display: none
            }

            .navbar-collapsed .navbar-collapse .nav-most-used .separator {
                margin: 1rem 2rem !important
            }

        .navbar-collapsed .navbar-translate {
            background-color: #36c !important;
            text-align: center;
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 300px
        }

            .navbar-collapsed .navbar-translate .navbar-toggler {
                display: initial;
                background-color: transparent;
                border-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: .75rem
            }

                .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
                    color: #fff
                }

                .navbar-collapsed .navbar-translate .navbar-toggler:active, .navbar-collapsed .navbar-translate .navbar-toggler:focus, .navbar-collapsed .navbar-translate .navbar-toggler:hover {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

            .navbar-collapsed .navbar-translate .navbar-brand {
                margin: 0 !important;
                background-color: transparent !important
            }

            .navbar-collapsed .navbar-translate .item-text {
                line-height: 1.5
            }

            .navbar-collapsed .navbar-translate .navbar-nav-mobile {
                margin-bottom: 18px
            }

            .navbar-collapsed .navbar-translate.focus {
                max-height: 0
            }

        .navbar-collapsed .input-group {
            background-color: hsla(0,0%,100%,.3);
            -webkit-transition: width .5s;
            transition: width .5s
        }

            .navbar-collapsed .input-group .form-control {
                height: auto !important
            }

        .navbar-collapsed .search-items .container-search {
            margin: 1rem 2rem;
            width: 100%
        }

        .navbar-collapsed .search-items .btn-close-search a {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-size: .75rem;
            margin-top: 15px;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in
        }

        .navbar-collapsed .search-mobile-container {
            background-color: hsla(0,0%,100%,.3) !important;
            border-radius: 2rem;
            border: 2px solid transparent;
            overflow: hidden;
            font-size: .5rem;
            line-height: 21px;
            -webkit-transition: width .5s ease-in;
            transition: width .5s ease-in
        }

            .navbar-collapsed .search-mobile-container.focus {
                width: 70% !important;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin-right: 0;
                -webkit-transition: 1s ease-out;
                transition: 1s ease-out
            }

                .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus {
                    background-color: #fff !important;
                    color: #000 !important
                }

                    .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn {
                        padding-top: 7px
                    }

                        .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn .govco-icon, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon {
                            color: #3772ff;
                            font-size: 2rem !important
                        }

                .navbar-collapsed .search-mobile-container.focus ~ .btn-close-search {
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    margin: 0 auto
                }

            .navbar-collapsed .search-mobile-container .item-search-mobile {
                border: none;
                background-color: hsla(0,0%,100%,.3) !important
            }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-moz-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile:-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::placeholder {
                    color: #fff
                }

            .navbar-collapsed .search-mobile-container .input-group-btn {
                background-color: hsla(0,0%,100%,.3) !important;
                padding-top: 7px
            }

                .navbar-collapsed .search-mobile-container .input-group-btn .btn-search {
                    background: transparent
                }

                .navbar-collapsed .search-mobile-container .input-group-btn .govco-icon {
                    height: auto;
                    color: #fff;
                    font-size: 2rem !important
                }

        .navbar-collapsed .title {
            color: #fff;
            font-size: 1rem;
            text-transform: none
        }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #36c;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important
    }

        .navbar-collapse.close-menu-govco {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .navbar-collapse.close-menu-govco, .navbar-collapse.open-menu-govco {
            -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

        .navbar-collapse.open-menu-govco {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    .nav-item-mobile {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

        .nav-item-mobile:not(:first-of-type) {
            width: 100% !important
        }

            .nav-item-mobile:not(:first-of-type) .nav-link {
                height: auto;
                border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
                margin: auto 1.5rem auto 1rem;
                padding-left: 0
            }

        .nav-item-mobile.active, .nav-item-mobile:active, .nav-item-mobile:focus, .nav-item-mobile:hover {
            background-color: #ffab00 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important
        }

            .nav-item-mobile.active + .nav-item-mobile .nav-link, .nav-item-mobile:active + .nav-item-mobile .nav-link, .nav-item-mobile:focus + .nav-item-mobile .nav-link, .nav-item-mobile:hover + .nav-item-mobile .nav-link {
                border-top: 1.5px solid transparent !important
            }

        .nav-item-mobile .nav-link {
            margin: auto 1rem;
            padding-left: 0
        }

            .nav-item-mobile .nav-link.search {
                margin: auto 2rem !important
            }

            .nav-item-mobile .nav-link span {
                color: #fff;
                font-size: .75rem;
                font-weight: 500
            }

    .separator {
        border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
        margin: auto 1rem
    }

        .separator .search {
            margin: auto 2rem !important
        }
}

.page__content {
    background-color: #fff !important;
    padding: 2% 7.5%;
    border-radius: 10px
}

    .page__content .container {
        padding-left: 0
    }

        .page__content .container .area-servicio {
            margin: 1em auto;
            margin-left: auto;
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%
        }

        .page__content .container .tramite-area {
            margin-top: 1em
        }

@media (min-width:576px) {
    .page__content {
        padding: 2% 6% 2% 11%
    }

        .page__content .container {
            max-width: 600px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:768px) {
    .page__content {
        padding: 2% 6% 2% 10%
    }

        .page__content .container {
            max-width: 832px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:992px) {
    .page__content {
        padding: 2% 6% 2% 9%
    }

        .page__content .container {
            max-width: 1020px
        }

            .page__content .container .area-servicio {
                margin-left: 2em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 286px;
                flex: 0 0 286px;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 65%;
                flex: 0 0 65%;
                max-width: 65%
            }
}

@media (min-width:992px) and (max-width:1080px) {
    .page__content .container .tramite-area {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%
    }
}

@media (min-width:1200px) {
    .page__content {
        padding: 2% 6% 2% 8.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                margin-left: 2.5em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 1 0 69%;
                flex: 1 0 69%;
                max-width: 69%
            }
}

@media (min-width:1920px) {
    .page__content {
        padding: 2% 6% 2% 7.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }
}

.area-servicio-item {
    min-width: 285px
}

.page__footer {
    padding-bottom: 70px;
    padding-top: 77px;
    margin-top: 1.8%;
    background-color: #36c !important;
    color: #fff !important
}

    .page__footer .container ul li a:hover {
        text-decoration: none;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff
    }

    .page__footer .container .footer-container .footer-title {
        -ms-flex-pack: center;
        justify-content: center
    }

        .page__footer .container .footer-container .footer-title .title-footer {
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 0;
            text-align: center;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff;
            font-weight: 300;
            margin-bottom: 30px
        }

    .page__footer .container .footer-container .nav-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 14.25rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                color: #fff !important;
                font-size: 2.8rem
            }

            .page__footer .container .footer-container .nav-footer .item-footer p {
                color: #fff !important;
                margin-top: .5rem !important;
                margin-bottom: 0 !important;
                line-height: 1.25 !important;
                font-size: 1rem;
                font-weight: 400;
                text-rendering: geometricPrecision
            }

            .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff
            }

                .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link:first-letter {
                    text-transform: capitalize !important
                }

            .page__footer .container .footer-container .nav-footer .item-footer .content-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff;
                margin-top: 1px !important
            }

                .page__footer .container .footer-container .nav-footer .item-footer .content-link br {
                    display: none
                }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: center;
                border: 3px solid transparent !important;
                height: 100%
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: .5rem;
                    margin-bottom: 0;
                    line-height: 1.25;
                    font-size: 1rem;
                    text-transform: none;
                    font-weight: 400;
                    text-rendering: geometricPrecision;
                    text-align: center;
                    font-size: 14px;
                    font-family: Work Sans,sans-serif;
                    letter-spacing: 0;
                    color: #fff
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover {
                    border: 3px solid #fff !important;
                    background-color: transparent;
                    color: #fff !important
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p {
                        font-weight: 500
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active p {
                        font-weight: 500
                    }

    .page__footer .container .submenu-footer {
        padding: 0;
        display: -ms-flexbox;
        display: flex
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 40px;
            margin-bottom: 0
        }

            .page__footer .container .submenu-footer ul li {
                display: inline-block
            }

        .page__footer .container .submenu-footer a {
            color: #fff;
            text-transform: none;
            padding: 0 1rem;
            border-radius: 3px;
            position: relative;
            display: block;
            text-align: center;
            text-decoration: underline;
            font-weight: 700;
            font-size: 18px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0
        }

            .page__footer .container .submenu-footer a:active, .page__footer .container .submenu-footer a:focus, .page__footer .container .submenu-footer a:hover {
                color: #fff;
                text-decoration: underline
            }

.nav-pills .nav-item .nav-link.active {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:575.98px) {
    .page__footer .container #footer-container {
        -ms-flex-pack: left;
        justify-content: left;
        padding: .5rem 1rem
    }

        .page__footer .container #footer-container .title-footer {
            padding: .5rem 1rem;
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container #footer-container .nav-footer .item-footer .nav-link a {
            margin-top: .5rem !important;
            margin-left: 0 !important;
            display: contents
        }

    .page__footer .container .submenu-footer {
        margin-top: 40px;
        -ms-flex-pack: left;
        justify-content: left
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 0;
            margin-bottom: 0;
            padding: .5rem 1rem
        }

            .page__footer .container .submenu-footer ul li {
                width: 100%
            }

                .page__footer .container .submenu-footer ul li a {
                    text-align: left;
                    padding: 1rem .5rem
                }
}

@media (max-width:767.98px) {
    .page__footer {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .page__footer .container .footer-container .title-footer {
            margin-top: 0;
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container .submenu-footer {
            margin-top: 0
        }

            .page__footer .container .submenu-footer ul li a {
                text-align: left;
                padding: 1.5rem 1rem
            }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 100%
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                margin-right: 15px
            }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: left;
                display: -ms-inline-flexbox;
                display: inline-flex;
                width: 100%;
                vertical-align: middle;
                -ms-flex-align: center;
                align-items: center
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: 0;
                    margin-left: 10px
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title {
                    margin-top: 1rem;
                    -ms-flex-pack: left;
                    justify-content: left;
                    padding-left: 20px
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title h2 {
                        font-size: 1.6rem
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link p {
                    text-align: left;
                    font-size: 1rem !important;
                    display: contents
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p:first-letter {
                        text-transform: capitalize !important
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link {
                        text-transform: none !important;
                        white-space: nowrap
                    }

                        .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link a {
                            color: #fff
                        }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p br {
                        display: block
                    }
}

.all span.breadcrumb-text.item-link:hover {
    background: #ddfb00 !important
}

.main {
    z-index: 1 !important;
    -webkit-box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important;
    box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important
}

.main-raised {
    margin: -85px 6% 0 !important;
    border-radius: 17px !important;
    border: 1px solid #e5eefb !important
}

.main-raised-hidden {
    margin-top: -60px !important;
    border-radius: 17px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:768px) {
    .main-raised {
        margin: -140px 6% 0 !important
    }

    .main-raised-hidden {
        margin-top: -120px !important
    }
}

.card-govco {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(129,171,255,.3);
    border-radius: .5rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 .3rem rgba(75,75,75,.3);
    box-shadow: 0 0 .3rem rgba(75,75,75,.3)
}

.modal-lg {
    max-width: 800px !important
}

.modal-xl {
    max-width: 1200px !important
}

.modal {
    z-index: 1031 !important
}

    .modal .modal-header {
        border: none !important
    }

        .modal .modal-header i {
            font-size: 18px;
            color: #36c;
            font-weight: 700
        }

    .modal .modal-content {
        border-radius: 10px;
        font-family: Work Sans,sans-serif
    }

    .modal .modal-footer {
        border: none !important
    }

.modal-backdrop {
    opacity: .3 !important
}

    .modal-backdrop.fade.show {
        z-index: 3 !important
    }

.modal-open {
    padding-right: 0 !important
}

    .modal-open .container, .modal-open .container-fluid {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -o-filter: blur(15px);
        -ms-filter: blur(15px);
        filter: blur(15px)
    }

.modal-detail-govco .modal-content {
    padding: 0
}

.modal-detail-govco .modal-header {
    border-bottom: 2px solid #36c !important;
    text-transform: uppercase
}

    .modal-detail-govco .modal-header .modal-title {
        font-size: 20px !important;
        margin-top: 3px !important;
        margin-left: 15px !important
    }

.modal-detail-govco .modal-body {
    padding: 0
}

    .modal-detail-govco .modal-body .modal-subtitle {
        background-color: #e5eefb;
        font-weight: 600;
        padding: 10px 30px !important
    }

    .modal-detail-govco .modal-body .modal-detail-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .modal-detail-govco .modal-body .modal-detail {
        padding: 15px 55px !important
    }

.modal-detail-govco .modal-footer {
    padding: 25px 10px !important
}

* {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    color: #004884
}

h1 {
    font-weight: 300
}

h1, h2 {
    font-size: 2.0625rem
}

h2 {
    font-weight: 500
}

h3 {
    font-size: 1.125rem;
    font-weight: 700
}

h4 {
    font-size: 3.8125rem;
    font-weight: 300
}

p {
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400
}

    p.intro {
        font-size: .875rem
    }

    p.title {
        font-size: 2.0625rem
    }

q {
    font-family: Work Sans,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic
}

    q:after, q:before {
        content: ""
    }

@media only screen and (min-device-width:768px) and (max-device-width:1280px) {
    h1, h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 2.0625rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .875rem;
        font-weight: 400
    }

        p.title {
            font-size: 1.5rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1.3125rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

@media only screen and (max-device-width:767px) {
    h1, h2 {
        font-size: 1.125rem
    }

    h3 {
        font-size: .75rem
    }

    h4 {
        font-size: 1.125rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .75rem;
        font-weight: 400
    }

        p.intro {
            font-size: .625rem
        }

        p.title {
            font-size: .875rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

a {
    cursor: pointer !important
}

label.form-group-govco {
    font-weight: 500 !important
}

h3.entity-name {
    font-size: 1rem
}

h3.title-section {
    font-size: 1.25rem
}

h3.result-section {
    font-size: 1.5rem
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.1
}

    .breadcrumb li:not(.active) a {
        color: #36c !important;
        font-weight: 400
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        content: none !important
    }

    .breadcrumb .breadcrumb-item + .active {
        background-color: transparent;
        font-size: .9rem;
        font-weight: 600;
        color: #3772ff !important
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 0;
        margin: 5px 0
    }

        .breadcrumb .breadcrumb-item .image-icon {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .breadcrumb .breadcrumb-item .image-icon div.breadcrumb {
                height: 20px;
                width: 14px;
                padding: 0 !important;
                margin: 0 8px;
                margin-bottom: 0 !important;
                background-image: url(/assets/images/spr-icons-govco.png) !important;
                background-repeat: no-repeat
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator {
                background-position: -84px -3px
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator-active {
                background-position: -2px -3px
            }

    .breadcrumb .breadcrumb-home {
        margin-top: -5px
    }

.btn-round {
    border-radius: 30px
}

.btn {
    position: relative !important;
    line-height: 1.42
}

.btn-transparent {
    background-color: transparent;
    padding: 0
}

.icon-reverse-x {
    -webkit-transform: rotate(-180deg) scaleX(1);
    -moz-transform: rotate(-180deg) scaleX(1);
    -ms-transform: rotate(-180deg) scaleX(1);
    -o-transform: rotate(-180deg) scaleX(1);
    transform: rotate(-180deg) scaleX(1)
}

.btn-symbolic-govco {
    text-decoration: none !important;
    margin: auto !important;
    font-weight: 700
}

    .btn-symbolic-govco .govco-icon {
        color: #3772ff !important;
        font-size: 2.2rem;
        margin: auto
    }

    .btn-symbolic-govco .btn-symbolic-govco__title {
        color: #3772ff !important;
        font-size: 1rem
    }

    .btn-symbolic-govco.inactive {
        color: #bababa !important;
        font-weight: 400
    }

        .btn-symbolic-govco.inactive .govco-icon {
            color: #bababa !important
        }

        .btn-symbolic-govco.inactive .btn-symbolic-govco__title {
            color: #bababa !important;
            font-weight: 400
        }

    .btn-symbolic-govco:not(.inactive):active .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):active .govco-icon, .btn-symbolic-govco:not(.inactive):focus .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):focus .govco-icon, .btn-symbolic-govco:not(.inactive):hover .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):hover .govco-icon {
        color: #36c !important;
        text-shadow: 0 3px 6px rgba(51,102,204,.4) !important;
        text-decoration: none !important
    }

.btn-symbolic-govco__title--right {
    padding-left: .5rem;
    margin: auto
}

.btn-symbolic-govco__title--left {
    padding-right: .5rem;
    margin: auto
}

.btn-high, .btn-high-mix-govco {
    font-weight: 600;
    background-color: #3772ff !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    white-space: pre-line;
    cursor: pointer
}

    .btn-high-mix-govco:active, .btn-high-mix-govco:focus, .btn-high-mix-govco:hover, .btn-high:active, .btn-high:focus, .btn-high:hover {
        background-color: #36c !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle {
    font-weight: 600;
    border: 1.5px solid #3772ff;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #3772ff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 1em;
    cursor: pointer
}

    .btn-middle:active, .btn-middle:focus, .btn-middle:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #3772ff !important;
        border: 1.5px solid #36c
    }

.btn-low, .btn-low-mix-govco {
    color: #3772ff !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

    .btn-low-mix-govco:active, .btn-low-mix-govco:focus, .btn-low-mix-govco:hover, .btn-low:active, .btn-low:focus, .btn-low:hover {
        color: #36c !important;
        font-weight: 600
    }

.btn-high-inactive {
    font-weight: 600;
    background-color: #bababa !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-high-inactive:active, .btn-high-inactive:focus, .btn-high-inactive:hover {
        background-color: #bababa !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle-inactive {
    font-weight: 600;
    border: 1.5px solid #bababa;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #bababa !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-middle-inactive:active, .btn-middle-inactive:focus, .btn-middle-inactive:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #bababa !important;
        border: 1.5px solid #bababa
    }

.btn-low-inactive {
    color: #4b4b4b !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer
}

    .btn-low-inactive:active, .btn-low-inactive:focus, .btn-low-inactive:hover {
        color: #4b4b4b !important;
        font-weight: 600
    }

.btn-high-mix-govco {
    line-height: 1.5rem;
    padding: .5em .2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-low-mix-govco {
    text-decoration: none !important;
    text-transform: none !important
}

.btn-mix-govco__icon {
    font-size: 1.5rem
}

.btn-mix-govco__icon--right {
    position: absolute;
    top: 3px;
    right: 3px
}

.btn-mix-govco__icon--down, .btn-mix-govco__icon--right {
    background-image: url(/assets/images/spr-icons-govco.png) !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px
}

.btn-mix-govco__title--left {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

.btn-mix-govco__title--left, .btn-mix-govco__title--right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-mix-govco__title--right {
    float: right;
    margin-right: 15px;
    margin-left: auto
}

.btn-mix-govco__icon--search {
    background-position: -37px 0
}

.btn-mix-govco__icon--arrow-right {
    width: 16px !important;
    height: 13px !important;
    margin-left: 5%;
    background-position: -2px -6px
}

.btn-mix-govco__icon--arrow-down {
    width: 16px !important;
    height: 13px !important;
    background-position: -16px 0
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-right {
    background-position: -83px -6px
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-down {
    background-position: -17px -12px
}

.btn-information {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-information:before {
        content: "";
        color: #3772ff !important
    }

    .btn-information:active:before, .btn-information:focus:before, .btn-information:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-aggregate {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-aggregate:before {
        content: "";
        color: #3772ff !important
    }

    .btn-aggregate:active:before, .btn-aggregate:focus:before, .btn-aggregate:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-up-hover-clone {
    padding: .5em;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1em 1em 1em 1em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.btn-svg-up-hover-clone {
    fill: #4b4b4b
}

.a-start-up-clone {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #3772ff;
    font-style: unset
}

.btn-up-hover-clone:focus, .btn-up-hover-clone:hover {
    background-color: #fff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em;
    color: color-dodger-blue
}

    .btn-up-hover-clone:focus .a-start-up-clone .btn-svg-up-hover-clone, .btn-up-hover-clone:hover .a-start-up-clone .btn-svg-up-hover-clone {
        fill: #3772ff
    }

.btn-up-hover-clone:active {
    background-color: #3772ff
}

    .btn-up-hover-clone:active .a-start-up-clone {
        visibility: visible;
        text-decoration: none !important;
        font-size: 1.4em;
        color: #fff;
        font-style: unset
    }

        .btn-up-hover-clone:active .a-start-up-clone .btn-svg-up-hover-clone {
            fill: #fff
        }

.btn-up-hover {
    padding: .5em;
    border-radius: 1em 1em 1em 1em;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0)
}

.btn-svg-up-hover {
    fill: #4b4b4b
}

.a-start-up {
    color: #3772ff
}

.show {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.hide {
    opacity: 0
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-10.2em);
    transform: translateX(-10.2em);
    border-color: #3772ff
}

    .btn-up-hover:focus .a-start-up .btn-svg-up-hover, .btn-up-hover:hover .a-start-up .btn-svg-up-hover {
        fill: #3772ff
    }

.btn-up-hover:focus {
    outline: none
}

.btn-up-hover:active .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #fff;
    font-style: unset
}

    .btn-up-hover:active .a-start-up .btn-svg-up-hover {
        fill: #fff
    }

.checkbox-govco, .chk-govco {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 15px
}

    .checkbox-govco input, .chk-govco input {
        height: auto;
        width: auto;
        display: none
    }

    .checkbox-govco input, .checkbox-govco label, .chk-govco input, .chk-govco label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
        cursor: pointer
    }

    .checkbox-govco label, .chk-govco label {
        position: relative;
        display: initial
    }

        .checkbox-govco label:before, .chk-govco label:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 3px solid #0b457f;
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            border-radius: 5px
        }

    .checkbox-govco input:checked + label:after, .chk-govco input:checked + label:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 6px;
        height: 13px;
        border: solid #0b457f;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.input-govco {
    color: #0b457f !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .3rem !important;
    border-top-left-radius: .3rem !important;
    border-bottom: 1px solid #004884 !important;
    background-color: #e5eefb;
    border: unset;
    line-height: 1.4 !important;
    padding: .375rem .5rem
}

    .input-govco ~ .input-group-append > .govco-icon {
        color: #004884;
        padding-top: 1px
    }

    .input-govco::-webkit-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-moz-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:disabled {
        background-color: #e9ecef !important;
        opacity: 1;
        border-color: #bfbfbf !important;
        color: #bfbfbf !important
    }

        .input-govco:disabled::-webkit-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-moz-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #0b457f
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #0b457f
        }

    .input-govco.is-invalid, .invalid-form .input-govco.ng-invalid {
        border-color: #a80521 !important;
        color: #a80521 !important;
        background-color: #fff2fa !important
    }

        .input-govco.is-invalid ~ .input-group-append > .govco-icon, .invalid-form .input-govco.ng-invalid ~ .input-group-append > .govco-icon {
            color: #a80521
        }

        .input-govco.is-invalid::-webkit-input-placeholder, .invalid-form .input-govco.ng-invalid::-webkit-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-moz-placeholder, .invalid-form .input-govco.ng-invalid::-moz-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::placeholder, .invalid-form .input-govco.ng-invalid::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

    .input-govco.is-valid {
        border-color: #28a745 !important;
        background-color: rgba(40,167,69,.1);
        color: #28a745 !important
    }

        .input-govco.is-valid::-webkit-input-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid::-moz-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            color: #28a745 !important
        }

        .input-govco.is-valid::-ms-input-placeholder {
            color: #28a745 !important
        }

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input-govco:focus {
    background-color: #e5eefb !important
}

.span-message-character {
    color: red
}

.govco-icon {
    font-family: Govco Icon;
    font-size: 2rem;
    margin-right: 0
}

span.govco-icon {
    margin: 0
}

.govco-icon-exclamation:before {
    content: ""
}

.govco-icon-exclamation-cn:before {
    content: ""
}

.govco-icon-plus:before {
    content: ""
}

.govco-icon-plus-n:before {
    content: ""
}

.govco-icon-plus-p:before {
    content: ""
}

.govco-icon-plus-cn:before {
    content: ""
}

.govco-icon-plus-cp:before {
    content: ""
}

.govco-icon-analytic:before {
    content: ""
}

.govco-icon-analytic-p:before {
    content: ""
}

.govco-icon-analytic-n:before {
    content: ""
}

.govco-icon-analytic-cn:before {
    content: ""
}

.govco-icon-idea:before {
    content: ""
}

.govco-icon-idea-cn:before {
    content: ""
}

.govco-icon-searchdoc:before {
    content: ""
}

.govco-icon-call-center:before {
    content: ""
}

.govco-icon-call-center-cn:before {
    content: ""
}

.govco-icon-call-center-cp:before {
    content: ""
}

.govco-icon-call-center-p:before {
    content: ""
}

.govco-icon-call-center-n:before {
    content: ""
}

.govco-icon-share:before {
    content: ""
}

.govco-icon-share-cn:before {
    content: ""
}

.govco-icon-share-p:before {
    content: ""
}

.govco-icon-share-n:before {
    content: ""
}

.govco-icon-circle-share-cp:before {
    content: ""
}

.govco-icon-circle-share-cn:before {
    content: ""
}

.govco-icon-dropdown-cn:before {
    content: ""
}

.govco-icon-dropdown:before {
    content: ""
}

.govco-icon-callback-cn:before {
    content: ""
}

.govco-icon-callback-cp:before {
    content: ""
}

.govco-icon-building:before {
    content: ""
}

.govco-icon-favorite:before {
    content: ""
}

.govco-icon-favorite-cn:before {
    content: ""
}

.govco-icon-favorite-p:before {
    content: ""
}

.govco-icon-favorite-n:before {
    content: ""
}

.govco-icon-pc:before {
    content: ""
}

.govco-icon-print:before {
    content: ""
}

.govco-icon-print-cn:before {
    content: ""
}

.govco-icon-print-p:before {
    content: ""
}

.govco-icon-print-n:before {
    content: ""
}

.govco-icon-info:before {
    content: ""
}

.govco-icon-info-cn:before {
    content: ""
}

.govco-icon-info-cp:before {
    content: ""
}

.govco-icon-legal:before {
    content: ""
}

.govco-icon-key:before {
    content: ""
}

.govco-icon-key-cn:before {
    content: ""
}

.govco-icon-key-cp:before {
    content: ""
}

.govco-icon-email:before {
    content: ""
}

.govco-icon-email-cn:before {
    content: ""
}

.govco-icon-email-cp:before {
    content: ""
}

.govco-icon-email-p:before {
    content: ""
}

.govco-icon-email-n:before {
    content: ""
}

.govco-icon-like:before {
    content: ""
}

.govco-icon-like-cn:before {
    content: ""
}

.govco-icon-like-p:before {
    content: ""
}

.govco-icon-like-n:before {
    content: ""
}

.govco-icon-message:before {
    content: ""
}

.govco-icon-message-cn:before {
    content: ""
}

.govco-icon-pin:before {
    content: ""
}

.govco-icon-pin-cn:before {
    content: ""
}

.govco-icon-question:before {
    content: ""
}

.govco-icon-question-cn:before {
    content: ""
}

.govco-icon-questions-p:before {
    content: ""
}

.govco-icon-questions-n:before {
    content: ""
}

.govco-icon-clock:before {
    content: ""
}

.govco-icon-clock-p:before {
    content: ""
}

.govco-icon-clock-n:before {
    content: ""
}

.govco-icon-telephone:before {
    content: ""
}

.govco-icon-wifi-cn:before {
    content: ""
}

.govco-icon-wifi-cp:before {
    content: ""
}

.govco-icon-wifi-p:before {
    content: ""
}

.govco-icon-wifi-n:before {
    content: ""
}

.govco-icon-callin-cn:before {
    content: ""
}

.govco-icon-callin-cp:before {
    content: ""
}

.govco-icon-callin-p:before {
    content: ""
}

.govco-icon-callin-n:before {
    content: ""
}

.govco-icon-accessibility-cp:before {
    content: ""
}

.govco-icon-accessibility-cn:before {
    content: ""
}

.govco-icon-attached-p:before {
    content: ""
}

.govco-icon-attached-n:before {
    content: ""
}

.govco-icon-scared-face:before {
    content: ""
}

.govco-icon-sad-face:before {
    content: ""
}

.govco-icon-sad-face-n:before {
    content: ""
}

.govco-icon-shock-face:before {
    content: ""
}

.govco-icon-happy-face:before {
    content: ""
}

.govco-icon-happy-face-n:before {
    content: ""
}

.govco-icon-bell-p:before {
    content: ""
}

.govco-icon-bell-n:before {
    content: ""
}

.govco-icon-bell-sound-p:before {
    content: ""
}

.govco-icon-bell-sound-n:before {
    content: ""
}

.govco-icon-grad-cap-p:before {
    content: ""
}

.govco-icon-grad-cap-n:before {
    content: ""
}

.govco-icon-x:before {
    content: ""
}

.govco-icon-x-n:before {
    content: ""
}

.govco-icon-x-p:before {
    content: ""
}

.govco-icon-x-cn:before {
    content: ""
}

.govco-icon-delete-p:before {
    content: ""
}

.govco-icon-delete-n:before {
    content: ""
}

.govco-icon-tag-p:before {
    content: ""
}

.govco-icon-tag-n:before {
    content: ""
}

.govco-icon-search-p:before {
    content: ""
}

.govco-icon-search-n:before {
    content: ""
}

.govco-icon-search-cn:before {
    content: ""
}

.govco-icon-search-cp:before {
    content: ""
}

.govco-icon-calendar-p:before {
    content: ""
}

.govco-icon-calendar-n:before {
    content: ""
}

.govco-icon-calendar-cn:before {
    content: ""
}

.govco-icon-calendar-cp:before {
    content: ""
}

.govco-icon-shop-car:before {
    content: ""
}

.govco-icon-shop-car-n:before {
    content: ""
}

.govco-icon-shop-car-p:before {
    content: ""
}

.govco-icon-relief-p:before {
    content: ""
}

.govco-icon-relief-n:before {
    content: ""
}

.govco-icon-check-p:before {
    content: ""
}

.govco-icon-check-n:before {
    content: ""
}

.govco-icon-check-cp:before {
    content: ""
}

.govco-icon-check-cn:before {
    content: ""
}

.govco-icon-right-arrow:before {
    content: ""
}

.govco-icon-right-arrow-cp:before {
    content: ""
}

.govco-icon-right-arrow-cn:before {
    content: ""
}

.govco-icon-right-arrow-p:before {
    content: ""
}

.govco-icon-right-arrow-n:before {
    content: ""
}

.govco-icon-left-arrow:before {
    content: ""
}

.govco-icon-left-arrow-cp:before {
    content: ""
}

.govco-icon-left-arrow-cn:before {
    content: ""
}

.govco-icon-left-arrow-p:before {
    content: ""
}

.govco-icon-left-arrow-n:before {
    content: ""
}

.govco-icon-down-arrow-p:before {
    content: ""
}

.govco-icon-down-arrow-n:before {
    content: ""
}

.govco-rotate-180 {
    -webkit-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1)
}

.govco-icon-simpled-arrow:before {
    content: ""
}

.govco-icon-simpler-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow-cn:before {
    content: ""
}

.govco-icon-shortl-arrow:before {
    content: ""
}

.govco-icon-shortl-arrow-cn:before {
    content: ""
}

.govco-icon-shortu-arrow-p:before {
    content: ""
}

.govco-icon-shortu-arrow-n:before {
    content: ""
}

.govco-icon-shortd-arrow-p:before {
    content: ""
}

.govco-icon-shortd-arrow-n:before {
    content: ""
}

.govco-icon-voice-call-p:before {
    content: ""
}

.govco-icon-voice-call-n:before {
    content: ""
}

.govco-icon-colombia-p:before {
    content: ""
}

.govco-icon-colombia-n:before {
    content: ""
}

.govco-icon-shield-col-p:before {
    content: ""
}

.govco-icon-shield-col-n:before {
    content: ""
}

.govco-icon-peso-col:before {
    content: ""
}

.govco-icon-peso-col-p:before {
    content: ""
}

.govco-icon-peso-col-n:before {
    content: ""
}

.govco-icon-peso-col-cn:before {
    content: ""
}

.govco-icon-peso-col-cp:before {
    content: ""
}

.govco-icon-contrast-p:before {
    content: ""
}

.govco-icon-contrast-n:before {
    content: ""
}

.govco-icon-music-p:before {
    content: ""
}

.govco-icon-music-n:before {
    content: ""
}

.govco-icon-4-phases-p:before {
    content: ""
}

.govco-icon-4-phases-n:before {
    content: ""
}

.govco-icon-3-phases-p:before {
    content: ""
}

.govco-icon-3-phases-n:before {
    content: ""
}

.govco-icon-data-up-p:before {
    content: ""
}

.govco-icon-data-up-n:before {
    content: ""
}

.govco-icon-document-p:before {
    content: ""
}

.govco-icon-document-n:before {
    content: ""
}

.govco-icon-edit-slim-p:before {
    content: ""
}

.govco-icon-edit-slim-n:before {
    content: ""
}

.govco-icon-edit-p:before {
    content: ""
}

.govco-icon-edit-n:before {
    content: ""
}

.govco-icon-padlock-p:before {
    content: ""
}

.govco-icon-padlock-n:before {
    content: ""
}

.govco-icon-link-p:before {
    content: ""
}

.govco-icon-link-n:before {
    content: ""
}

.govco-icon-language-es-p:before {
    content: ""
}

.govco-icon-language-es-n:before {
    content: ""
}

.govco-icon-language-en-p:before {
    content: ""
}

.govco-icon-language-en-n:before {
    content: ""
}

.govco-icon-statistics-p:before {
    content: ""
}

.govco-icon-statistics-n:before {
    content: ""
}

.govco-icon-save-p:before {
    content: ""
}

.govco-icon-save-n:before {
    content: ""
}

.govco-icon-hand-p:before {
    content: ""
}

.govco-icon-hand-n:before {
    content: ""
}

.govco-icon-home-p:before {
    content: ""
}

.govco-icon-home-n:before {
    content: ""
}

.govco-icon-image-p:before {
    content: ""
}

.govco-icon-image-n:before {
    content: ""
}

.govco-icon-minus:before {
    content: ""
}

.govco-icon-minus-cp:before {
    content: ""
}

.govco-icon-minus-cn:before {
    content: ""
}

.govco-icon-movil-cp:before {
    content: ""
}

.govco-icon-movil-cn:before {
    content: ""
}

.govco-icon-pitch-p:before {
    content: ""
}

.govco-icon-pitch-n:before {
    content: ""
}

.govco-icon-eye-p:before {
    content: ""
}

.govco-icon-eye-n:before {
    content: ""
}

.govco-icon-play:before {
    content: ""
}

.govco-icon-play-cp:before {
    content: ""
}

.govco-icon-play-cn:before {
    content: ""
}

.govco-icon-social-p:before {
    content: ""
}

.govco-icon-social-n:before {
    content: ""
}

.govco-icon-reload-p:before {
    content: ""
}

.govco-icon-reload-n:before {
    content: ""
}

.govco-icon-answer-p:before {
    content: ""
}

.govco-icon-answer-n:before {
    content: ""
}

.govco-icon-sound-p:before {
    content: ""
}

.govco-icon-sound-n:before {
    content: ""
}

.govco-icon-table-p:before {
    content: ""
}

.govco-icon-table-n:before {
    content: ""
}

.govco-icon-less-size-p:before {
    content: ""
}

.govco-icon-less-size-n:before {
    content: ""
}

.govco-icon-more-size-p:before {
    content: ""
}

.govco-icon-more-size-n:before {
    content: ""
}

.govco-icon-user-p:before {
    content: ""
}

.govco-icon-user-n:before {
    content: ""
}

.govco-icon-video-p:before {
    content: ""
}

.govco-icon-video-n:before {
    content: ""
}

.govco-icon-pause:before {
    content: ""
}

.btn.dropdown-toggle {
    line-height: 17.5px !important
}

.select-govco--error label, .select-govco--inactive label, .select-govco-filter label, .select-govco label {
    color: #004884
}

.select-govco--error .bootstrap-select, .select-govco--inactive .bootstrap-select, .select-govco-filter .bootstrap-select, .select-govco .bootstrap-select {
    cursor: pointer
}

    .select-govco--error .bootstrap-select span.filter-option, .select-govco--inactive .bootstrap-select span.filter-option, .select-govco-filter .bootstrap-select span.filter-option, .select-govco .bootstrap-select span.filter-option {
        padding-right: 2px !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle, .select-govco--inactive .bootstrap-select .dropdown-toggle, .select-govco-filter .bootstrap-select .dropdown-toggle, .select-govco .bootstrap-select .dropdown-toggle {
        background: #e5eefb !important;
        color: #004884 !important;
        text-transform: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1.5px solid #004884 !important;
        padding: 8px !important;
        padding-right: 30px !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover, .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover, .select-govco-filter .bootstrap-select .dropdown-toggle:active, .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover, .select-govco .bootstrap-select .dropdown-toggle:active, .select-govco .bootstrap-select .dropdown-toggle:focus, .select-govco .bootstrap-select .dropdown-toggle:hover {
            border-bottom: 1.5px solid #004884 !important
        }

        .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
            color: #0b457f !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle span, .select-govco--inactive .bootstrap-select .dropdown-toggle span, .select-govco-filter .bootstrap-select .dropdown-toggle span, .select-govco .bootstrap-select .dropdown-toggle span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .ripple-container, .select-govco--inactive .bootstrap-select .dropdown-toggle .ripple-container, .select-govco-filter .bootstrap-select .dropdown-toggle .ripple-container, .select-govco .bootstrap-select .dropdown-toggle .ripple-container {
            display: none
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco-filter .bootstrap-select .dropdown-toggle:after, .select-govco .bootstrap-select .dropdown-toggle:after {
            width: 100% !important;
            border: 0 solid #f0f3fb;
            position: absolute;
            top: 9px;
            right: 7px;
            font-family: Govco Icon;
            content: "" !important;
            color: #004884 !important;
            font-size: 1.5rem
        }

    .select-govco--error .bootstrap-select.show .dropdown-toggle:after, .select-govco--inactive .bootstrap-select.show .dropdown-toggle:after, .select-govco-filter .bootstrap-select.show .dropdown-toggle:after, .select-govco .bootstrap-select.show .dropdown-toggle:after {
        font-family: Govco Icon;
        content: "" !important;
        color: #004884 !important;
        font-size: 1.5rem;
        height: auto !important
    }

    .select-govco--error .bootstrap-select .dropdown-menu, .select-govco--inactive .bootstrap-select .dropdown-menu, .select-govco-filter .bootstrap-select .dropdown-menu, .select-govco .bootstrap-select .dropdown-menu {
        overflow: auto !important;
        padding: 0 !important;
        width: 90%;
        background-color: #e5eefb !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container, .select-govco .bootstrap-select .dropdown-menu .selector-container {
            padding: 0 16px !important;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
                border-top: .8px solid rgba(11,69,127,.6) !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco .bootstrap-select .dropdown-menu .selector-container:active, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover {
                background-color: #0b457f !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important;
                border-top: .8px solid transparent !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                    background-color: transparent !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border-radius: 0 !important
                }

                    .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                        font-weight: 500 !important;
                        color: #fff !important
                    }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                    border-top: .8px solid transparent !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
                padding-top: 10px;
                padding-bottom: 10px;
                width: 100%
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li {
            width: auto;
            margin: 0;
            white-space: normal !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--inactive .bootstrap-select .dropdown-menu li a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco-filter .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu li a:active, .select-govco .bootstrap-select .dropdown-menu li a:focus, .select-govco .bootstrap-select .dropdown-menu li a:hover {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                margin: 0 15px !important;
                padding: 8px !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu li:not(:first-child) a {
                border-top: .8px solid rgba(11,69,127,.6)
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--inactive .bootstrap-select .dropdown-menu li:active, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco-filter .bootstrap-select .dropdown-menu li:active, .select-govco-filter .bootstrap-select .dropdown-menu li:focus, .select-govco-filter .bootstrap-select .dropdown-menu li:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco .bootstrap-select .dropdown-menu li:active, .select-govco .bootstrap-select .dropdown-menu li:focus, .select-govco .bootstrap-select .dropdown-menu li:hover {
                background-color: #0b457f;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                color: #fff !important;
                font-weight: 600 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li:active a, .select-govco-filter .bootstrap-select .dropdown-menu li:active span, .select-govco-filter .bootstrap-select .dropdown-menu li:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco .bootstrap-select .dropdown-menu li:active a, .select-govco .bootstrap-select .dropdown-menu li:active a:active, .select-govco .bootstrap-select .dropdown-menu li:active a:focus, .select-govco .bootstrap-select .dropdown-menu li:active a:hover, .select-govco .bootstrap-select .dropdown-menu li:active span, .select-govco .bootstrap-select .dropdown-menu li:focus a, .select-govco .bootstrap-select .dropdown-menu li:focus a:active, .select-govco .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco .bootstrap-select .dropdown-menu li:focus span, .select-govco .bootstrap-select .dropdown-menu li:hover a, .select-govco .bootstrap-select .dropdown-menu li:hover a:active, .select-govco .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco .bootstrap-select .dropdown-menu li:hover span {
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    background-color: transparent !important;
                    color: #fff !important;
                    font-weight: 500 !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu li.disabled a, .select-govco .bootstrap-select .dropdown-menu li.disabled span {
                color: #bababa !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a {
                margin: 0 2%;
                padding-right: 0;
                padding-left: 0
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu li > a > span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu li > a > span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu li > a > span {
                    color: #0b457f !important;
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu.show, .select-govco--inactive .bootstrap-select .dropdown-menu.show, .select-govco-filter .bootstrap-select .dropdown-menu.show, .select-govco .bootstrap-select .dropdown-menu.show {
            max-height: 156px !important
        }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco-filter > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(11,69,127,.6) !important
}

.select-govco--error label {
    color: #a80521 !important
}

.select-govco--error .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #a80521 !important;
    background: #fff2fa !important;
    color: #a80521 !important;
    border-bottom: 1.5px solid #a80521
}

    .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
        color: #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
        color: rgba(168,5,33,.6) !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--error .bootstrap-select.show .dropdown-toggle:after {
        color: #a80521 !important
    }

.select-govco--error .bootstrap-select .dropdown-menu {
    width: 90%;
    background-color: #fff2fa !important
}

    .select-govco--error .bootstrap-select .dropdown-menu .selector-container {
        padding: 0 16px !important;
        width: 100%
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
            border-top: .8px solid rgba(168,5,33,.6) !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover {
            background-color: #a80521 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            border-top: .8px solid transparent !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                background-color: transparent !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                    font-weight: 500 !important;
                    color: #fff !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                border-top: .8px solid transparent !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                font-size: .75rem !important
            }

    .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li {
        width: auto;
        margin: 0;
        white-space: normal !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--error .bootstrap-select .dropdown-menu li a:active, .select-govco--error .bootstrap-select .dropdown-menu li a:focus, .select-govco--error .bootstrap-select .dropdown-menu li a:hover {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background-color: transparent !important;
            margin: 0 15px !important;
            padding: 8px !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a {
            border-top: .8px solid rgba(168,5,33,.6)
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover {
            background-color: #a80521;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            color: #fff !important;
            font-weight: 600 !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active a:active, .select-govco--error .bootstrap-select .dropdown-menu li:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:hover span {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                color: #fff !important;
                font-weight: 500 !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span {
            color: #bababa !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a {
            margin: 0 2%;
            padding-right: 0;
            padding-left: 0
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span {
                color: #a80521 !important;
                font-size: .75rem !important
            }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(168,5,33,.6) !important
}

.select-govco--inactive label {
    color: #bababa !important
}

.select-govco--inactive .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #bababa !important;
    background: #f2f2f2 !important;
    color: #bababa !important;
    border-bottom: 1.5px solid #bababa
}

    .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #bababa !important
    }

    .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #bababa !important
    }

.select-govco-filter .bootstrap-select {
    background-color: transparent !important
}

    .select-govco-filter .bootstrap-select .dropdown-toggle {
        background-color: transparent !important;
        vertical-align: top !important;
        padding-top: 0 !important;
        border: 0 !important;
        height: 35px;
        width: 35px
    }

        .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover {
            border: 0 !important
        }

        .select-govco-filter .bootstrap-select .dropdown-toggle:after {
            color: #3772ff !important
        }

    .select-govco-filter .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 10rem
    }

.tabs-govco .nav-tabs {
    padding: 0 !important;
    border-bottom: none !important
}

    .tabs-govco .nav-tabs .nav-item {
        margin-bottom: 0 !important
    }

        .tabs-govco .nav-tabs .nav-item a, .tabs-govco .nav-tabs .nav-item a:focus, .tabs-govco .nav-tabs .nav-item a:hover {
            font-size: 14px;
            font-weight: 700;
            color: #0b457f !important;
            text-transform: none !important;
            margin-left: .2px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #e5eefb !important;
            border-top: 1px solid hsla(0,0%,71.8%,.25) !important;
            border-left: 2px solid hsla(0,0%,71.8%,.25) !important;
            border-right: 1px solid hsla(0,0%,71.8%,.25) !important
        }

            .tabs-govco .nav-tabs .nav-item a .ripple-container, .tabs-govco .nav-tabs .nav-item a:focus .ripple-container, .tabs-govco .nav-tabs .nav-item a:hover .ripple-container {
                display: none
            }

            .tabs-govco .nav-tabs .nav-item a.active {
                color: #0b457f !important;
                background-color: #fff !important
            }

.tabs-govco .tab-content {
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid hsla(0,0%,71.8%,.25) !important
}

    .tabs-govco .tab-content .tab-pane {
        padding: 15px
    }

.textarea-govco {
    position: relative
}

    .textarea-govco textarea {
        background-color: rgba(157,190,255,.3) !important;
        border-radius: .8rem !important;
        font-weight: 600 !important;
        padding: 5% 5% 10% 5%;
        height: 12.063rem
    }

        .textarea-govco textarea::-webkit-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-moz-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:focus, .textarea-govco textarea:hover {
            background-image: none !important
        }

    .textarea-govco .div-count-character {
        position: absolute;
        bottom: 8px;
        width: 100%;
        border-top: 1px solid #36c
    }

        .textarea-govco .div-count-character .span-message-character {
            color: red;
            font-size: 11px;
            font-weight: 600;
            padding: 0 20px
        }

        .textarea-govco .div-count-character .span-count-character {
            font-weight: 600
        }

.toast-title {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    margin: auto;
    margin-left: 10px !important;
    padding-right: 15px
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Work Sans,sans-serif;
    font-size: 1rem !important;
    white-space: pre-wrap;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 20px
}

    .toast-message a, .toast-message a:hover {
        text-decoration: underline
    }

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: .05em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button .icon {
        font-size: 18px;
        color: #36c
    }

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container-body > div, #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 5px 35px;
        padding-right: 20px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background-position: 15px;
        background-repeat: no-repeat;
        color: #fff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

#toast-container-body .govco-icon {
    font-size: 3rem;
    line-height: 50px
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 30px 15px 15px;
    background-position: right 15px center
}

#toast-container > div:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    max-width: 100% !important;
    background-color: #fff;
    -moz-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important
}

.toast-success {
    border: 1px solid #069169
}

    .toast-success .toast-title {
        color: #069169
    }

.toast-error {
    border: 1px solid #a80521
}

    .toast-error .toast-message, .toast-error .toast-title, .toast-error a, .toast-error a:hover {
        color: #a80521
    }

.toast-info {
    border: 1px solid #36c
}

    .toast-info .toast-title {
        color: #36c
    }

.toast-warning {
    border: 1px solid #ffab00
}

    .toast-warning .toast-title {
        color: #ffab00
    }

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.toast-close-button {
    margin-top: 13px
}

    .toast-close-button .icon {
        font-size: 15px !important
    }

@media (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 30px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 30px 15px 15px
        }
}

.checklist-govco {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #e6effd;
    cursor: pointer
}

    .checklist-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .checklist-govco:focus, .checklist-govco:hover {
        background-color: #e6effd !important
    }

        .checklist-govco:focus span, .checklist-govco:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.error span {
        font-weight: 400 !important;
        color: #a80521 !important
    }

    .checklist-govco.error:focus, .checklist-govco.error:hover {
        background-color: #fff2fa !important
    }

        .checklist-govco.error:focus span, .checklist-govco.error:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.disabled {
        background-color: transparent !important
    }

        .checklist-govco.disabled span {
            color: #bababa !important
        }

        .checklist-govco.disabled:focus span, .checklist-govco.disabled:hover span {
            font-weight: 400 !important
        }

.radiobutton-govco {
    display: block;
    position: relative;
    padding: 8px 10px 10px 30px;
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radiobutton-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .radiobutton-govco input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.radiobutton-govco__indicator {
    position: absolute;
    top: 13px;
    left: 5px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #004884;
    border-radius: 50%
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator {
    background-color: #fff
}

.radiobutton-govco input:checked + span {
    font-weight: 700
}

.radiobutton-govco__indicator:after {
    content: "";
    position: absolute;
    display: none
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator:after {
    display: block
}

.radiobutton-govco .radiobutton-govco__indicator:after {
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #004884
}

.radiobutton-govco.error .radiobutton-govco__indicator {
    border-color: #a80521 !important
}

    .radiobutton-govco.error .radiobutton-govco__indicator:after {
        background: #a80521 !important
    }

.alert-govco-maintenance {
    position: absolute;
    background-image: url(/assets/images/mantenimiento.png);
    background-repeat: no-repeat;
    width: 430px;
    height: 150px;
    top: 0;
    left: 0
}

.alert-govco .modal-content {
    padding: 0 1.563rem 1.25rem
}

.alert-govco .modal-header {
    padding-top: 1.2rem;
    padding-right: 0
}

    .alert-govco .modal-header .close {
        color: #004884 !important
    }

.alert-govco .modal-body {
    padding: 0 !important;
    margin-top: 1rem !important
}

    .alert-govco .modal-body .modal-content-error-site, .alert-govco .modal-body .modal-content-error-site > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-maintenance, .alert-govco .modal-body .modal-content-maintenance > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-warning, .alert-govco .modal-body .modal-content-warning > .alert-icon > .govco-icon {
        color: #ffab00 !important
    }

    .alert-govco .modal-body .modal-content-error, .alert-govco .modal-body .modal-content-error > .alert-icon > .govco-icon {
        color: #a80521 !important
    }

    .alert-govco .modal-body .modal-content-info, .alert-govco .modal-body .modal-content-info > .alert-icon > .govco-icon {
        color: #3772ff !important
    }

    .alert-govco .modal-body .modal-content-success, .alert-govco .modal-body .modal-content-success > .alert-icon > .govco-icon {
        color: #069169 !important
    }

    .alert-govco .modal-body #modal-content-type-alert .alert-icon .govco-icon {
        font-size: 60px
    }

    .alert-govco .modal-body .modal-content-txt {
        color: #004884 !important;
        padding-top: 1rem;
        padding-left: 9%;
        padding-right: 9%;
        margin-bottom: 0 !important;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.2em
    }

    .alert-govco .modal-body .modal-content-title {
        font-size: 33px;
        margin-top: 1rem;
        font-weight: 600 !important
    }

.alert-govco .modal-footer {
    padding-top: 3rem !important
}

    .alert-govco .modal-footer .btn-modal {
        margin: auto 1.3rem auto 1.3rem;
        padding-left: 25px !important;
        padding-right: 25px !important
    }

.alert-govco-modal-dialog {
    max-width: 600px !important
}

.label-detail-govco {
    border-bottom: 2px solid #0b457f;
    width: 100%
}

.featured-text-govco {
    background-color: #e5eefb !important;
    padding: 5px 15px !important;
    border-radius: 7px
}

.wspace-normal {
    white-space: normal !important
}

.wspace-preline {
    white-space: pre-line
}

ngb-pagination li.disabled a:before {
    color: #bababa !important
}

ngb-pagination li.active a {
    color: #3772ff !important
}

ngb-pagination li:first-child a .p-title, ngb-pagination li:first-child a span {
    display: none
}

ngb-pagination li:first-child a:hover .p-title {
    display: initial;
    position: absolute;
    left: 4px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:first-child a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:first-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a .p-title, ngb-pagination li:nth-child(2) a span {
    display: none
}

ngb-pagination li:nth-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -8px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a .p-title, ngb-pagination li:nth-last-child(2) a span {
    display: none
}

ngb-pagination li:nth-last-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -10px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-last-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:last-child a .p-title, ngb-pagination li:last-child a span {
    display: none
}

ngb-pagination li:last-child a:hover {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

    ngb-pagination li:last-child a:hover .p-title {
        display: initial;
        position: absolute;
        left: 12px;
        top: 38px;
        color: #3772ff
    }

ngb-pagination li:last-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li a, ngb-pagination li a:hover {
    background-color: transparent !important
}

div .div-pagination-item {
    margin: auto
}

.div-pagination-item {
    width: 100%
}

    .div-pagination-item ul {
        list-style: none;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .div-pagination-item li {
        position: relative
    }

    .div-pagination-item ul li a {
        color: #004884;
        text-decoration: none;
        font-weight: 700;
        border: 0 !important;
        font-size: 1.4375rem !important
    }

.div-pagination-svg-arrow {
    fill: #3772ff;
    width: 30px;
    height: 30px
}

.div-pagination-svg {
    fill: #3772ff;
    width: 26px;
    height: 26px
}

.container-paginacion {
    text-align: center
}

.pagination-svg-disable {
    fill: #b6b6b6
}

.paginacion-govco a .p-home, .paginacion-govco a .p-next {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a .p-next {
    left: -1.2em
}

.paginacion-govco a .p-back {
    left: -.7em
}

.paginacion-govco a .p-back, .paginacion-govco a .p-last {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-home {
    left: -.3em
}

.paginacion-govco a:hover .p-home, .paginacion-govco a:hover .p-next {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-next {
    left: -1.5em
}

.paginacion-govco a:hover .p-back {
    right: .2em
}

.paginacion-govco a:hover .p-back, .paginacion-govco a:hover .p-last {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.pagination-svg-next:hover {
    fill: #fff;
    border-radius: 50%;
    background: #3772ff
}

td a, td button:not(.govco-icon) {
    font-family: Work Sans,sans-serif !important;
    font-size: 1rem
}

td a, td button.btn-low, td button.btn-low-mix-govco {
    font-weight: 700 !important
}

.govco-table-basic table thead th {
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    font-weight: 500 !important
}

    .govco-table-basic table thead th:not(:last-child) {
        border-top: 0 solid transparent !important;
        border-right: 2px solid #004884
    }

.govco-table-basic table tbody tr {
    background-color: transparent !important
}

    .govco-table-basic table tbody tr td {
        border-top: 2px solid #004884 !important
    }

        .govco-table-basic table tbody tr td:not(:last-child) {
            border-right: 2px solid #004884
        }

.govco-table-detail table tbody tr, .govco-table-detail table thead, .govco-table-filter table tbody tr, .govco-table-filter table thead, .govco-table-simple table tbody tr, .govco-table-simple table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent !important
}

    .govco-table-detail table thead th, .govco-table-filter table thead th, .govco-table-simple table thead th {
        border: 0 !important;
        vertical-align: middle;
        font-family: Montserrat,sans-serif;
        font-size: .75rem !important;
        text-align: center
    }

    .govco-table-detail table thead tr, .govco-table-filter table thead tr, .govco-table-simple table thead tr {
        display: table-header-group;
        width: 100%;
        table-layout: fixed
    }

.govco-table-detail table tbody, .govco-table-filter table tbody, .govco-table-simple table tbody {
    display: block;
    overflow: auto;
    max-height: 500px;
    width: 100%
}

    .govco-table-detail table tbody tr:not(:first-child) td, .govco-table-filter table tbody tr:not(:first-child) td, .govco-table-simple table tbody tr:not(:first-child) td {
        border-top: 1px solid #e5eefb !important
    }

.govco-table-detail table td, .govco-table-filter table td, .govco-table-simple table td {
    font-weight: 500;
    border-top: 0;
    text-align: center
}

    .govco-table-detail table td div, .govco-table-filter table td div, .govco-table-simple table td div {
        font-family: Work Sans,sans-serif;
        font-size: .875rem !important
    }

    .govco-table-detail table td .title, .govco-table-filter table td .title, .govco-table-simple table td .title {
        font-weight: 600 !important
    }

.table-detail {
    display: block !important
}

    .table-detail .title-result {
        font-size: 1.25rem !important;
        font-weight: 700 !important
    }

    .table-detail .form-search {
        margin-left: 30px;
        border: .5px solid transparent !important;
        padding: 0 !important;
        border-radius: 20px;
        background-color: #e6effd !important
    }

        .table-detail .form-search input {
            border: none !important;
            background-color: transparent !important;
            margin-left: 0 !important;
            padding: 0;
            padding-left: 15px !important;
            color: #004884 !important
        }

            .table-detail .form-search input::-webkit-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-moz-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input:-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::placeholder {
                color: rgba(0,72,132,.5) !important
            }

        .table-detail .form-search .input-group-append {
            line-height: 1.3 !important
        }

        .table-detail .form-search .govco-icon {
            color: #004884;
            font-size: 25px;
            margin: auto;
            padding-right: 5px
        }

.govco-table-detail thead tr {
    background-color: #004884 !important
}

.govco-table-detail thead th {
    color: #fff;
    font-size: 1rem !important
}

.govco-table-detail td {
    font-weight: 400 !important
}

    .govco-table-detail td a, .govco-table-detail td div {
        font-family: Work Sans,sans-serif !important;
        font-size: 1rem !important
    }

    .govco-table-detail td a {
        font-weight: 600
    }

.govco-table-filter table, .govco-table-filter tr td {
    border: 1px solid transparent !important
}

.govco-table-filter thead {
    width: calc(100%) !important
}

    .govco-table-filter thead th div {
        font-size: .75rem !important
    }

.govco-table-filter tbody tr, .govco-table-filter thead {
    display: table !important;
    table-layout: fixed !important
}

.govco-table-filter tbody {
    display: block !important;
    overflow-y: scroll !important
}

.govco-table-filter .bootstrap-select .form-control {
    width: auto !important
}

.table-simple-headblue-govco .table {
    border-bottom: none
}

    .table-simple-headblue-govco .table thead {
        background-color: #004884;
        color: #fff;
        border: 0
    }

        .table-simple-headblue-govco .table thead th {
            border: 0
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:before {
            content: "";
            top: 0;
            right: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead th {
            color: #fff;
            font-weight: 400
        }

    .table-simple-headblue-govco .table td.state-success, .table-simple-headblue-govco .table td.state-success-wbullet {
        color: #069169
    }

        .table-simple-headblue-govco .table td.state-success-wbullet:before {
            content: "☻ ";
            color: #069169
        }

.teclado-item {
    width: 12em
}

    .teclado-item input[type=password] {
        position: relative;
        border: none;
        border-bottom: .02em solid #004884;
        background: #e6effd;
        color: #000;
        font-size: 1.2em
    }

.lb-name {
    position: absolute;
    top: -1.5em;
    color: #004884;
    font-size: .9em
}

.svg-block {
    position: absolute;
    border-radius: 25%;
    margin-left: 10.8em;
    padding-left: .2em;
    padding-right: .2em;
    top: .28em;
    right: 3px;
    line-height: 1
}

    .svg-block .govco-icon {
        font-size: 1.5rem
    }

.tb-teclado-item {
    position: absolute;
    padding: .7em;
    background-color: #e6effd;
    display: none;
    width: 100%;
    z-index: 1
}

    .tb-teclado-item.show {
        display: grid;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

.td-number-item {
    width: 2.8em;
    height: 2.3em;
    border-radius: 20%
}

.td-number {
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .4em;
    vertical-align: top;
    line-height: 0
}

    .td-number button {
        font-size: 1em;
        background-color: #fff;
        color: #004884;
        border: none;
        -webkit-box-shadow: 0 .1em 0 0 rgba(55,114,255,.5);
        box-shadow: 0 .1em 0 0 rgba(55,114,255,.5)
    }

.td-number-disable {
    padding-left: .5em;
    padding-right: .5em;
    border: none
}

    .td-number-disable button {
        background-color: transparent !important;
        width: 3em;
        height: 2.5em;
        border: none
    }

.btn-delete {
    fill: #004884;
    vertical-align: middle
}

    .btn-delete .govco-icon:hover {
        color: #3772ff
    }

.td-number button:hover {
    background-color: #3772ff;
    color: #fff;
    border: none
}

.td-number button:active {
    background-color: #004884;
    color: #fff;
    border: none
}

.hidden {
    display: none !important
}

.block--gov-accessibility-clone {
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    margin-left: 9em
}

    .block--gov-accessibility-clone div.images {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0;
        background-color: #004884;
        border-radius: 12px;
        border: 2px solid #fff;
        height: 12em
    }

        .block--gov-accessibility-clone div.images a {
            cursor: pointer;
            margin: 5px 0;
            text-align: center;
            height: 2.2em;
            padding: 3px 2px;
            padding-top: .3em
        }

            .block--gov-accessibility-clone div.images a .image-icon div {
                cursor: pointer;
                margin: 0 auto;
                position: relative;
                height: 26px;
                width: 27px;
                background-image: url(../images/spr-govco.png) !important;
                background-repeat: no-repeat
            }

            .block--gov-accessibility-clone div.images a .image-icon #contrast {
                background-position: 0 -180px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-down {
                background-position: 0 -206px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-up {
                background-position: 0 -232px
            }

            .block--gov-accessibility-clone div.images a .image-icon #relevo {
                background-position: 0 -258px
            }

            .block--gov-accessibility-clone div.images a label {
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em;
                cursor: pointer
            }

            .block--gov-accessibility-clone div.images a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-9em);
                background-color: #3772ff;
                width: 12em;
                cursor: pointer;
                text-align: left;
                padding: 5px;
                border-radius: 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .block--gov-accessibility-clone div.images a:hover .image-icon div {
                    margin: 0 auto;
                    position: absolute
                }

                .block--gov-accessibility-clone div.images a:hover label {
                    display: inline-block !important
                }

.block--gov-accessibility {
    position: fixed;
    right: -.1em;
    bottom: 0;
    top: 30vh;
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    background: transparent !important
}

    .block--gov-accessibility .block-options {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0 !important;
        background-color: #004884;
        border-radius: 12px;
        border: 1px solid hsla(0,0%,100%,.28)
    }

        .block--gov-accessibility .block-options a {
            cursor: pointer;
            text-align: center;
            padding: 3px 2px
        }

            .block--gov-accessibility .block-options a .govco-icon {
                color: #fff !important;
                font-size: 1.5rem
            }

            .block--gov-accessibility .block-options a label {
                cursor: pointer;
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em
            }

            .block--gov-accessibility .block-options a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-8em);
                background-color: #3772ff;
                width: 11em;
                text-align: left;
                border-radius: 10px 0 0 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                text-decoration: none
            }

                .block--gov-accessibility .block-options a:hover .govco-icon {
                    margin: 0 .5rem
                }

                .block--gov-accessibility .block-options a:hover label {
                    cursor: pointer;
                    display: inline-block !important;
                    margin-bottom: 0;
                    margin-left: 0;
                    font-family: Work Sans,sans-serif;
                    font-size: .8rem
                }

.all {
    background: #000
}

    .all h1, .all h2, .all h3, .all h4, .all h5, .all h6 {
        color: #fff
    }

    .all div {
        background-color: #000
    }

    .all button {
        background-color: #ddfb00
    }

        .all button.content-close, .all button.content-search {
            background: transparent !important
        }

            .all button.content-close .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-close .govco-icon.govco-icon-search-cn, .all button.content-search .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-search .govco-icon.govco-icon-search-cn {
                background: transparent !important;
                color: #ddfb00 !important
            }

    .all a {
        color: #ddfb00 !important
    }

        .all a p.content-link, .all a p.title-contact-link {
            color: #004884 !important
        }

        .all a strong {
            color: #ddfb00 !important
        }

    .all .container-1 #search_home {
        background: #000;
        border: 2px solid #e5eefb
    }

        .all .container-1 #search_home::-webkit-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-moz-placeholder {
            color: #fff
        }

        .all .container-1 #search_home:-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::placeholder {
            color: #fff
        }

    .all .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p, .all .page__footer .container .footer-container .nav-footer .item-footer a:hover p {
        color: #004884 !important
    }

    .all a:hover, .all div.nav-link:hover {
        background-color: #ddfb00 !important;
        color: #004884 !important
    }

        .all a:hover p, .all div.nav-link:hover p {
            color: #004884 !important
        }

        .all a:hover *, .all div.nav-link:hover * {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

        .all a:hover .govco-icon:before, .all a:hover .title-contact-link, .all a:hover strong, .all div.nav-link:hover .govco-icon:before, .all div.nav-link:hover .title-contact-link, .all div.nav-link:hover strong {
            color: #004884
        }

    .all p {
        color: #ddfb00
    }

    .all span {
        color: #fff
    }

    .all i {
        background-color: #ddfb00
    }

    .all .block--gov-accessibility {
        background: transparent !important
    }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover span {
            color: #004884
        }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active span, .all .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
            color: #004884
        }

    .all #notificationHeaderMobile {
        z-index: 999
    }

        .all #notificationHeaderMobile .container-notifications-header {
            background: #ddfb00
        }

            .all #notificationHeaderMobile .container-notifications-header a {
                background: #ddfb00;
                color: #004884
            }

                .all #notificationHeaderMobile .container-notifications-header a strong {
                    color: #004884 !important
                }

    .all .navbar-translate-mobile .btn-transparent, .all .navbar-translate-mobile .btn-transparent i, .all .translation-links {
        background: transparent !important
    }

    .all .item-menu .nav-item-mobile.nav-item-menu.active a span {
        color: #004884 !important
    }

    .all nav.navbar.navbar-expand-lg.fixed-top.navbar-govco.navbar-collapsed li.nav-item.nav-search .search-items.row {
        visibility: hidden
    }

    .all .block--gov-accessibility .block-options.navbar-expanded {
        background-color: #000
    }

    .all footer .footer.page__footer {
        background-color: #000 !important
    }

        .all footer .footer.page__footer .container .submenu-footer a:hover, .all footer .footer.page__footer p:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

    .all .list-group-item {
        background-color: #000
    }

        .all .list-group-item:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

.scroll-dark-govco {
    overflow-y: scroll
}

    .scroll-dark-govco::-webkit-scrollbar {
        width: .7em
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #3772ff;
        -webkit-box-shadow: inset 0 0 1px 1px #fff;
        box-shadow: inset 0 0 1px 1px #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb:hover {
        background: #3772ff
    }

.scroll-light-govco {
    overflow-y: scroll
}

    .scroll-light-govco::-webkit-scrollbar {
        width: .7em;
        padding: 5px
    }

    .scroll-light-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #004884;
        -webkit-box-shadow: inset 0 0 1px 1px #e6effd;
        box-shadow: inset 0 0 1px 1px #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-thumb:hover {
        background: #004884
    }

.accordion-govco .card {
    background: #fff;
    border: none
}

    .accordion-govco .card .cheader {
        background: #fff;
        border-bottom: none
    }

        .accordion-govco .card .cheader button {
            display: block;
            text-align: left;
            width: 100%;
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: #fff
        }

            .accordion-govco .card .cheader button[aria-expanded=false] {
                border-bottom: 1px solid rgba(0,0,0,.125)
            }

            .accordion-govco .card .cheader button[aria-expanded=true] {
                font-weight: 700;
                border-bottom: none
            }

.ficha_detalles .text-intro {
    text-align: center;
    margin-top: 1em
}

    .ficha_detalles .text-intro h3 {
        font-weight: 400;
        font-size: 1.5em
    }

.ficha_detalles .nav-tabs {
    border-bottom: none !important
}

    .ficha_detalles .nav-tabs .nav-link {
        border: 1px solid #dee2e6;
        background: #e5eefb
    }

.ficha_detalles .tab-content {
    border-radius: 0 30px 30px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.ficha_detalles .card, .ficha_detalles .card .card-header {
    border: none !important;
    border-radius: 30px
}

    .ficha_detalles .card .card-header {
        background-color: #fff;
        padding: 0
    }

    .ficha_detalles .card button {
        border-bottom: 2px solid #dee2e6;
        border-radius: 0;
        margin: 0;
        width: 100%;
        white-space: normal;
        text-align: left;
        font-size: 1.1em;
        cursor: pointer !important;
        color: #004884
    }

        .ficha_detalles .card button:hover, .ficha_detalles .card button:not(.collapsed) {
            background-color: #004884 !important;
            color: #fff !important;
            text-decoration: none !important;
            border: none
        }

        .ficha_detalles .card button h3 {
            padding: 1.5em;
            margin: 0
        }

    .ficha_detalles .card .card-body {
        background: #e5effd !important
    }

        .ficha_detalles .card .card-body h4 {
            font-size: 1em
        }

        .ficha_detalles .card .card-body .condicion-panel {
            background: #fff;
            padding: 1.2em;
            border-radius: .5em;
            border: 3px solid #ffab00;
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .condicion-panel p {
                font-style: italic
            }

        .ficha_detalles .card .card-body .documento-panel {
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .documento-panel p:last-child {
                border-bottom: 1px solid #004884;
                padding-bottom: 1em
            }

.ficha_detalles .puntos-btn {
    width: 100%
}

.back-to-top-button {
    padding: 3px 12px;
    line-height: normal;
    -webkit-box-shadow: 0 3px 10px -3px #4b4b4b;
    -moz-box-shadow: 0 3px 10px -3px #4b4b4b;
    box-shadow: 0 3px 10px -3px #4b4b4b
}

.div-star-up {
    position: fixed;
    bottom: 3em;
    right: -10.5em;
    z-index: 4;
    line-height: 4
}

.btn-up-hover {
    cursor: pointer;
    border: 2px solid #004884;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .8em .8em .8em .8em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #4b4b4b !important;
    font-style: unset
}

    .a-start-up:active, .a-start-up:hover, .a-start-up:visited {
        color: #3772ff
    }

    .a-start-up svg {
        vertical-align: middle
    }

.backtoTop .div-star-up {
    position: fixed;
    bottom: 3em;
    right: -13em;
    z-index: 4
}

.backtoTop .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1rem;
    color: #3772ff;
    font-style: unset
}

.backtoTop:hover .a-start-up .btn-svg-up-hover {
    color: #3772ff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em
}

.backtoTop:hover .a-start-up .label-button-star-up {
    color: #3772ff
}

.backtoTop:active .a-start-up .btn-svg-up-hover, .backtoTop:active .label-button-star-up {
    color: #fff
}

.backtoTop .btn-svg-up-hover {
    line-height: 4rem;
    vertical-align: middle;
    display: inline-block;
    color: #4b4b4b;
    font-size: 3rem
}

.backtoTop .label-button-star-up {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.625rem;
    font-family: Work Sans,sans-serif
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-12.9em);
    transform: translateX(-12.9em);
    background-color: #fff;
    border: 1px solid #3772ff;
    border-radius: 1em 0 0 1em
}

.btn-up-hover {
    border: 1px solid rgba(75,75,75,.2)
}

    .btn-up-hover:active {
        background-color: #3772ff
    }

        .btn-up-hover:active .label-button-star-up {
            color: #fff !important
        }

.bg-color-white {
    background: #fff
}

.bg-color-selago {
    background: #e5eefb
}

.bg-color-dodger-blue {
    background: #3772ff
}

.bg-color-marine {
    background: #36c
}

.bg-color-dark-blue {
    background: #004884
}

.bg-color-green {
    background: #069169
}

.bg-color-gold {
    background: #ffab00
}

.bg-color-orange {
    background: #f3561f
}

.bg-color-concrete {
    background: #f2f2f2
}

.bg-color-silver {
    background: #bababa
}

.bg-color-tundora {
    background: #4b4b4b
}

.bg-color-tutu {
    background: #fff2fa
}

.bg-color-radical-red {
    background: #f42e62
}

.bg-color-shiraz {
    background: #a80521
}

.bg-color-pale-sky {
    background: #6c757d
}

.bg-color-hawkes-blue {
    background: #e6effd
}

.bg-color-hawkes-blue-300 {
    background: rgba(157,190,255,.3)
}

.bg-color-catalina-blue {
    background: #0b457f
}

.bg-color-catalina-blue-600 {
    background: rgba(11,69,127,.6)
}

.bg-color-black-160 {
    background: rgba(0,0,0,.16)
}

.bg-color-marine-400 {
    background: rgba(51,102,204,.4)
}

.bg-color-dark-blue-500 {
    background: rgba(0,72,132,.5)
}

.bg-color-shiraz-600 {
    background: rgba(168,5,33,.6)
}

.bg-color-white-contrast {
    background: #fff
}

.bg-color-black-contrast {
    background: #000
}

.bg-color-yellow-contrast {
    background: #ddfb00
}

.bg-color-orange-contrast {
    background: #fbc200
}

.color-shiraz {
    color: #a80521 !important
}

.color-green {
    color: #069169 !important
}

.color-gold {
    color: #ffab00 !important
}

.color-marine {
    color: #36c !important
}

.color-dodger-blue {
    color: #3772ff !important
}

.color-white {
    color: #fff !important
}

.color-dark-blue {
    color: #004884 !important
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300.eot);
    src: local("Montserrat Light"),local("Montserrat-Light"),url(assets/fonts/montserrat/montserrat-v14-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot);
    src: local("Montserrat Light Italic"),local("Montserrat-LightItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot);
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot);
    src: local("Montserrat Italic"),local("Montserrat-Italic"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500.eot);
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(assets/fonts/montserrat/montserrat-v14-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot);
    src: local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600.eot);
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(assets/fonts/montserrat/montserrat-v14-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot);
    src: local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700.eot);
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(assets/fonts/montserrat/montserrat-v14-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot);
    src: local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/worksans/work-sans-v5-latin-300.eot);
    src: local("Work Sans Light"),local("WorkSans-Light"),url(assets/fonts/worksans/work-sans-v5-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-300.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-300.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/worksans/work-sans-v5-latin-regular.eot);
    src: local("Work Sans"),local("WorkSans-Regular"),url(assets/fonts/worksans/work-sans-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-regular.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/worksans/work-sans-v5-latin-600.eot);
    src: local("Work Sans SemiBold"),local("WorkSans-SemiBold"),url(assets/fonts/worksans/work-sans-v5-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-600.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-600.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/worksans/work-sans-v5-latin-500.eot);
    src: local("Work Sans Medium"),local("WorkSans-Medium"),url(assets/fonts/worksans/work-sans-v5-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-500.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-500.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/worksans/work-sans-v5-latin-700.eot);
    src: local("Work Sans Bold"),local("WorkSans-Bold"),url(assets/fonts/worksans/work-sans-v5-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-700.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-700.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Govco Icon;
    font-style: normal;
    src: url(assets/fonts/icons/Govco-icons.eot);
    src: local("Govco Icon"),local("Govco-Icon"),url(assets/fonts/icons/Govco-icons.eot?#iefix) format("embedded-opentype"),url(assets/fonts/icons/Govco-icons.woff2) format("woff2"),url(assets/fonts/icons/Govco-icons.woff) format("woff"),url(assets/fonts/icons/Govco-icons.ttf) format("truetype"),url(assets/fonts/icons/Govco-icons.svg#GovcoIcon) format("svg"),url("data:application/octet-stream;base64,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") format("truetype")
}

.area-note-selago {
    border: 2px solid #e5eefb;
    border-radius: 10px;
    padding: 10px;
    line-height: 20px
}

    .area-note-selago .title {
        font-size: .875rem
    }

    .area-note-selago .content {
        font-size: .875rem;
        font-weight: 500
    }

    .area-note-selago .footer {
        text-align: center
    }

#page-search {
    min-height: 30vh;
    background: #f6f8f9;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#f6f8f9),color-stop(50%,#fff));
    background: linear-gradient(90deg,#f6f8f9 30%,#fff 50%);
    padding: 2rem 0 0
}


.rotate-icon, :host {
    display: block
}

.rotate-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

span.govco-icon.govco-icon-plus.rotate-icon {
    font-size: 1.2rem
}

    span.govco-icon.govco-icon-plus.rotate-icon:before {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1
    }

nav.navbar-govco {
    z-index: 99 !important
}

.btn-round {
    border-radius: 30px !important;
    margin: 0 !important
}

.btn-sesion, .text-underline {
    color: #fff !important
}

.btn-sesion {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: 700;
    background-color: #36c;
    border: 1px solid #fff !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.btn-cerrar-sesion {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b
}

button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color !important
}

.btn-cerrar-sesion:hover, .btn-personalizar:hover {
    background: #36c;
    color: #fff;
    border-radius: 1px
}

.btn-personalizar {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b;
    margin-top: 14px
}

.mr-icon {
    padding-right: 2px
}

.btn-sesion:hover {
    padding: 0 5px;
    padding: .1em .7em #004884 !important
}

.btn-sesion-activo, .btn-sesion:hover {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    background: #004884;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px;
    border: 1px solid #004884 !important
}

.btn-sesion-activo {
    padding: 0 5px;
    padding: .1em .7em !important
}

.navbar-container .container {
    padding: 0 5px;
    max-width: 1356px !important
}

.icon-text {
    font-size: 1.2rem !important
}

.btn-borde {
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid #fff !important;
    font-size: 1rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important
}

.btn-boder-white:hover {
    background-color: #fff !important;
    color: #36c !important
}

.cerrar-sesion {
    text-align: left;
    position: absolute;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    background: #f9f7f7;
    color: #4b4b4b;
    margin-top: -6px !important;
    border-radius: 5px
}

.index-sesion {
    position: relative;
    z-index: 1
}

.btn-boder-white {
    font-weight: 600;
    background-color: #36c !important;
    border: 1px solid !important;
    margin: 0 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.icon-text {
    color: #fff;
    font-size: 1.2rem
}

.all #govco-header .header-text-opciones {
    color: #ddfb00 !important;
    border-color: #ddfb00 !important;
    background-color: #000 !important
}

#govco-header {
    font-size: 16px;
    font-family: Work Sans,Montserrat,sans-serif
}

    #govco-header .sesion-opcion {
        max-height: 2rem;
        margin-right: .5rem;
        border-color: #fff !important
    }

        #govco-header .sesion-opcion .header-text-opciones {
            padding: .4rem 1rem .48rem !important;
            color: #fff !important
        }

        #govco-header .sesion-opcion:hover {
            background-color: #fff !important;
            color: #36c !important;
            border-color: #fff !important
        }

            #govco-header .sesion-opcion:hover .header-text-opciones, #govco-header .sesion-opcion:hover .icon-text {
                color: #36c !important
            }

        #govco-header .sesion-opcion.btn-sesion-activo {
            background-color: #fff !important;
            color: #36c !important;
            border-color: #fff !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-top-left-radius: 1rem !important;
            border-top-right-radius: 1rem !important
        }

            #govco-header .sesion-opcion.btn-sesion-activo .header-text-opciones, #govco-header .sesion-opcion.btn-sesion-activo .icon-text {
                color: #36c !important
            }

    #govco-header .cerrar-sesion {
        -webkit-box-shadow: 0 0 5px #36c;
        box-shadow: 0 0 5px #36c;
        background: #fff;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        color: #36c
    }

    #govco-header .header-text-opciones {
        font-size: .875rem !important;
        padding: .521rem 1rem .48rem !important;
        font-family: Work Sans,Montserrat,sans-serif;
        letter-spacing: .5px;
        font-weight: 400 !important;
        line-height: .875rem !important
    }

    #govco-header .nav-item-primary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important
    }

    #govco-header #nav-secondary .navbar-nav .nav-item a {
        font-size: .875rem !important;
        font-family: Work Sans,Montserrat,sans-serif !important
    }

    #govco-header .collapse.navbar-collapse.navbar-first-menu.float-right {
        float: none;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm {
        font-family: Work Sans,Montserrat,sans-serif !important;
        height: auto !important;
        padding: .401rem 0 .35rem !important;
        font-size: .875rem !important;
        margin-left: 1rem !important
    }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-webkit-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm:-ms-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-moz-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-ms-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: Work Sans,Montserrat,sans-serif !important;
            opacity: 1
        }

    #govco-header .search-desktop-container .form-search-bar-active ~ .icon-search, #govco-header .search-desktop-container input.form-control:focus ~ .icon-search {
        color: #36c !important
    }

    #govco-header .search-desktop-container .icon-search {
        margin-right: 0 !important
    }

@charset "UTF-8";

.navbar {
    width: 100%;
    z-index: 3
}

.navbar-container .navbar-first-menu a, .navbar-nav a {
    font-family: Montserrat,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    color: #0b457f !important;
    text-transform: uppercase;
    padding: 15px 5px
}

    .navbar-container .navbar-first-menu a:focus, .navbar-container .navbar-first-menu a:hover, .navbar-nav a:focus, .navbar-nav a:hover {
        background: transparent !important
    }

.navbar-container .navbar-first-menu .nav-item.active, .navbar-container .navbar-first-menu .nav-item:focus, .navbar-container .navbar-first-menu .nav-item:hover, .navbar-nav .nav-item.active, .navbar-nav .nav-item:focus, .navbar-nav .nav-item:hover {
    background: #ffab00 !important
}

    .navbar-container .navbar-first-menu .nav-item.active a, .navbar-container .navbar-first-menu .nav-item:focus a, .navbar-container .navbar-first-menu .nav-item:hover a, .navbar-nav .nav-item.active a, .navbar-nav .nav-item:focus a, .navbar-nav .nav-item:hover a {
        color: #0b457f !important;
        font-weight: 600 !important
    }

.navbar-container .navbar-first-menu .container-notifications-header, .navbar-nav .container-notifications-header {
    padding: 0
}

.navbar-container .navbar-first-menu .nav-item, .navbar-nav .nav-item {
    padding: 1px 1rem
}

.alert-warning, .navbar-notifications {
    width: 100%;
    background-color: #ffab00
}

.alert-warning {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

    .alert-warning a {
        padding: 0
    }

    .alert-warning .page-icon-close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-weight: 700;
        line-height: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .alert-warning .page-icon-close .govco-icon {
            color: #0b457f !important;
            font-weight: 600 !important;
            font-weight: 600;
            margin-top: 3px;
            font-size: 1.5rem
        }

    .alert-warning .page-alert-text {
        font-size: .7rem !important;
        color: #004884 !important;
        font-family: Work Sans,sans-serif !important;
        text-transform: none !important;
        font-weight: 500 !important
    }

.navbar-govco {
    background-color: #36c;
    font-size: .5rem;
    padding: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 9 !important
}

    .navbar-govco .form-search-bar {
        border-radius: 2rem;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 1px #36c;
        box-shadow: 0 0 1px #36c;
        overflow: hidden;
        font-size: .5rem;
        margin-left: 1rem;
        line-height: 21px
    }

        .navbar-govco .form-search-bar.none-visibility {
            border: .5px solid transparent;
            -webkit-transition: 1.5s;
            transition: 1.5s
        }

        .navbar-govco .form-search-bar input.form-control {
            font-size: .75rem;
            margin-right: 1px !important;
            margin-left: 10px;
            color: #fff !important;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0;
            height: 25px
        }

            .navbar-govco .form-search-bar input.form-control:focus {
                color: #000 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important
            }

            .navbar-govco .form-search-bar input.form-control.translation {
                width: 0;
                margin: 0 !important;
                color: #fff !important;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            .navbar-govco .form-search-bar input.form-control.non-translation {
                width: 118px;
                margin-right: 1px !important;
                margin-left: 10px;
                transition: all .5s;
                -webkit-transition: all .5s
            }

        .navbar-govco .form-search-bar .govco-icon {
            color: #fff;
            font-size: 1.7rem
        }

        .navbar-govco .form-search-bar .material-icons {
            color: #fff;
            font-size: 1.7rem;
            height: auto;
            width: auto;
            text-align: end
        }

        .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control:-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

    .navbar-govco .navbar-brand {
        padding: 0
    }

.navbar-container {
    width: 100%
}

    .navbar-container, .navbar-container .container {
        padding: 0;
        margin: 0
    }

        .navbar-container .navbar-logo img {
            margin: 10px 0 !important
        }

        .navbar-container .nav-primary a {
            color: #fff !important
        }

        .navbar-container .nav-item-primary {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .navbar-container .nav-item-primary .lang-govco {
                color: #fff;
                font-size: 1.7rem;
                margin: 0;
                line-height: 30px;
                cursor: pointer
            }

            .navbar-container .nav-item-primary.is-scroll {
                margin-left: auto
            }

        .navbar-container .navbar-first-menu .navbar-first-menu a:focus, .navbar-container .navbar-first-menu .navbar-first-menu a:hover, .navbar-container .navbar-first-menu .navbar-nav a:focus, .navbar-container .navbar-first-menu .navbar-nav a:hover {
            color: #fff
        }

.form-search-bar-active, .navbar-govco .form-search-bar input.form-control:focus {
    background-color: #fff;
    color: #000
}

    .form-search-bar-active ~ .icon-search, .form-search-bar-active ~ .search-btn > .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .search-btn > .icon-search {
        color: #3772ff !important
    }

.nav-secondary {
    width: 100%;
    background-color: #fff
}

    .nav-secondary.govco-content {
        background-color: #e6effd !important
    }

    .nav-secondary .nav-item {
        cursor: pointer;
        padding: 0
    }

        .nav-secondary .nav-item .nav-link {
            padding: 8.21px 30px;
            line-height: 20px;
            font-weight: 500 !important
        }

.hidden-transition {
    opacity: 0;
    display: none
}

.hidden-transition, .show-transition {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.show-transition {
    display: inline;
    opacity: 1
}

.page-header-hidden {
    height: 200px
}

.page-content-hidden, .page-header-hidden {
    background-color: #fff;
    background-image: none
}

.page-content-hidden {
    height: 3rem
}

.none-visibility {
    color: transparent
}

@media (min-width:992px) {
    .navbar-collapsed {
        display: none !important
    }
}

@media (max-width:992px) {
    .navbar-expanded {
        display: none !important
    }

    .navbar-collapsed {
        display: initial !important
    }

        .navbar-collapsed .navbar-collapse .nav-item {
            list-style-type: none
        }

        .navbar-collapsed .navbar-collapse .nav-items {
            opacity: 1;
            -webkit-transition: height .5s,opacity .5s ease-in;
            transition: height .5s,opacity .5s ease-in;
            height: auto
        }

            .navbar-collapsed .navbar-collapse .nav-items.searching {
                opacity: 0;
                height: 0;
                -webkit-transition: height .5s,opacity .5s ease-out;
                transition: height .5s,opacity .5s ease-out
            }

                .navbar-collapsed .navbar-collapse .nav-items.searching .none-visibility {
                    display: none !important
                }

            .navbar-collapsed .navbar-collapse .nav-items .nav-item-menu {
                display: block
            }

        .navbar-collapsed .navbar-collapse .nav-accessibility {
            -webkit-transition: height .5s,opacity .5s ease-in !important;
            transition: height .5s,opacity .5s ease-in !important;
            position: relative;
            margin-top: 8vh;
            width: 100%
        }

            .navbar-collapsed .navbar-collapse .nav-accessibility.none-visibility {
                opacity: 0;
                -webkit-transition: height .5s,opacity .5s ease-out !important;
                transition: height .5s,opacity .5s ease-out !important
            }

            .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility {
                color: #fff;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center
            }

                .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility label.item {
                    font-size: .75rem;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    margin-bottom: 0;
                    padding-left: .75rem
                }

        .navbar-collapsed .navbar-collapse .nav-most-used {
            opacity: 0;
            height: 0;
            -webkit-transition: height .5s,opacity .3s ease-out;
            transition: height .5s,opacity .3s ease-out
        }

            .navbar-collapsed .navbar-collapse .nav-most-used.searching {
                opacity: 1;
                -webkit-transition: height .5s,opacity .5s ease-in !important;
                transition: height .5s,opacity .5s ease-in !important
            }

                .navbar-collapsed .navbar-collapse .nav-most-used.searching .nav-item-most-used {
                    display: block !important
                }

            .navbar-collapsed .navbar-collapse .nav-most-used .none-visibility {
                display: none
            }

            .navbar-collapsed .navbar-collapse .nav-most-used .separator {
                margin: 1rem 2rem !important
            }

        .navbar-collapsed .navbar-translate {
            background-color: #36c !important;
            text-align: center;
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 300px
        }

            .navbar-collapsed .navbar-translate .navbar-toggler {
                display: initial;
                background-color: transparent;
                border-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: .75rem
            }

                .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
                    color: #fff
                }

                .navbar-collapsed .navbar-translate .navbar-toggler:active, .navbar-collapsed .navbar-translate .navbar-toggler:focus, .navbar-collapsed .navbar-translate .navbar-toggler:hover {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

            .navbar-collapsed .navbar-translate .navbar-brand {
                margin: 0 !important;
                background-color: transparent !important
            }

            .navbar-collapsed .navbar-translate .item-text {
                line-height: 1.5
            }

            .navbar-collapsed .navbar-translate .navbar-nav-mobile {
                margin-bottom: 18px
            }

            .navbar-collapsed .navbar-translate.focus {
                max-height: 0
            }

        .navbar-collapsed .input-group {
            background-color: hsla(0,0%,100%,.3);
            -webkit-transition: width .5s;
            transition: width .5s
        }

            .navbar-collapsed .input-group .form-control {
                height: auto !important
            }

        .navbar-collapsed .search-items .container-search {
            margin: 1rem 2rem;
            width: 100%
        }

        .navbar-collapsed .search-items .btn-close-search a {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-size: .75rem;
            margin-top: 15px;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in
        }

        .navbar-collapsed .search-mobile-container {
            background-color: hsla(0,0%,100%,.3) !important;
            border-radius: 2rem;
            border: 2px solid transparent;
            overflow: hidden;
            font-size: .5rem;
            line-height: 21px;
            -webkit-transition: width .5s ease-in;
            transition: width .5s ease-in
        }

            .navbar-collapsed .search-mobile-container.focus {
                width: 70% !important;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin-right: 0;
                -webkit-transition: 1s ease-out;
                transition: 1s ease-out
            }

                .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus {
                    background-color: #fff !important;
                    color: #000 !important
                }

                    .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn {
                        padding-top: 7px
                    }

                        .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn .govco-icon, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon {
                            color: #3772ff;
                            font-size: 2rem !important
                        }

                .navbar-collapsed .search-mobile-container.focus ~ .btn-close-search {
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    margin: 0 auto
                }

            .navbar-collapsed .search-mobile-container .item-search-mobile {
                border: none;
                background-color: hsla(0,0%,100%,.3) !important
            }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-moz-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile:-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::placeholder {
                    color: #fff
                }

            .navbar-collapsed .search-mobile-container .input-group-btn {
                background-color: hsla(0,0%,100%,.3) !important;
                padding-top: 7px
            }

                .navbar-collapsed .search-mobile-container .input-group-btn .btn-search {
                    background: transparent
                }

                .navbar-collapsed .search-mobile-container .input-group-btn .govco-icon {
                    height: auto;
                    color: #fff;
                    font-size: 2rem !important
                }

        .navbar-collapsed .title {
            color: #fff;
            font-size: 1rem;
            text-transform: none
        }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #36c;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important
    }

        .navbar-collapse.close-menu-govco {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .navbar-collapse.close-menu-govco, .navbar-collapse.open-menu-govco {
            -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

        .navbar-collapse.open-menu-govco {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    .nav-item-mobile {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

        .nav-item-mobile:not(:first-of-type) {
            width: 100% !important
        }

            .nav-item-mobile:not(:first-of-type) .nav-link {
                height: auto;
                border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
                margin: auto 1.5rem auto 1rem;
                padding-left: 0
            }

        .nav-item-mobile.active, .nav-item-mobile:active, .nav-item-mobile:focus, .nav-item-mobile:hover {
            background-color: #ffab00 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important
        }

            .nav-item-mobile.active + .nav-item-mobile .nav-link, .nav-item-mobile:active + .nav-item-mobile .nav-link, .nav-item-mobile:focus + .nav-item-mobile .nav-link, .nav-item-mobile:hover + .nav-item-mobile .nav-link {
                border-top: 1.5px solid transparent !important
            }

        .nav-item-mobile .nav-link {
            margin: auto 1rem;
            padding-left: 0
        }

            .nav-item-mobile .nav-link.search {
                margin: auto 2rem !important
            }

            .nav-item-mobile .nav-link span {
                color: #fff;
                font-size: .75rem;
                font-weight: 500
            }

    .separator {
        border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
        margin: auto 1rem
    }

        .separator .search {
            margin: auto 2rem !important
        }
}

.page__content {
    background-color: #fff !important;
    padding: 2% 7.5%;
    border-radius: 10px
}

    .page__content .container {
        padding-left: 0
    }

        .page__content .container .area-servicio {
            margin: 1em auto;
            margin-left: auto;
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%
        }

        .page__content .container .tramite-area {
            margin-top: 1em
        }

@media (min-width:576px) {
    .page__content {
        padding: 2% 6% 2% 11%
    }

        .page__content .container {
            max-width: 600px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:768px) {
    .page__content {
        padding: 2% 6% 2% 10%
    }

        .page__content .container {
            max-width: 832px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:992px) {
    .page__content {
        padding: 2% 6% 2% 9%
    }

        .page__content .container {
            max-width: 1020px
        }

            .page__content .container .area-servicio {
                margin-left: 2em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 286px;
                flex: 0 0 286px;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 65%;
                flex: 0 0 65%;
                max-width: 65%
            }
}

@media (min-width:992px) and (max-width:1080px) {
    .page__content .container .tramite-area {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%
    }
}

@media (min-width:1200px) {
    .page__content {
        padding: 2% 6% 2% 8.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                margin-left: 2.5em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 1 0 69%;
                flex: 1 0 69%;
                max-width: 69%
            }
}

@media (min-width:1920px) {
    .page__content {
        padding: 2% 6% 2% 7.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }
}

.area-servicio-item {
    min-width: 285px
}

.page__footer {
    padding-bottom: 70px;
    padding-top: 77px;
    margin-top: 1.8%;
    background-color: #36c !important;
    color: #fff !important
}

    .page__footer .container ul li a:hover {
        text-decoration: none;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff
    }

    .page__footer .container .footer-container .footer-title {
        -ms-flex-pack: center;
        justify-content: center
    }

        .page__footer .container .footer-container .footer-title .title-footer {
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 0;
            text-align: center;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff;
            font-weight: 300;
            margin-bottom: 30px
        }

    .page__footer .container .footer-container .nav-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 14.25rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                color: #fff !important;
                font-size: 2.8rem
            }

            .page__footer .container .footer-container .nav-footer .item-footer p {
                color: #fff !important;
                margin-top: .5rem !important;
                margin-bottom: 0 !important;
                line-height: 1.25 !important;
                font-size: 1rem;
                font-weight: 400;
                text-rendering: geometricPrecision
            }

            .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff
            }

                .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link:first-letter {
                    text-transform: capitalize !important
                }

            .page__footer .container .footer-container .nav-footer .item-footer .content-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff;
                margin-top: 1px !important
            }

                .page__footer .container .footer-container .nav-footer .item-footer .content-link br {
                    display: none
                }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: center;
                border: 3px solid transparent !important;
                height: 100%
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: .5rem;
                    margin-bottom: 0;
                    line-height: 1.25;
                    font-size: 1rem;
                    text-transform: none;
                    font-weight: 400;
                    text-rendering: geometricPrecision;
                    text-align: center;
                    font-size: 14px;
                    font-family: Work Sans,sans-serif;
                    letter-spacing: 0;
                    color: #fff
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover {
                    border: 3px solid #fff !important;
                    background-color: transparent;
                    color: #fff !important
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p {
                        font-weight: 500
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active p {
                        font-weight: 500
                    }

    .page__footer .container .submenu-footer {
        padding: 0;
        display: -ms-flexbox;
        display: flex
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 40px;
            margin-bottom: 0
        }

            .page__footer .container .submenu-footer ul li {
                display: inline-block
            }

        .page__footer .container .submenu-footer a {
            color: #fff;
            text-transform: none;
            padding: 0 1rem;
            border-radius: 3px;
            position: relative;
            display: block;
            text-align: center;
            text-decoration: underline;
            font-weight: 700;
            font-size: 18px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0
        }

            .page__footer .container .submenu-footer a:active, .page__footer .container .submenu-footer a:focus, .page__footer .container .submenu-footer a:hover {
                color: #fff;
                text-decoration: underline
            }

.nav-pills .nav-item .nav-link.active {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:575.98px) {
    .page__footer .container #footer-container {
        -ms-flex-pack: left;
        justify-content: left;
        padding: .5rem 1rem
    }

        .page__footer .container #footer-container .title-footer {
            padding: .5rem 1rem;
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container #footer-container .nav-footer .item-footer .nav-link a {
            margin-top: .5rem !important;
            margin-left: 0 !important;
            display: contents
        }

    .page__footer .container .submenu-footer {
        margin-top: 40px;
        -ms-flex-pack: left;
        justify-content: left
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 0;
            margin-bottom: 0;
            padding: .5rem 1rem
        }

            .page__footer .container .submenu-footer ul li {
                width: 100%
            }

                .page__footer .container .submenu-footer ul li a {
                    text-align: left;
                    padding: 1rem .5rem
                }
}

@media (max-width:767.98px) {
    .page__footer {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .page__footer .container .footer-container .title-footer {
            margin-top: 0;
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container .submenu-footer {
            margin-top: 0
        }

            .page__footer .container .submenu-footer ul li a {
                text-align: left;
                padding: 1.5rem 1rem
            }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 100%
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                margin-right: 15px
            }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: left;
                display: -ms-inline-flexbox;
                display: inline-flex;
                width: 100%;
                vertical-align: middle;
                -ms-flex-align: center;
                align-items: center
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: 0;
                    margin-left: 10px
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title {
                    margin-top: 1rem;
                    -ms-flex-pack: left;
                    justify-content: left;
                    padding-left: 20px
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title h2 {
                        font-size: 1.6rem
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link p {
                    text-align: left;
                    font-size: 1rem !important;
                    display: contents
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p:first-letter {
                        text-transform: capitalize !important
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link {
                        text-transform: none !important;
                        white-space: nowrap
                    }

                        .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link a {
                            color: #fff
                        }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p br {
                        display: block
                    }
}

.all span.breadcrumb-text.item-link:hover {
    background: #ddfb00 !important
}

.main {
    z-index: 1 !important;
    -webkit-box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important;
    box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important
}

.main-raised {
    margin: -85px 6% 0 !important;
    border-radius: 17px !important;
    border: 1px solid #e5eefb !important
}

.main-raised-hidden {
    margin-top: -60px !important;
    border-radius: 17px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:768px) {
    .main-raised {
        margin: -140px 6% 0 !important
    }

    .main-raised-hidden {
        margin-top: -120px !important
    }
}

.card-govco {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(129,171,255,.3);
    border-radius: .5rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 .3rem rgba(75,75,75,.3);
    box-shadow: 0 0 .3rem rgba(75,75,75,.3)
}

.modal-lg {
    max-width: 800px !important
}

.modal-xl {
    max-width: 1200px !important
}

.modal {
    z-index: 1031 !important
}

    .modal .modal-header {
        border: none !important
    }

        .modal .modal-header i {
            font-size: 18px;
            color: #36c;
            font-weight: 700
        }

    .modal .modal-content {
        border-radius: 10px;
        font-family: Work Sans,sans-serif
    }

    .modal .modal-footer {
        border: none !important
    }

.modal-backdrop {
    opacity: .3 !important
}

    .modal-backdrop.fade.show {
        z-index: 3 !important
    }

.modal-open {
    padding-right: 0 !important
}

    .modal-open .container, .modal-open .container-fluid {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -o-filter: blur(15px);
        -ms-filter: blur(15px);
        filter: blur(15px)
    }

.modal-detail-govco .modal-content {
    padding: 0
}

.modal-detail-govco .modal-header {
    border-bottom: 2px solid #36c !important;
    text-transform: uppercase
}

    .modal-detail-govco .modal-header .modal-title {
        font-size: 20px !important;
        margin-top: 3px !important;
        margin-left: 15px !important
    }

.modal-detail-govco .modal-body {
    padding: 0
}

    .modal-detail-govco .modal-body .modal-subtitle {
        background-color: #e5eefb;
        font-weight: 600;
        padding: 10px 30px !important
    }

    .modal-detail-govco .modal-body .modal-detail-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .modal-detail-govco .modal-body .modal-detail {
        padding: 15px 55px !important
    }

.modal-detail-govco .modal-footer {
    padding: 25px 10px !important
}

* {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    color: #004884
}

h1 {
    font-weight: 300
}

h1, h2 {
    font-size: 2.0625rem
}

h2 {
    font-weight: 500
}

h3 {
    font-size: 1.125rem;
    font-weight: 700
}

h4 {
    font-size: 3.8125rem;
    font-weight: 300
}

p {
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400
}

    p.intro {
        font-size: .875rem
    }

    p.title {
        font-size: 2.0625rem
    }

q {
    font-family: Work Sans,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic
}

    q:after, q:before {
        content: ""
    }

@media only screen and (min-device-width:768px) and (max-device-width:1280px) {
    h1, h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 2.0625rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .875rem;
        font-weight: 400
    }

        p.title {
            font-size: 1.5rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1.3125rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

@media only screen and (max-device-width:767px) {
    h1, h2 {
        font-size: 1.125rem
    }

    h3 {
        font-size: .75rem
    }

    h4 {
        font-size: 1.125rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .75rem;
        font-weight: 400
    }

        p.intro {
            font-size: .625rem
        }

        p.title {
            font-size: .875rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

a {
    cursor: pointer !important
}

label.form-group-govco {
    font-weight: 500 !important
}

h3.entity-name {
    font-size: 1rem
}

h3.title-section {
    font-size: 1.25rem
}

h3.result-section {
    font-size: 1.5rem
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.1
}

    .breadcrumb li:not(.active) a {
        color: #36c !important;
        font-weight: 400
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        content: none !important
    }

    .breadcrumb .breadcrumb-item + .active {
        background-color: transparent;
        font-size: .9rem;
        font-weight: 600;
        color: #3772ff !important
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 0;
        margin: 5px 0
    }

        .breadcrumb .breadcrumb-item .image-icon {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .breadcrumb .breadcrumb-item .image-icon div.breadcrumb {
                height: 20px;
                width: 14px;
                padding: 0 !important;
                margin: 0 8px;
                margin-bottom: 0 !important;
                background-image: url(/assets/images/spr-icons-govco.png) !important;
                background-repeat: no-repeat
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator {
                background-position: -84px -3px
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator-active {
                background-position: -2px -3px
            }

    .breadcrumb .breadcrumb-home {
        margin-top: -5px
    }

.btn-round {
    border-radius: 30px
}

.btn {
    position: relative !important;
    line-height: 1.42
}

.btn-transparent {
    background-color: transparent;
    padding: 0
}

.icon-reverse-x {
    -webkit-transform: rotate(-180deg) scaleX(1);
    -moz-transform: rotate(-180deg) scaleX(1);
    -ms-transform: rotate(-180deg) scaleX(1);
    -o-transform: rotate(-180deg) scaleX(1);
    transform: rotate(-180deg) scaleX(1)
}

.btn-symbolic-govco {
    text-decoration: none !important;
    margin: auto !important;
    font-weight: 700
}

    .btn-symbolic-govco .govco-icon {
        color: #3772ff !important;
        font-size: 2.2rem;
        margin: auto
    }

    .btn-symbolic-govco .btn-symbolic-govco__title {
        color: #3772ff !important;
        font-size: 1rem
    }

    .btn-symbolic-govco.inactive {
        color: #bababa !important;
        font-weight: 400
    }

        .btn-symbolic-govco.inactive .govco-icon {
            color: #bababa !important
        }

        .btn-symbolic-govco.inactive .btn-symbolic-govco__title {
            color: #bababa !important;
            font-weight: 400
        }

    .btn-symbolic-govco:not(.inactive):active .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):active .govco-icon, .btn-symbolic-govco:not(.inactive):focus .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):focus .govco-icon, .btn-symbolic-govco:not(.inactive):hover .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):hover .govco-icon {
        color: #36c !important;
        text-shadow: 0 3px 6px rgba(51,102,204,.4) !important;
        text-decoration: none !important
    }

.btn-symbolic-govco__title--right {
    padding-left: .5rem;
    margin: auto
}

.btn-symbolic-govco__title--left {
    padding-right: .5rem;
    margin: auto
}

.btn-high, .btn-high-mix-govco {
    font-weight: 600;
    background-color: #3772ff !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    white-space: pre-line;
    cursor: pointer
}

    .btn-high-mix-govco:active, .btn-high-mix-govco:focus, .btn-high-mix-govco:hover, .btn-high:active, .btn-high:focus, .btn-high:hover {
        background-color: #36c !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle {
    font-weight: 600;
    border: 1.5px solid #3772ff;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #3772ff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 1em;
    cursor: pointer
}

    .btn-middle:active, .btn-middle:focus, .btn-middle:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #3772ff !important;
        border: 1.5px solid #36c
    }

.btn-low, .btn-low-mix-govco {
    color: #3772ff !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

    .btn-low-mix-govco:active, .btn-low-mix-govco:focus, .btn-low-mix-govco:hover, .btn-low:active, .btn-low:focus, .btn-low:hover {
        color: #36c !important;
        font-weight: 600
    }

.btn-high-inactive {
    font-weight: 600;
    background-color: #bababa !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-high-inactive:active, .btn-high-inactive:focus, .btn-high-inactive:hover {
        background-color: #bababa !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle-inactive {
    font-weight: 600;
    border: 1.5px solid #bababa;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #bababa !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-middle-inactive:active, .btn-middle-inactive:focus, .btn-middle-inactive:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #bababa !important;
        border: 1.5px solid #bababa
    }

.btn-low-inactive {
    color: #4b4b4b !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer
}

    .btn-low-inactive:active, .btn-low-inactive:focus, .btn-low-inactive:hover {
        color: #4b4b4b !important;
        font-weight: 600
    }

.btn-high-mix-govco {
    line-height: 1.5rem;
    padding: .5em .2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-low-mix-govco {
    text-decoration: none !important;
    text-transform: none !important
}

.btn-mix-govco__icon {
    font-size: 1.5rem
}

.btn-mix-govco__icon--right {
    position: absolute;
    top: 3px;
    right: 3px
}

.btn-mix-govco__icon--down, .btn-mix-govco__icon--right {
    background-image: url(/assets/images/spr-icons-govco.png) !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px
}

.btn-mix-govco__title--left {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

.btn-mix-govco__title--left, .btn-mix-govco__title--right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-mix-govco__title--right {
    float: right;
    margin-right: 15px;
    margin-left: auto
}

.btn-mix-govco__icon--search {
    background-position: -37px 0
}

.btn-mix-govco__icon--arrow-right {
    width: 16px !important;
    height: 13px !important;
    margin-left: 5%;
    background-position: -2px -6px
}

.btn-mix-govco__icon--arrow-down {
    width: 16px !important;
    height: 13px !important;
    background-position: -16px 0
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-right {
    background-position: -83px -6px
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-down {
    background-position: -17px -12px
}

.btn-information {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-information:before {
        content: "";
        color: #3772ff !important
    }

    .btn-information:active:before, .btn-information:focus:before, .btn-information:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-aggregate {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-aggregate:before {
        content: "";
        color: #3772ff !important
    }

    .btn-aggregate:active:before, .btn-aggregate:focus:before, .btn-aggregate:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-up-hover-clone {
    padding: .5em;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1em 1em 1em 1em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.btn-svg-up-hover-clone {
    fill: #4b4b4b
}

.a-start-up-clone {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #3772ff;
    font-style: unset
}

.btn-up-hover-clone:focus, .btn-up-hover-clone:hover {
    background-color: #fff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em;
    color: color-dodger-blue
}

    .btn-up-hover-clone:focus .a-start-up-clone .btn-svg-up-hover-clone, .btn-up-hover-clone:hover .a-start-up-clone .btn-svg-up-hover-clone {
        fill: #3772ff
    }

.btn-up-hover-clone:active {
    background-color: #3772ff
}

    .btn-up-hover-clone:active .a-start-up-clone {
        visibility: visible;
        text-decoration: none !important;
        font-size: 1.4em;
        color: #fff;
        font-style: unset
    }

        .btn-up-hover-clone:active .a-start-up-clone .btn-svg-up-hover-clone {
            fill: #fff
        }

.btn-up-hover {
    padding: .5em;
    border-radius: 1em 1em 1em 1em;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0)
}

.btn-svg-up-hover {
    fill: #4b4b4b
}

.a-start-up {
    color: #3772ff
}

.show {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.hide {
    opacity: 0
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-10.2em);
    transform: translateX(-10.2em);
    border-color: #3772ff
}

    .btn-up-hover:focus .a-start-up .btn-svg-up-hover, .btn-up-hover:hover .a-start-up .btn-svg-up-hover {
        fill: #3772ff
    }

.btn-up-hover:focus {
    outline: none
}

.btn-up-hover:active .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #fff;
    font-style: unset
}

    .btn-up-hover:active .a-start-up .btn-svg-up-hover {
        fill: #fff
    }

.checkbox-govco, .chk-govco {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 15px
}

    .checkbox-govco input, .chk-govco input {
        height: auto;
        width: auto;
        display: none
    }

    .checkbox-govco input, .checkbox-govco label, .chk-govco input, .chk-govco label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
        cursor: pointer
    }

    .checkbox-govco label, .chk-govco label {
        position: relative;
        display: initial
    }

        .checkbox-govco label:before, .chk-govco label:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 3px solid #0b457f;
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            border-radius: 5px
        }

    .checkbox-govco input:checked + label:after, .chk-govco input:checked + label:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 6px;
        height: 13px;
        border: solid #0b457f;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.input-govco {
    color: #0b457f !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .3rem !important;
    border-top-left-radius: .3rem !important;
    border-bottom: 1px solid #004884 !important;
    background-color: #e5eefb;
    border: unset;
    line-height: 1.4 !important;
    padding: .375rem .5rem
}

    .input-govco ~ .input-group-append > .govco-icon {
        color: #004884;
        padding-top: 1px
    }

    .input-govco::-webkit-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-moz-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:disabled {
        background-color: #e9ecef !important;
        opacity: 1;
        border-color: #bfbfbf !important;
        color: #bfbfbf !important
    }

        .input-govco:disabled::-webkit-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-moz-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #0b457f
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #0b457f
        }

    .input-govco.is-invalid, .invalid-form .input-govco.ng-invalid {
        border-color: #a80521 !important;
        color: #a80521 !important;
        background-color: #fff2fa !important
    }

        .input-govco.is-invalid ~ .input-group-append > .govco-icon, .invalid-form .input-govco.ng-invalid ~ .input-group-append > .govco-icon {
            color: #a80521
        }

        .input-govco.is-invalid::-webkit-input-placeholder, .invalid-form .input-govco.ng-invalid::-webkit-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-moz-placeholder, .invalid-form .input-govco.ng-invalid::-moz-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::placeholder, .invalid-form .input-govco.ng-invalid::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

    .input-govco.is-valid {
        border-color: #28a745 !important;
        background-color: rgba(40,167,69,.1);
        color: #28a745 !important
    }

        .input-govco.is-valid::-webkit-input-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid::-moz-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            color: #28a745 !important
        }

        .input-govco.is-valid::-ms-input-placeholder {
            color: #28a745 !important
        }

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input-govco:focus {
    background-color: #e5eefb !important
}

.span-message-character {
    color: red
}

.govco-icon {
    font-family: Govco Icon;
    font-size: 2rem;
    margin-right: 0
}

span.govco-icon {
    margin: 0
}

.govco-icon-exclamation:before {
    content: ""
}

.govco-icon-exclamation-cn:before {
    content: ""
}

.govco-icon-plus:before {
    content: ""
}

.govco-icon-plus-n:before {
    content: ""
}

.govco-icon-plus-p:before {
    content: ""
}

.govco-icon-plus-cn:before {
    content: ""
}

.govco-icon-plus-cp:before {
    content: ""
}

.govco-icon-analytic:before {
    content: ""
}

.govco-icon-analytic-p:before {
    content: ""
}

.govco-icon-analytic-n:before {
    content: ""
}

.govco-icon-analytic-cn:before {
    content: ""
}

.govco-icon-idea:before {
    content: ""
}

.govco-icon-idea-cn:before {
    content: ""
}

.govco-icon-searchdoc:before {
    content: ""
}

.govco-icon-call-center:before {
    content: ""
}

.govco-icon-call-center-cn:before {
    content: ""
}

.govco-icon-call-center-cp:before {
    content: ""
}

.govco-icon-call-center-p:before {
    content: ""
}

.govco-icon-call-center-n:before {
    content: ""
}

.govco-icon-share:before {
    content: ""
}

.govco-icon-share-cn:before {
    content: ""
}

.govco-icon-share-p:before {
    content: ""
}

.govco-icon-share-n:before {
    content: ""
}

.govco-icon-circle-share-cp:before {
    content: ""
}

.govco-icon-circle-share-cn:before {
    content: ""
}

.govco-icon-dropdown-cn:before {
    content: ""
}

.govco-icon-dropdown:before {
    content: ""
}

.govco-icon-callback-cn:before {
    content: ""
}

.govco-icon-callback-cp:before {
    content: ""
}

.govco-icon-building:before {
    content: ""
}

.govco-icon-favorite:before {
    content: ""
}

.govco-icon-favorite-cn:before {
    content: ""
}

.govco-icon-favorite-p:before {
    content: ""
}

.govco-icon-favorite-n:before {
    content: ""
}

.govco-icon-pc:before {
    content: ""
}

.govco-icon-print:before {
    content: ""
}

.govco-icon-print-cn:before {
    content: ""
}

.govco-icon-print-p:before {
    content: ""
}

.govco-icon-print-n:before {
    content: ""
}

.govco-icon-info:before {
    content: ""
}

.govco-icon-info-cn:before {
    content: ""
}

.govco-icon-info-cp:before {
    content: ""
}

.govco-icon-legal:before {
    content: ""
}

.govco-icon-key:before {
    content: ""
}

.govco-icon-key-cn:before {
    content: ""
}

.govco-icon-key-cp:before {
    content: ""
}

.govco-icon-email:before {
    content: ""
}

.govco-icon-email-cn:before {
    content: ""
}

.govco-icon-email-cp:before {
    content: ""
}

.govco-icon-email-p:before {
    content: ""
}

.govco-icon-email-n:before {
    content: ""
}

.govco-icon-like:before {
    content: ""
}

.govco-icon-like-cn:before {
    content: ""
}

.govco-icon-like-p:before {
    content: ""
}

.govco-icon-like-n:before {
    content: ""
}

.govco-icon-message:before {
    content: ""
}

.govco-icon-message-cn:before {
    content: ""
}

.govco-icon-pin:before {
    content: ""
}

.govco-icon-pin-cn:before {
    content: ""
}

.govco-icon-question:before {
    content: ""
}

.govco-icon-question-cn:before {
    content: ""
}

.govco-icon-questions-p:before {
    content: ""
}

.govco-icon-questions-n:before {
    content: ""
}

.govco-icon-clock:before {
    content: ""
}

.govco-icon-clock-p:before {
    content: ""
}

.govco-icon-clock-n:before {
    content: ""
}

.govco-icon-telephone:before {
    content: ""
}

.govco-icon-wifi-cn:before {
    content: ""
}

.govco-icon-wifi-cp:before {
    content: ""
}

.govco-icon-wifi-p:before {
    content: ""
}

.govco-icon-wifi-n:before {
    content: ""
}

.govco-icon-callin-cn:before {
    content: ""
}

.govco-icon-callin-cp:before {
    content: ""
}

.govco-icon-callin-p:before {
    content: ""
}

.govco-icon-callin-n:before {
    content: ""
}

.govco-icon-accessibility-cp:before {
    content: ""
}

.govco-icon-accessibility-cn:before {
    content: ""
}

.govco-icon-attached-p:before {
    content: ""
}

.govco-icon-attached-n:before {
    content: ""
}

.govco-icon-scared-face:before {
    content: ""
}

.govco-icon-sad-face:before {
    content: ""
}

.govco-icon-sad-face-n:before {
    content: ""
}

.govco-icon-shock-face:before {
    content: ""
}

.govco-icon-happy-face:before {
    content: ""
}

.govco-icon-happy-face-n:before {
    content: ""
}

.govco-icon-bell-p:before {
    content: ""
}

.govco-icon-bell-n:before {
    content: ""
}

.govco-icon-bell-sound-p:before {
    content: ""
}

.govco-icon-bell-sound-n:before {
    content: ""
}

.govco-icon-grad-cap-p:before {
    content: ""
}

.govco-icon-grad-cap-n:before {
    content: ""
}

.govco-icon-x:before {
    content: ""
}

.govco-icon-x-n:before {
    content: ""
}

.govco-icon-x-p:before {
    content: ""
}

.govco-icon-x-cn:before {
    content: ""
}

.govco-icon-delete-p:before {
    content: ""
}

.govco-icon-delete-n:before {
    content: ""
}

.govco-icon-tag-p:before {
    content: ""
}

.govco-icon-tag-n:before {
    content: ""
}

.govco-icon-search-p:before {
    content: ""
}

.govco-icon-search-n:before {
    content: ""
}

.govco-icon-search-cn:before {
    content: ""
}

.govco-icon-search-cp:before {
    content: ""
}

.govco-icon-calendar-p:before {
    content: ""
}

.govco-icon-calendar-n:before {
    content: ""
}

.govco-icon-calendar-cn:before {
    content: ""
}

.govco-icon-calendar-cp:before {
    content: ""
}

.govco-icon-shop-car:before {
    content: ""
}

.govco-icon-shop-car-n:before {
    content: ""
}

.govco-icon-shop-car-p:before {
    content: ""
}

.govco-icon-relief-p:before {
    content: ""
}

.govco-icon-relief-n:before {
    content: ""
}

.govco-icon-check-p:before {
    content: ""
}

.govco-icon-check-n:before {
    content: ""
}

.govco-icon-check-cp:before {
    content: ""
}

.govco-icon-check-cn:before {
    content: ""
}

.govco-icon-right-arrow:before {
    content: ""
}

.govco-icon-right-arrow-cp:before {
    content: ""
}

.govco-icon-right-arrow-cn:before {
    content: ""
}

.govco-icon-right-arrow-p:before {
    content: ""
}

.govco-icon-right-arrow-n:before {
    content: ""
}

.govco-icon-left-arrow:before {
    content: ""
}

.govco-icon-left-arrow-cp:before {
    content: ""
}

.govco-icon-left-arrow-cn:before {
    content: ""
}

.govco-icon-left-arrow-p:before {
    content: ""
}

.govco-icon-left-arrow-n:before {
    content: ""
}

.govco-icon-down-arrow-p:before {
    content: ""
}

.govco-icon-down-arrow-n:before {
    content: ""
}

.govco-rotate-180 {
    -webkit-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1)
}

.govco-icon-simpled-arrow:before {
    content: ""
}

.govco-icon-simpler-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow-cn:before {
    content: ""
}

.govco-icon-shortl-arrow:before {
    content: ""
}

.govco-icon-shortl-arrow-cn:before {
    content: ""
}

.govco-icon-shortu-arrow-p:before {
    content: ""
}

.govco-icon-shortu-arrow-n:before {
    content: ""
}

.govco-icon-shortd-arrow-p:before {
    content: ""
}

.govco-icon-shortd-arrow-n:before {
    content: ""
}

.govco-icon-voice-call-p:before {
    content: ""
}

.govco-icon-voice-call-n:before {
    content: ""
}

.govco-icon-colombia-p:before {
    content: ""
}

.govco-icon-colombia-n:before {
    content: ""
}

.govco-icon-shield-col-p:before {
    content: ""
}

.govco-icon-shield-col-n:before {
    content: ""
}

.govco-icon-peso-col:before {
    content: ""
}

.govco-icon-peso-col-p:before {
    content: ""
}

.govco-icon-peso-col-n:before {
    content: ""
}

.govco-icon-peso-col-cn:before {
    content: ""
}

.govco-icon-peso-col-cp:before {
    content: ""
}

.govco-icon-contrast-p:before {
    content: ""
}

.govco-icon-contrast-n:before {
    content: ""
}

.govco-icon-music-p:before {
    content: ""
}

.govco-icon-music-n:before {
    content: ""
}

.govco-icon-4-phases-p:before {
    content: ""
}

.govco-icon-4-phases-n:before {
    content: ""
}

.govco-icon-3-phases-p:before {
    content: ""
}

.govco-icon-3-phases-n:before {
    content: ""
}

.govco-icon-data-up-p:before {
    content: ""
}

.govco-icon-data-up-n:before {
    content: ""
}

.govco-icon-document-p:before {
    content: ""
}

.govco-icon-document-n:before {
    content: ""
}

.govco-icon-edit-slim-p:before {
    content: ""
}

.govco-icon-edit-slim-n:before {
    content: ""
}

.govco-icon-edit-p:before {
    content: ""
}

.govco-icon-edit-n:before {
    content: ""
}

.govco-icon-padlock-p:before {
    content: ""
}

.govco-icon-padlock-n:before {
    content: ""
}

.govco-icon-link-p:before {
    content: ""
}

.govco-icon-link-n:before {
    content: ""
}

.govco-icon-language-es-p:before {
    content: ""
}

.govco-icon-language-es-n:before {
    content: ""
}

.govco-icon-language-en-p:before {
    content: ""
}

.govco-icon-language-en-n:before {
    content: ""
}

.govco-icon-statistics-p:before {
    content: ""
}

.govco-icon-statistics-n:before {
    content: ""
}

.govco-icon-save-p:before {
    content: ""
}

.govco-icon-save-n:before {
    content: ""
}

.govco-icon-hand-p:before {
    content: ""
}

.govco-icon-hand-n:before {
    content: ""
}

.govco-icon-home-p:before {
    content: ""
}

.govco-icon-home-n:before {
    content: ""
}

.govco-icon-image-p:before {
    content: ""
}

.govco-icon-image-n:before {
    content: ""
}

.govco-icon-minus:before {
    content: ""
}

.govco-icon-minus-cp:before {
    content: ""
}

.govco-icon-minus-cn:before {
    content: ""
}

.govco-icon-movil-cp:before {
    content: ""
}

.govco-icon-movil-cn:before {
    content: ""
}

.govco-icon-pitch-p:before {
    content: ""
}

.govco-icon-pitch-n:before {
    content: ""
}

.govco-icon-eye-p:before {
    content: ""
}

.govco-icon-eye-n:before {
    content: ""
}

.govco-icon-play:before {
    content: ""
}

.govco-icon-play-cp:before {
    content: ""
}

.govco-icon-play-cn:before {
    content: ""
}

.govco-icon-social-p:before {
    content: ""
}

.govco-icon-social-n:before {
    content: ""
}

.govco-icon-reload-p:before {
    content: ""
}

.govco-icon-reload-n:before {
    content: ""
}

.govco-icon-answer-p:before {
    content: ""
}

.govco-icon-answer-n:before {
    content: ""
}

.govco-icon-sound-p:before {
    content: ""
}

.govco-icon-sound-n:before {
    content: ""
}

.govco-icon-table-p:before {
    content: ""
}

.govco-icon-table-n:before {
    content: ""
}

.govco-icon-less-size-p:before {
    content: ""
}

.govco-icon-less-size-n:before {
    content: ""
}

.govco-icon-more-size-p:before {
    content: ""
}

.govco-icon-more-size-n:before {
    content: ""
}

.govco-icon-user-p:before {
    content: ""
}

.govco-icon-user-n:before {
    content: ""
}

.govco-icon-video-p:before {
    content: ""
}

.govco-icon-video-n:before {
    content: ""
}

.govco-icon-pause:before {
    content: ""
}

.btn.dropdown-toggle {
    line-height: 17.5px !important
}

.select-govco--error label, .select-govco--inactive label, .select-govco-filter label, .select-govco label {
    color: #004884
}

.select-govco--error .bootstrap-select, .select-govco--inactive .bootstrap-select, .select-govco-filter .bootstrap-select, .select-govco .bootstrap-select {
    cursor: pointer
}

    .select-govco--error .bootstrap-select span.filter-option, .select-govco--inactive .bootstrap-select span.filter-option, .select-govco-filter .bootstrap-select span.filter-option, .select-govco .bootstrap-select span.filter-option {
        padding-right: 2px !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle, .select-govco--inactive .bootstrap-select .dropdown-toggle, .select-govco-filter .bootstrap-select .dropdown-toggle, .select-govco .bootstrap-select .dropdown-toggle {
        background: #e5eefb !important;
        color: #004884 !important;
        text-transform: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1.5px solid #004884 !important;
        padding: 8px !important;
        padding-right: 30px !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover, .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover, .select-govco-filter .bootstrap-select .dropdown-toggle:active, .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover, .select-govco .bootstrap-select .dropdown-toggle:active, .select-govco .bootstrap-select .dropdown-toggle:focus, .select-govco .bootstrap-select .dropdown-toggle:hover {
            border-bottom: 1.5px solid #004884 !important
        }

        .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
            color: #0b457f !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle span, .select-govco--inactive .bootstrap-select .dropdown-toggle span, .select-govco-filter .bootstrap-select .dropdown-toggle span, .select-govco .bootstrap-select .dropdown-toggle span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .ripple-container, .select-govco--inactive .bootstrap-select .dropdown-toggle .ripple-container, .select-govco-filter .bootstrap-select .dropdown-toggle .ripple-container, .select-govco .bootstrap-select .dropdown-toggle .ripple-container {
            display: none
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco-filter .bootstrap-select .dropdown-toggle:after, .select-govco .bootstrap-select .dropdown-toggle:after {
            width: 100% !important;
            border: 0 solid #f0f3fb;
            position: absolute;
            top: 9px;
            right: 7px;
            font-family: Govco Icon;
            content: "" !important;
            color: #004884 !important;
            font-size: 1.5rem
        }

    .select-govco--error .bootstrap-select.show .dropdown-toggle:after, .select-govco--inactive .bootstrap-select.show .dropdown-toggle:after, .select-govco-filter .bootstrap-select.show .dropdown-toggle:after, .select-govco .bootstrap-select.show .dropdown-toggle:after {
        font-family: Govco Icon;
        content: "" !important;
        color: #004884 !important;
        font-size: 1.5rem;
        height: auto !important
    }

    .select-govco--error .bootstrap-select .dropdown-menu, .select-govco--inactive .bootstrap-select .dropdown-menu, .select-govco-filter .bootstrap-select .dropdown-menu, .select-govco .bootstrap-select .dropdown-menu {
        overflow: auto !important;
        padding: 0 !important;
        width: 90%;
        background-color: #e5eefb !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container, .select-govco .bootstrap-select .dropdown-menu .selector-container {
            padding: 0 16px !important;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
                border-top: .8px solid rgba(11,69,127,.6) !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco .bootstrap-select .dropdown-menu .selector-container:active, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover {
                background-color: #0b457f !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important;
                border-top: .8px solid transparent !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                    background-color: transparent !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border-radius: 0 !important
                }

                    .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                        font-weight: 500 !important;
                        color: #fff !important
                    }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                    border-top: .8px solid transparent !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
                padding-top: 10px;
                padding-bottom: 10px;
                width: 100%
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li {
            width: auto;
            margin: 0;
            white-space: normal !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--inactive .bootstrap-select .dropdown-menu li a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco-filter .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu li a:active, .select-govco .bootstrap-select .dropdown-menu li a:focus, .select-govco .bootstrap-select .dropdown-menu li a:hover {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                margin: 0 15px !important;
                padding: 8px !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu li:not(:first-child) a {
                border-top: .8px solid rgba(11,69,127,.6)
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--inactive .bootstrap-select .dropdown-menu li:active, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco-filter .bootstrap-select .dropdown-menu li:active, .select-govco-filter .bootstrap-select .dropdown-menu li:focus, .select-govco-filter .bootstrap-select .dropdown-menu li:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco .bootstrap-select .dropdown-menu li:active, .select-govco .bootstrap-select .dropdown-menu li:focus, .select-govco .bootstrap-select .dropdown-menu li:hover {
                background-color: #0b457f;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                color: #fff !important;
                font-weight: 600 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li:active a, .select-govco-filter .bootstrap-select .dropdown-menu li:active span, .select-govco-filter .bootstrap-select .dropdown-menu li:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco .bootstrap-select .dropdown-menu li:active a, .select-govco .bootstrap-select .dropdown-menu li:active a:active, .select-govco .bootstrap-select .dropdown-menu li:active a:focus, .select-govco .bootstrap-select .dropdown-menu li:active a:hover, .select-govco .bootstrap-select .dropdown-menu li:active span, .select-govco .bootstrap-select .dropdown-menu li:focus a, .select-govco .bootstrap-select .dropdown-menu li:focus a:active, .select-govco .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco .bootstrap-select .dropdown-menu li:focus span, .select-govco .bootstrap-select .dropdown-menu li:hover a, .select-govco .bootstrap-select .dropdown-menu li:hover a:active, .select-govco .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco .bootstrap-select .dropdown-menu li:hover span {
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    background-color: transparent !important;
                    color: #fff !important;
                    font-weight: 500 !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu li.disabled a, .select-govco .bootstrap-select .dropdown-menu li.disabled span {
                color: #bababa !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a {
                margin: 0 2%;
                padding-right: 0;
                padding-left: 0
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu li > a > span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu li > a > span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu li > a > span {
                    color: #0b457f !important;
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu.show, .select-govco--inactive .bootstrap-select .dropdown-menu.show, .select-govco-filter .bootstrap-select .dropdown-menu.show, .select-govco .bootstrap-select .dropdown-menu.show {
            max-height: 156px !important
        }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco-filter > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(11,69,127,.6) !important
}

.select-govco--error label {
    color: #a80521 !important
}

.select-govco--error .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #a80521 !important;
    background: #fff2fa !important;
    color: #a80521 !important;
    border-bottom: 1.5px solid #a80521
}

    .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
        color: #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
        color: rgba(168,5,33,.6) !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--error .bootstrap-select.show .dropdown-toggle:after {
        color: #a80521 !important
    }

.select-govco--error .bootstrap-select .dropdown-menu {
    width: 90%;
    background-color: #fff2fa !important
}

    .select-govco--error .bootstrap-select .dropdown-menu .selector-container {
        padding: 0 16px !important;
        width: 100%
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
            border-top: .8px solid rgba(168,5,33,.6) !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover {
            background-color: #a80521 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            border-top: .8px solid transparent !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                background-color: transparent !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                    font-weight: 500 !important;
                    color: #fff !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                border-top: .8px solid transparent !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                font-size: .75rem !important
            }

    .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li {
        width: auto;
        margin: 0;
        white-space: normal !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--error .bootstrap-select .dropdown-menu li a:active, .select-govco--error .bootstrap-select .dropdown-menu li a:focus, .select-govco--error .bootstrap-select .dropdown-menu li a:hover {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background-color: transparent !important;
            margin: 0 15px !important;
            padding: 8px !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a {
            border-top: .8px solid rgba(168,5,33,.6)
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover {
            background-color: #a80521;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            color: #fff !important;
            font-weight: 600 !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active a:active, .select-govco--error .bootstrap-select .dropdown-menu li:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:hover span {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                color: #fff !important;
                font-weight: 500 !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span {
            color: #bababa !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a {
            margin: 0 2%;
            padding-right: 0;
            padding-left: 0
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span {
                color: #a80521 !important;
                font-size: .75rem !important
            }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(168,5,33,.6) !important
}

.select-govco--inactive label {
    color: #bababa !important
}

.select-govco--inactive .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #bababa !important;
    background: #f2f2f2 !important;
    color: #bababa !important;
    border-bottom: 1.5px solid #bababa
}

    .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #bababa !important
    }

    .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #bababa !important
    }

.select-govco-filter .bootstrap-select {
    background-color: transparent !important
}

    .select-govco-filter .bootstrap-select .dropdown-toggle {
        background-color: transparent !important;
        vertical-align: top !important;
        padding-top: 0 !important;
        border: 0 !important;
        height: 35px;
        width: 35px
    }

        .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover {
            border: 0 !important
        }

        .select-govco-filter .bootstrap-select .dropdown-toggle:after {
            color: #3772ff !important
        }

    .select-govco-filter .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 10rem
    }

.tabs-govco .nav-tabs {
    padding: 0 !important;
    border-bottom: none !important
}

    .tabs-govco .nav-tabs .nav-item {
        margin-bottom: 0 !important
    }

        .tabs-govco .nav-tabs .nav-item a, .tabs-govco .nav-tabs .nav-item a:focus, .tabs-govco .nav-tabs .nav-item a:hover {
            font-size: 14px;
            font-weight: 700;
            color: #0b457f !important;
            text-transform: none !important;
            margin-left: .2px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #e5eefb !important;
            border-top: 1px solid hsla(0,0%,71.8%,.25) !important;
            border-left: 2px solid hsla(0,0%,71.8%,.25) !important;
            border-right: 1px solid hsla(0,0%,71.8%,.25) !important
        }

            .tabs-govco .nav-tabs .nav-item a .ripple-container, .tabs-govco .nav-tabs .nav-item a:focus .ripple-container, .tabs-govco .nav-tabs .nav-item a:hover .ripple-container {
                display: none
            }

            .tabs-govco .nav-tabs .nav-item a.active {
                color: #0b457f !important;
                background-color: #fff !important
            }

.tabs-govco .tab-content {
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid hsla(0,0%,71.8%,.25) !important
}

    .tabs-govco .tab-content .tab-pane {
        padding: 15px
    }

.textarea-govco {
    position: relative
}

    .textarea-govco textarea {
        background-color: rgba(157,190,255,.3) !important;
        border-radius: .8rem !important;
        font-weight: 600 !important;
        padding: 5% 5% 10% 5%;
        height: 12.063rem
    }

        .textarea-govco textarea::-webkit-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-moz-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:focus, .textarea-govco textarea:hover {
            background-image: none !important
        }

    .textarea-govco .div-count-character {
        position: absolute;
        bottom: 8px;
        width: 100%;
        border-top: 1px solid #36c
    }

        .textarea-govco .div-count-character .span-message-character {
            color: red;
            font-size: 11px;
            font-weight: 600;
            padding: 0 20px
        }

        .textarea-govco .div-count-character .span-count-character {
            font-weight: 600
        }

.toast-title {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    margin: auto;
    margin-left: 10px !important;
    padding-right: 15px
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Work Sans,sans-serif;
    font-size: 1rem !important;
    white-space: pre-wrap;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 20px
}

    .toast-message a, .toast-message a:hover {
        text-decoration: underline
    }

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: .05em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button .icon {
        font-size: 18px;
        color: #36c
    }

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container-body > div, #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 5px 35px;
        padding-right: 20px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background-position: 15px;
        background-repeat: no-repeat;
        color: #fff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

#toast-container-body .govco-icon {
    font-size: 3rem;
    line-height: 50px
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 30px 15px 15px;
    background-position: right 15px center
}

#toast-container > div:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    max-width: 100% !important;
    background-color: #fff;
    -moz-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important
}

.toast-success {
    border: 1px solid #069169
}

    .toast-success .toast-title {
        color: #069169
    }

.toast-error {
    border: 1px solid #a80521
}

    .toast-error .toast-message, .toast-error .toast-title, .toast-error a, .toast-error a:hover {
        color: #a80521
    }

.toast-info {
    border: 1px solid #36c
}

    .toast-info .toast-title {
        color: #36c
    }

.toast-warning {
    border: 1px solid #ffab00
}

    .toast-warning .toast-title {
        color: #ffab00
    }

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.toast-close-button {
    margin-top: 13px
}

    .toast-close-button .icon {
        font-size: 15px !important
    }

@media (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 30px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 30px 15px 15px
        }
}

.checklist-govco {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #e6effd;
    cursor: pointer
}

    .checklist-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .checklist-govco:focus, .checklist-govco:hover {
        background-color: #e6effd !important
    }

        .checklist-govco:focus span, .checklist-govco:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.error span {
        font-weight: 400 !important;
        color: #a80521 !important
    }

    .checklist-govco.error:focus, .checklist-govco.error:hover {
        background-color: #fff2fa !important
    }

        .checklist-govco.error:focus span, .checklist-govco.error:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.disabled {
        background-color: transparent !important
    }

        .checklist-govco.disabled span {
            color: #bababa !important
        }

        .checklist-govco.disabled:focus span, .checklist-govco.disabled:hover span {
            font-weight: 400 !important
        }

.radiobutton-govco {
    display: block;
    position: relative;
    padding: 8px 10px 10px 30px;
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radiobutton-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .radiobutton-govco input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.radiobutton-govco__indicator {
    position: absolute;
    top: 13px;
    left: 5px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #004884;
    border-radius: 50%
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator {
    background-color: #fff
}

.radiobutton-govco input:checked + span {
    font-weight: 700
}

.radiobutton-govco__indicator:after {
    content: "";
    position: absolute;
    display: none
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator:after {
    display: block
}

.radiobutton-govco .radiobutton-govco__indicator:after {
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #004884
}

.radiobutton-govco.error .radiobutton-govco__indicator {
    border-color: #a80521 !important
}

    .radiobutton-govco.error .radiobutton-govco__indicator:after {
        background: #a80521 !important
    }

.alert-govco-maintenance {
    position: absolute;
    background-image: url(/assets/images/mantenimiento.png);
    background-repeat: no-repeat;
    width: 430px;
    height: 150px;
    top: 0;
    left: 0
}

.alert-govco .modal-content {
    padding: 0 1.563rem 1.25rem
}

.alert-govco .modal-header {
    padding-top: 1.2rem;
    padding-right: 0
}

    .alert-govco .modal-header .close {
        color: #004884 !important
    }

.alert-govco .modal-body {
    padding: 0 !important;
    margin-top: 1rem !important
}

    .alert-govco .modal-body .modal-content-error-site, .alert-govco .modal-body .modal-content-error-site > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-maintenance, .alert-govco .modal-body .modal-content-maintenance > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-warning, .alert-govco .modal-body .modal-content-warning > .alert-icon > .govco-icon {
        color: #ffab00 !important
    }

    .alert-govco .modal-body .modal-content-error, .alert-govco .modal-body .modal-content-error > .alert-icon > .govco-icon {
        color: #a80521 !important
    }

    .alert-govco .modal-body .modal-content-info, .alert-govco .modal-body .modal-content-info > .alert-icon > .govco-icon {
        color: #3772ff !important
    }

    .alert-govco .modal-body .modal-content-success, .alert-govco .modal-body .modal-content-success > .alert-icon > .govco-icon {
        color: #069169 !important
    }

    .alert-govco .modal-body #modal-content-type-alert .alert-icon .govco-icon {
        font-size: 60px
    }

    .alert-govco .modal-body .modal-content-txt {
        color: #004884 !important;
        padding-top: 1rem;
        padding-left: 9%;
        padding-right: 9%;
        margin-bottom: 0 !important;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.2em
    }

    .alert-govco .modal-body .modal-content-title {
        font-size: 33px;
        margin-top: 1rem;
        font-weight: 600 !important
    }

.alert-govco .modal-footer {
    padding-top: 3rem !important
}

    .alert-govco .modal-footer .btn-modal {
        margin: auto 1.3rem auto 1.3rem;
        padding-left: 25px !important;
        padding-right: 25px !important
    }

.alert-govco-modal-dialog {
    max-width: 600px !important
}

.label-detail-govco {
    border-bottom: 2px solid #0b457f;
    width: 100%
}

.featured-text-govco {
    background-color: #e5eefb !important;
    padding: 5px 15px !important;
    border-radius: 7px
}

.wspace-normal {
    white-space: normal !important
}

.wspace-preline {
    white-space: pre-line
}

ngb-pagination li.disabled a:before {
    color: #bababa !important
}

ngb-pagination li.active a {
    color: #3772ff !important
}

ngb-pagination li:first-child a .p-title, ngb-pagination li:first-child a span {
    display: none
}

ngb-pagination li:first-child a:hover .p-title {
    display: initial;
    position: absolute;
    left: 4px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:first-child a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:first-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a .p-title, ngb-pagination li:nth-child(2) a span {
    display: none
}

ngb-pagination li:nth-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -8px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a .p-title, ngb-pagination li:nth-last-child(2) a span {
    display: none
}

ngb-pagination li:nth-last-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -10px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-last-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:last-child a .p-title, ngb-pagination li:last-child a span {
    display: none
}

ngb-pagination li:last-child a:hover {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

    ngb-pagination li:last-child a:hover .p-title {
        display: initial;
        position: absolute;
        left: 12px;
        top: 38px;
        color: #3772ff
    }

ngb-pagination li:last-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li a, ngb-pagination li a:hover {
    background-color: transparent !important
}

div .div-pagination-item {
    margin: auto
}

.div-pagination-item {
    width: 100%
}

    .div-pagination-item ul {
        list-style: none;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .div-pagination-item li {
        position: relative
    }

    .div-pagination-item ul li a {
        color: #004884;
        text-decoration: none;
        font-weight: 700;
        border: 0 !important;
        font-size: 1.4375rem !important
    }

.div-pagination-svg-arrow {
    fill: #3772ff;
    width: 30px;
    height: 30px
}

.div-pagination-svg {
    fill: #3772ff;
    width: 26px;
    height: 26px
}

.container-paginacion {
    text-align: center
}

.pagination-svg-disable {
    fill: #b6b6b6
}

.paginacion-govco a .p-home, .paginacion-govco a .p-next {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a .p-next {
    left: -1.2em
}

.paginacion-govco a .p-back {
    left: -.7em
}

.paginacion-govco a .p-back, .paginacion-govco a .p-last {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-home {
    left: -.3em
}

.paginacion-govco a:hover .p-home, .paginacion-govco a:hover .p-next {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-next {
    left: -1.5em
}

.paginacion-govco a:hover .p-back {
    right: .2em
}

.paginacion-govco a:hover .p-back, .paginacion-govco a:hover .p-last {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.pagination-svg-next:hover {
    fill: #fff;
    border-radius: 50%;
    background: #3772ff
}

td a, td button:not(.govco-icon) {
    font-family: Work Sans,sans-serif !important;
    font-size: 1rem
}

td a, td button.btn-low, td button.btn-low-mix-govco {
    font-weight: 700 !important
}

.govco-table-basic table thead th {
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    font-weight: 500 !important
}

    .govco-table-basic table thead th:not(:last-child) {
        border-top: 0 solid transparent !important;
        border-right: 2px solid #004884
    }

.govco-table-basic table tbody tr {
    background-color: transparent !important
}

    .govco-table-basic table tbody tr td {
        border-top: 2px solid #004884 !important
    }

        .govco-table-basic table tbody tr td:not(:last-child) {
            border-right: 2px solid #004884
        }

.govco-table-detail table tbody tr, .govco-table-detail table thead, .govco-table-filter table tbody tr, .govco-table-filter table thead, .govco-table-simple table tbody tr, .govco-table-simple table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent !important
}

    .govco-table-detail table thead th, .govco-table-filter table thead th, .govco-table-simple table thead th {
        border: 0 !important;
        vertical-align: middle;
        font-family: Montserrat,sans-serif;
        font-size: .75rem !important;
        text-align: center
    }

    .govco-table-detail table thead tr, .govco-table-filter table thead tr, .govco-table-simple table thead tr {
        display: table-header-group;
        width: 100%;
        table-layout: fixed
    }

.govco-table-detail table tbody, .govco-table-filter table tbody, .govco-table-simple table tbody {
    display: block;
    overflow: auto;
    max-height: 500px;
    width: 100%
}

    .govco-table-detail table tbody tr:not(:first-child) td, .govco-table-filter table tbody tr:not(:first-child) td, .govco-table-simple table tbody tr:not(:first-child) td {
        border-top: 1px solid #e5eefb !important
    }

.govco-table-detail table td, .govco-table-filter table td, .govco-table-simple table td {
    font-weight: 500;
    border-top: 0;
    text-align: center
}

    .govco-table-detail table td div, .govco-table-filter table td div, .govco-table-simple table td div {
        font-family: Work Sans,sans-serif;
        font-size: .875rem !important
    }

    .govco-table-detail table td .title, .govco-table-filter table td .title, .govco-table-simple table td .title {
        font-weight: 600 !important
    }

.table-detail {
    display: block !important
}

    .table-detail .title-result {
        font-size: 1.25rem !important;
        font-weight: 700 !important
    }

    .table-detail .form-search {
        margin-left: 30px;
        border: .5px solid transparent !important;
        padding: 0 !important;
        border-radius: 20px;
        background-color: #e6effd !important
    }

        .table-detail .form-search input {
            border: none !important;
            background-color: transparent !important;
            margin-left: 0 !important;
            padding: 0;
            padding-left: 15px !important;
            color: #004884 !important
        }

            .table-detail .form-search input::-webkit-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-moz-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input:-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::placeholder {
                color: rgba(0,72,132,.5) !important
            }

        .table-detail .form-search .input-group-append {
            line-height: 1.3 !important
        }

        .table-detail .form-search .govco-icon {
            color: #004884;
            font-size: 25px;
            margin: auto;
            padding-right: 5px
        }

.govco-table-detail thead tr {
    background-color: #004884 !important
}

.govco-table-detail thead th {
    color: #fff;
    font-size: 1rem !important
}

.govco-table-detail td {
    font-weight: 400 !important
}

    .govco-table-detail td a, .govco-table-detail td div {
        font-family: Work Sans,sans-serif !important;
        font-size: 1rem !important
    }

    .govco-table-detail td a {
        font-weight: 600
    }

.govco-table-filter table, .govco-table-filter tr td {
    border: 1px solid transparent !important
}

.govco-table-filter thead {
    width: calc(100%) !important
}

    .govco-table-filter thead th div {
        font-size: .75rem !important
    }

.govco-table-filter tbody tr, .govco-table-filter thead {
    display: table !important;
    table-layout: fixed !important
}

.govco-table-filter tbody {
    display: block !important;
    overflow-y: scroll !important
}

.govco-table-filter .bootstrap-select .form-control {
    width: auto !important
}

.table-simple-headblue-govco .table {
    border-bottom: none
}

    .table-simple-headblue-govco .table thead {
        background-color: #004884;
        color: #fff;
        border: 0
    }

        .table-simple-headblue-govco .table thead th {
            border: 0
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:before {
            content: "";
            top: 0;
            right: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead th {
            color: #fff;
            font-weight: 400
        }

    .table-simple-headblue-govco .table td.state-success, .table-simple-headblue-govco .table td.state-success-wbullet {
        color: #069169
    }

        .table-simple-headblue-govco .table td.state-success-wbullet:before {
            content: "☻ ";
            color: #069169
        }

.teclado-item {
    width: 12em
}

    .teclado-item input[type=password] {
        position: relative;
        border: none;
        border-bottom: .02em solid #004884;
        background: #e6effd;
        color: #000;
        font-size: 1.2em
    }

.lb-name {
    position: absolute;
    top: -1.5em;
    color: #004884;
    font-size: .9em
}

.svg-block {
    position: absolute;
    border-radius: 25%;
    margin-left: 10.8em;
    padding-left: .2em;
    padding-right: .2em;
    top: .28em;
    right: 3px;
    line-height: 1
}

    .svg-block .govco-icon {
        font-size: 1.5rem
    }

.tb-teclado-item {
    position: absolute;
    padding: .7em;
    background-color: #e6effd;
    display: none;
    width: 100%;
    z-index: 1
}

    .tb-teclado-item.show {
        display: grid;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

.td-number-item {
    width: 2.8em;
    height: 2.3em;
    border-radius: 20%
}

.td-number {
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .4em;
    vertical-align: top;
    line-height: 0
}

    .td-number button {
        font-size: 1em;
        background-color: #fff;
        color: #004884;
        border: none;
        -webkit-box-shadow: 0 .1em 0 0 rgba(55,114,255,.5);
        box-shadow: 0 .1em 0 0 rgba(55,114,255,.5)
    }

.td-number-disable {
    padding-left: .5em;
    padding-right: .5em;
    border: none
}

    .td-number-disable button {
        background-color: transparent !important;
        width: 3em;
        height: 2.5em;
        border: none
    }

.btn-delete {
    fill: #004884;
    vertical-align: middle
}

    .btn-delete .govco-icon:hover {
        color: #3772ff
    }

.td-number button:hover {
    background-color: #3772ff;
    color: #fff;
    border: none
}

.td-number button:active {
    background-color: #004884;
    color: #fff;
    border: none
}

.hidden {
    display: none !important
}

.block--gov-accessibility-clone {
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    margin-left: 9em
}

    .block--gov-accessibility-clone div.images {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0;
        background-color: #004884;
        border-radius: 12px;
        border: 2px solid #fff;
        height: 12em
    }

        .block--gov-accessibility-clone div.images a {
            cursor: pointer;
            margin: 5px 0;
            text-align: center;
            height: 2.2em;
            padding: 3px 2px;
            padding-top: .3em
        }

            .block--gov-accessibility-clone div.images a .image-icon div {
                cursor: pointer;
                margin: 0 auto;
                position: relative;
                height: 26px;
                width: 27px;
                background-image: url(../images/spr-govco.png) !important;
                background-repeat: no-repeat
            }

            .block--gov-accessibility-clone div.images a .image-icon #contrast {
                background-position: 0 -180px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-down {
                background-position: 0 -206px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-up {
                background-position: 0 -232px
            }

            .block--gov-accessibility-clone div.images a .image-icon #relevo {
                background-position: 0 -258px
            }

            .block--gov-accessibility-clone div.images a label {
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em;
                cursor: pointer
            }

            .block--gov-accessibility-clone div.images a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-9em);
                background-color: #3772ff;
                width: 12em;
                cursor: pointer;
                text-align: left;
                padding: 5px;
                border-radius: 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .block--gov-accessibility-clone div.images a:hover .image-icon div {
                    margin: 0 auto;
                    position: absolute
                }

                .block--gov-accessibility-clone div.images a:hover label {
                    display: inline-block !important
                }

.block--gov-accessibility {
    position: fixed;
    right: -.1em;
    bottom: 0;
    top: 30vh;
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    background: transparent !important
}

    .block--gov-accessibility .block-options {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0 !important;
        background-color: #004884;
        border-radius: 12px;
        border: 1px solid hsla(0,0%,100%,.28)
    }

        .block--gov-accessibility .block-options a {
            cursor: pointer;
            text-align: center;
            padding: 3px 2px
        }

            .block--gov-accessibility .block-options a .govco-icon {
                color: #fff !important;
                font-size: 1.5rem
            }

            .block--gov-accessibility .block-options a label {
                cursor: pointer;
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em
            }

            .block--gov-accessibility .block-options a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-8em);
                background-color: #3772ff;
                width: 11em;
                text-align: left;
                border-radius: 10px 0 0 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                text-decoration: none
            }

                .block--gov-accessibility .block-options a:hover .govco-icon {
                    margin: 0 .5rem
                }

                .block--gov-accessibility .block-options a:hover label {
                    cursor: pointer;
                    display: inline-block !important;
                    margin-bottom: 0;
                    margin-left: 0;
                    font-family: Work Sans,sans-serif;
                    font-size: .8rem
                }

.all {
    background: #000
}

    .all h1, .all h2, .all h3, .all h4, .all h5, .all h6 {
        color: #fff
    }

    .all div {
        background-color: #000
    }

    .all button {
        background-color: #ddfb00
    }

        .all button.content-close, .all button.content-search {
            background: transparent !important
        }

            .all button.content-close .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-close .govco-icon.govco-icon-search-cn, .all button.content-search .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-search .govco-icon.govco-icon-search-cn {
                background: transparent !important;
                color: #ddfb00 !important
            }

    .all a {
        color: #ddfb00 !important
    }

        .all a p.content-link, .all a p.title-contact-link {
            color: #004884 !important
        }

        .all a strong {
            color: #ddfb00 !important
        }

    .all .container-1 #search_home {
        background: #000;
        border: 2px solid #e5eefb
    }

        .all .container-1 #search_home::-webkit-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-moz-placeholder {
            color: #fff
        }

        .all .container-1 #search_home:-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::placeholder {
            color: #fff
        }

    .all .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p, .all .page__footer .container .footer-container .nav-footer .item-footer a:hover p {
        color: #004884 !important
    }

    .all a:hover, .all div.nav-link:hover {
        background-color: #ddfb00 !important;
        color: #004884 !important
    }

        .all a:hover p, .all div.nav-link:hover p {
            color: #004884 !important
        }

        .all a:hover *, .all div.nav-link:hover * {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

        .all a:hover .govco-icon:before, .all a:hover .title-contact-link, .all a:hover strong, .all div.nav-link:hover .govco-icon:before, .all div.nav-link:hover .title-contact-link, .all div.nav-link:hover strong {
            color: #004884
        }

    .all p {
        color: #ddfb00
    }

    .all span {
        color: #fff
    }

    .all i {
        background-color: #ddfb00
    }

    .all .block--gov-accessibility {
        background: transparent !important
    }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover span {
            color: #004884
        }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active span, .all .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
            color: #004884
        }

    .all #notificationHeaderMobile {
        z-index: 999
    }

        .all #notificationHeaderMobile .container-notifications-header {
            background: #ddfb00
        }

            .all #notificationHeaderMobile .container-notifications-header a {
                background: #ddfb00;
                color: #004884
            }

                .all #notificationHeaderMobile .container-notifications-header a strong {
                    color: #004884 !important
                }

    .all .navbar-translate-mobile .btn-transparent, .all .navbar-translate-mobile .btn-transparent i, .all .translation-links {
        background: transparent !important
    }

    .all .item-menu .nav-item-mobile.nav-item-menu.active a span {
        color: #004884 !important
    }

    .all nav.navbar.navbar-expand-lg.fixed-top.navbar-govco.navbar-collapsed li.nav-item.nav-search .search-items.row {
        visibility: hidden
    }

    .all .block--gov-accessibility .block-options.navbar-expanded {
        background-color: #000
    }

    .all footer .footer.page__footer {
        background-color: #000 !important
    }

        .all footer .footer.page__footer .container .submenu-footer a:hover, .all footer .footer.page__footer p:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

    .all .list-group-item {
        background-color: #000
    }

        .all .list-group-item:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

.scroll-dark-govco {
    overflow-y: scroll
}

    .scroll-dark-govco::-webkit-scrollbar {
        width: .7em
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #3772ff;
        -webkit-box-shadow: inset 0 0 1px 1px #fff;
        box-shadow: inset 0 0 1px 1px #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb:hover {
        background: #3772ff
    }

.scroll-light-govco {
    overflow-y: scroll
}

    .scroll-light-govco::-webkit-scrollbar {
        width: .7em;
        padding: 5px
    }

    .scroll-light-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #004884;
        -webkit-box-shadow: inset 0 0 1px 1px #e6effd;
        box-shadow: inset 0 0 1px 1px #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-thumb:hover {
        background: #004884
    }

.accordion-govco .card {
    background: #fff;
    border: none
}

    .accordion-govco .card .cheader {
        background: #fff;
        border-bottom: none
    }

        .accordion-govco .card .cheader button {
            display: block;
            text-align: left;
            width: 100%;
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: #fff
        }

            .accordion-govco .card .cheader button[aria-expanded=false] {
                border-bottom: 1px solid rgba(0,0,0,.125)
            }

            .accordion-govco .card .cheader button[aria-expanded=true] {
                font-weight: 700;
                border-bottom: none
            }

.ficha_detalles .text-intro {
    text-align: center;
    margin-top: 1em
}

    .ficha_detalles .text-intro h3 {
        font-weight: 400;
        font-size: 1.5em
    }

.ficha_detalles .nav-tabs {
    border-bottom: none !important
}

    .ficha_detalles .nav-tabs .nav-link {
        border: 1px solid #dee2e6;
        background: #e5eefb
    }

.ficha_detalles .tab-content {
    border-radius: 0 30px 30px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.ficha_detalles .card, .ficha_detalles .card .card-header {
    border: none !important;
    border-radius: 30px
}

    .ficha_detalles .card .card-header {
        background-color: #fff;
        padding: 0
    }

    .ficha_detalles .card button {
        border-bottom: 2px solid #dee2e6;
        border-radius: 0;
        margin: 0;
        width: 100%;
        white-space: normal;
        text-align: left;
        font-size: 1.1em;
        cursor: pointer !important;
        color: #004884
    }

        .ficha_detalles .card button:hover, .ficha_detalles .card button:not(.collapsed) {
            background-color: #004884 !important;
            color: #fff !important;
            text-decoration: none !important;
            border: none
        }

        .ficha_detalles .card button h3 {
            padding: 1.5em;
            margin: 0
        }

    .ficha_detalles .card .card-body {
        background: #e5effd !important
    }

        .ficha_detalles .card .card-body h4 {
            font-size: 1em
        }

        .ficha_detalles .card .card-body .condicion-panel {
            background: #fff;
            padding: 1.2em;
            border-radius: .5em;
            border: 3px solid #ffab00;
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .condicion-panel p {
                font-style: italic
            }

        .ficha_detalles .card .card-body .documento-panel {
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .documento-panel p:last-child {
                border-bottom: 1px solid #004884;
                padding-bottom: 1em
            }

.ficha_detalles .puntos-btn {
    width: 100%
}

.back-to-top-button {
    padding: 3px 12px;
    line-height: normal;
    -webkit-box-shadow: 0 3px 10px -3px #4b4b4b;
    -moz-box-shadow: 0 3px 10px -3px #4b4b4b;
    box-shadow: 0 3px 10px -3px #4b4b4b
}

.div-star-up {
    position: fixed;
    bottom: 3em;
    right: -10.5em;
    z-index: 4;
    line-height: 4
}

.btn-up-hover {
    cursor: pointer;
    border: 2px solid #004884;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .8em .8em .8em .8em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #4b4b4b !important;
    font-style: unset
}

    .a-start-up:active, .a-start-up:hover, .a-start-up:visited {
        color: #3772ff
    }

    .a-start-up svg {
        vertical-align: middle
    }

.backtoTop .div-star-up {
    position: fixed;
    bottom: 3em;
    right: -13em;
    z-index: 4
}

.backtoTop .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1rem;
    color: #3772ff;
    font-style: unset
}

.backtoTop:hover .a-start-up .btn-svg-up-hover {
    color: #3772ff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em
}

.backtoTop:hover .a-start-up .label-button-star-up {
    color: #3772ff
}

.backtoTop:active .a-start-up .btn-svg-up-hover, .backtoTop:active .label-button-star-up {
    color: #fff
}

.backtoTop .btn-svg-up-hover {
    line-height: 4rem;
    vertical-align: middle;
    display: inline-block;
    color: #4b4b4b;
    font-size: 3rem
}

.backtoTop .label-button-star-up {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.625rem;
    font-family: Work Sans,sans-serif
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-12.9em);
    transform: translateX(-12.9em);
    background-color: #fff;
    border: 1px solid #3772ff;
    border-radius: 1em 0 0 1em
}

.btn-up-hover {
    border: 1px solid rgba(75,75,75,.2)
}

    .btn-up-hover:active {
        background-color: #3772ff
    }

        .btn-up-hover:active .label-button-star-up {
            color: #fff !important
        }

.bg-color-white {
    background: #fff
}

.bg-color-selago {
    background: #e5eefb
}

.bg-color-dodger-blue {
    background: #3772ff
}

.bg-color-marine {
    background: #36c
}

.bg-color-dark-blue {
    background: #004884
}

.bg-color-green {
    background: #069169
}

.bg-color-gold {
    background: #ffab00
}

.bg-color-orange {
    background: #f3561f
}

.bg-color-concrete {
    background: #f2f2f2
}

.bg-color-silver {
    background: #bababa
}

.bg-color-tundora {
    background: #4b4b4b
}

.bg-color-tutu {
    background: #fff2fa
}

.bg-color-radical-red {
    background: #f42e62
}

.bg-color-shiraz {
    background: #a80521
}

.bg-color-pale-sky {
    background: #6c757d
}

.bg-color-hawkes-blue {
    background: #e6effd
}

.bg-color-hawkes-blue-300 {
    background: rgba(157,190,255,.3)
}

.bg-color-catalina-blue {
    background: #0b457f
}

.bg-color-catalina-blue-600 {
    background: rgba(11,69,127,.6)
}

.bg-color-black-160 {
    background: rgba(0,0,0,.16)
}

.bg-color-marine-400 {
    background: rgba(51,102,204,.4)
}

.bg-color-dark-blue-500 {
    background: rgba(0,72,132,.5)
}

.bg-color-shiraz-600 {
    background: rgba(168,5,33,.6)
}

.bg-color-white-contrast {
    background: #fff
}

.bg-color-black-contrast {
    background: #000
}

.bg-color-yellow-contrast {
    background: #ddfb00
}

.bg-color-orange-contrast {
    background: #fbc200
}

.color-shiraz {
    color: #a80521 !important
}

.color-green {
    color: #069169 !important
}

.color-gold {
    color: #ffab00 !important
}

.color-marine {
    color: #36c !important
}

.color-dodger-blue {
    color: #3772ff !important
}

.color-white {
    color: #fff !important
}

.color-dark-blue {
    color: #004884 !important
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300.eot);
    src: local("Montserrat Light"),local("Montserrat-Light"),url(assets/fonts/montserrat/montserrat-v14-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot);
    src: local("Montserrat Light Italic"),local("Montserrat-LightItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot);
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot);
    src: local("Montserrat Italic"),local("Montserrat-Italic"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500.eot);
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(assets/fonts/montserrat/montserrat-v14-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot);
    src: local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600.eot);
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(assets/fonts/montserrat/montserrat-v14-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot);
    src: local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700.eot);
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(assets/fonts/montserrat/montserrat-v14-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot);
    src: local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/worksans/work-sans-v5-latin-300.eot);
    src: local("Work Sans Light"),local("WorkSans-Light"),url(assets/fonts/worksans/work-sans-v5-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-300.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-300.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/worksans/work-sans-v5-latin-regular.eot);
    src: local("Work Sans"),local("WorkSans-Regular"),url(assets/fonts/worksans/work-sans-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-regular.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/worksans/work-sans-v5-latin-600.eot);
    src: local("Work Sans SemiBold"),local("WorkSans-SemiBold"),url(assets/fonts/worksans/work-sans-v5-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-600.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-600.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/worksans/work-sans-v5-latin-500.eot);
    src: local("Work Sans Medium"),local("WorkSans-Medium"),url(assets/fonts/worksans/work-sans-v5-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-500.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-500.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/worksans/work-sans-v5-latin-700.eot);
    src: local("Work Sans Bold"),local("WorkSans-Bold"),url(assets/fonts/worksans/work-sans-v5-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-700.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-700.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Govco Icon;
    font-style: normal;
    src: url(assets/fonts/icons/Govco-icons.eot);
    src: local("Govco Icon"),local("Govco-Icon"),url(assets/fonts/icons/Govco-icons.eot?#iefix) format("embedded-opentype"),url(assets/fonts/icons/Govco-icons.woff2) format("woff2"),url(assets/fonts/icons/Govco-icons.woff) format("woff"),url(assets/fonts/icons/Govco-icons.ttf) format("truetype"),url(assets/fonts/icons/Govco-icons.svg#GovcoIcon) format("svg"),url("data:application/octet-stream;base64,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") format("truetype")
}

.area-note-selago {
    border: 2px solid #e5eefb;
    border-radius: 10px;
    padding: 10px;
    line-height: 20px
}

    .area-note-selago .title {
        font-size: .875rem
    }

    .area-note-selago .content {
        font-size: .875rem;
        font-weight: 500
    }

    .area-note-selago .footer {
        text-align: center
    }

#page-search {
    min-height: 30vh;
    background: #f6f8f9;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#f6f8f9),color-stop(50%,#fff));
    background: linear-gradient(90deg,#f6f8f9 30%,#fff 50%);
    padding: 2rem 0 0
}


:host {
    display: block
}

.img-width {
    width: 42px
}

.header-text-mobile-opciones {
    text-decoration: underline;
    color: #36c;
    font-size: .813rem
}

.header-over-opciones {
    cursor: pointer
}

.text-redes-sociales {
    color: #36c;
    font-size: .875rem
}

.color-li {
    color: #36c
}

.icon-blue {
    color: #36c !important
}

.option-accessibility {
    background: #f6f8f9
}

.options-accessibility {
    display: none
}

.item-menu, .list-group-item {
    background: #f6f8f9
}

label:first-letter, li a:first-letter {
    text-transform: capitalize
}

.size-li-text {
    font-size: .95rem !important
}

.btns-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

    .btns-options .header-text-mobile-opciones {
        font-family: Work Sans;
        font-weight: 500 !important;
        font-size: 14px;
        margin-right: .5em !important
    }

@media screen and (max-width:992px) {
    .navbar-collapsed .navbar-translate {
        height: 55px !important
    }

        .navbar-collapsed .navbar-translate .navbar-toggler {
            padding: .5rem 0 .5rem 0 !important
        }

    #header-webcomponent .container-notifications-header a {
        padding: 15px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
        text-transform: inherit;
        font-size: 14px;
        font-family: Work Sans,sans-serif;
        letter-spacing: 0;
        color: #004884 !important
    }

    .navbar-translate .translation-links .lang-govco {
        visibility: hidden
    }

    .nav-item-mobile .nav-link span {
        color: #0b457f !important;
        font-size: 1rem !important
    }

    .header-text-mobile-opciones {
        text-decoration: underline;
        color: #36c !important;
        font-size: .813rem
    }

    .btn-close-search a, .color-li {
        color: #36c !important
    }

    .nav-accessibility-mt {
        margin-top: 0 !important
    }
}

@charset "UTF-8";

.navbar {
    width: 100%;
    z-index: 3
}

.navbar-container .navbar-first-menu a, .navbar-nav a {
    font-family: Montserrat,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    color: #0b457f !important;
    text-transform: uppercase;
    padding: 15px 5px
}

    .navbar-container .navbar-first-menu a:focus, .navbar-container .navbar-first-menu a:hover, .navbar-nav a:focus, .navbar-nav a:hover {
        background: transparent !important
    }

.navbar-container .navbar-first-menu .nav-item.active, .navbar-container .navbar-first-menu .nav-item:focus, .navbar-container .navbar-first-menu .nav-item:hover, .navbar-nav .nav-item.active, .navbar-nav .nav-item:focus, .navbar-nav .nav-item:hover {
    background: #ffab00 !important
}

    .navbar-container .navbar-first-menu .nav-item.active a, .navbar-container .navbar-first-menu .nav-item:focus a, .navbar-container .navbar-first-menu .nav-item:hover a, .navbar-nav .nav-item.active a, .navbar-nav .nav-item:focus a, .navbar-nav .nav-item:hover a {
        color: #0b457f !important;
        font-weight: 600 !important
    }

.navbar-container .navbar-first-menu .container-notifications-header, .navbar-nav .container-notifications-header {
    padding: 0
}

.navbar-container .navbar-first-menu .nav-item, .navbar-nav .nav-item {
    padding: 1px 1rem
}

.alert-warning, .navbar-notifications {
    width: 100%;
    background-color: #ffab00
}

.alert-warning {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

    .alert-warning a {
        padding: 0
    }

    .alert-warning .page-icon-close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-weight: 700;
        line-height: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .alert-warning .page-icon-close .govco-icon {
            color: #0b457f !important;
            font-weight: 600 !important;
            font-weight: 600;
            margin-top: 3px;
            font-size: 1.5rem
        }

    .alert-warning .page-alert-text {
        font-size: .7rem !important;
        color: #004884 !important;
        font-family: Work Sans,sans-serif !important;
        text-transform: none !important;
        font-weight: 500 !important
    }

.navbar-govco {
    background-color: #36c;
    font-size: .5rem;
    padding: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 9 !important
}

    .navbar-govco .form-search-bar {
        border-radius: 2rem;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 1px #36c;
        box-shadow: 0 0 1px #36c;
        overflow: hidden;
        font-size: .5rem;
        margin-left: 1rem;
        line-height: 21px
    }

        .navbar-govco .form-search-bar.none-visibility {
            border: .5px solid transparent;
            -webkit-transition: 1.5s;
            transition: 1.5s
        }

        .navbar-govco .form-search-bar input.form-control {
            font-size: .75rem;
            margin-right: 1px !important;
            margin-left: 10px;
            color: #fff !important;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0;
            height: 25px
        }

            .navbar-govco .form-search-bar input.form-control:focus {
                color: #000 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important
            }

            .navbar-govco .form-search-bar input.form-control.translation {
                width: 0;
                margin: 0 !important;
                color: #fff !important;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            .navbar-govco .form-search-bar input.form-control.non-translation {
                width: 118px;
                margin-right: 1px !important;
                margin-left: 10px;
                transition: all .5s;
                -webkit-transition: all .5s
            }

        .navbar-govco .form-search-bar .govco-icon {
            color: #fff;
            font-size: 1.7rem
        }

        .navbar-govco .form-search-bar .material-icons {
            color: #fff;
            font-size: 1.7rem;
            height: auto;
            width: auto;
            text-align: end
        }

        .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control:-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

    .navbar-govco .navbar-brand {
        padding: 0
    }

.navbar-container {
    width: 100%
}

    .navbar-container, .navbar-container .container {
        padding: 0;
        margin: 0
    }

        .navbar-container .navbar-logo img {
            margin: 10px 0 !important
        }

        .navbar-container .nav-primary a {
            color: #fff !important
        }

        .navbar-container .nav-item-primary {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .navbar-container .nav-item-primary .lang-govco {
                color: #fff;
                font-size: 1.7rem;
                margin: 0;
                line-height: 30px;
                cursor: pointer
            }

            .navbar-container .nav-item-primary.is-scroll {
                margin-left: auto
            }

        .navbar-container .navbar-first-menu .navbar-first-menu a:focus, .navbar-container .navbar-first-menu .navbar-first-menu a:hover, .navbar-container .navbar-first-menu .navbar-nav a:focus, .navbar-container .navbar-first-menu .navbar-nav a:hover {
            color: #fff
        }

.form-search-bar-active, .navbar-govco .form-search-bar input.form-control:focus {
    background-color: #fff;
    color: #000
}

    .form-search-bar-active ~ .icon-search, .form-search-bar-active ~ .search-btn > .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .icon-search, .navbar-govco .form-search-bar input.form-control:focus ~ .search-btn > .icon-search {
        color: #3772ff !important
    }

.nav-secondary {
    width: 100%;
    background-color: #fff
}

    .nav-secondary.govco-content {
        background-color: #e6effd !important
    }

    .nav-secondary .nav-item {
        cursor: pointer;
        padding: 0
    }

        .nav-secondary .nav-item .nav-link {
            padding: 8.21px 30px;
            line-height: 20px;
            font-weight: 500 !important
        }

.hidden-transition {
    opacity: 0;
    display: none
}

.hidden-transition, .show-transition {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.show-transition {
    display: inline;
    opacity: 1
}

.page-header-hidden {
    height: 200px
}

.page-content-hidden, .page-header-hidden {
    background-color: #fff;
    background-image: none
}

.page-content-hidden {
    height: 3rem
}

.none-visibility {
    color: transparent
}

@media (min-width:992px) {
    .navbar-collapsed {
        display: none !important
    }
}

@media (max-width:992px) {
    .navbar-expanded {
        display: none !important
    }

    .navbar-collapsed {
        display: initial !important
    }

        .navbar-collapsed .navbar-collapse .nav-item {
            list-style-type: none
        }

        .navbar-collapsed .navbar-collapse .nav-items {
            opacity: 1;
            -webkit-transition: height .5s,opacity .5s ease-in;
            transition: height .5s,opacity .5s ease-in;
            height: auto
        }

            .navbar-collapsed .navbar-collapse .nav-items.searching {
                opacity: 0;
                height: 0;
                -webkit-transition: height .5s,opacity .5s ease-out;
                transition: height .5s,opacity .5s ease-out
            }

                .navbar-collapsed .navbar-collapse .nav-items.searching .none-visibility {
                    display: none !important
                }

            .navbar-collapsed .navbar-collapse .nav-items .nav-item-menu {
                display: block
            }

        .navbar-collapsed .navbar-collapse .nav-accessibility {
            -webkit-transition: height .5s,opacity .5s ease-in !important;
            transition: height .5s,opacity .5s ease-in !important;
            position: relative;
            margin-top: 8vh;
            width: 100%
        }

            .navbar-collapsed .navbar-collapse .nav-accessibility.none-visibility {
                opacity: 0;
                -webkit-transition: height .5s,opacity .5s ease-out !important;
                transition: height .5s,opacity .5s ease-out !important
            }

            .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility {
                color: #fff;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center
            }

                .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility label.item {
                    font-size: .75rem;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    margin-bottom: 0;
                    padding-left: .75rem
                }

        .navbar-collapsed .navbar-collapse .nav-most-used {
            opacity: 0;
            height: 0;
            -webkit-transition: height .5s,opacity .3s ease-out;
            transition: height .5s,opacity .3s ease-out
        }

            .navbar-collapsed .navbar-collapse .nav-most-used.searching {
                opacity: 1;
                -webkit-transition: height .5s,opacity .5s ease-in !important;
                transition: height .5s,opacity .5s ease-in !important
            }

                .navbar-collapsed .navbar-collapse .nav-most-used.searching .nav-item-most-used {
                    display: block !important
                }

            .navbar-collapsed .navbar-collapse .nav-most-used .none-visibility {
                display: none
            }

            .navbar-collapsed .navbar-collapse .nav-most-used .separator {
                margin: 1rem 2rem !important
            }

        .navbar-collapsed .navbar-translate {
            background-color: #36c !important;
            text-align: center;
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 300px
        }

            .navbar-collapsed .navbar-translate .navbar-toggler {
                display: initial;
                background-color: transparent;
                border-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: .75rem
            }

                .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
                    color: #fff
                }

                .navbar-collapsed .navbar-translate .navbar-toggler:active, .navbar-collapsed .navbar-translate .navbar-toggler:focus, .navbar-collapsed .navbar-translate .navbar-toggler:hover {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

            .navbar-collapsed .navbar-translate .navbar-brand {
                margin: 0 !important;
                background-color: transparent !important
            }

            .navbar-collapsed .navbar-translate .item-text {
                line-height: 1.5
            }

            .navbar-collapsed .navbar-translate .navbar-nav-mobile {
                margin-bottom: 18px
            }

            .navbar-collapsed .navbar-translate.focus {
                max-height: 0
            }

        .navbar-collapsed .input-group {
            background-color: hsla(0,0%,100%,.3);
            -webkit-transition: width .5s;
            transition: width .5s
        }

            .navbar-collapsed .input-group .form-control {
                height: auto !important
            }

        .navbar-collapsed .search-items .container-search {
            margin: 1rem 2rem;
            width: 100%
        }

        .navbar-collapsed .search-items .btn-close-search a {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-size: .75rem;
            margin-top: 15px;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in
        }

        .navbar-collapsed .search-mobile-container {
            background-color: hsla(0,0%,100%,.3) !important;
            border-radius: 2rem;
            border: 2px solid transparent;
            overflow: hidden;
            font-size: .5rem;
            line-height: 21px;
            -webkit-transition: width .5s ease-in;
            transition: width .5s ease-in
        }

            .navbar-collapsed .search-mobile-container.focus {
                width: 70% !important;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin-right: 0;
                -webkit-transition: 1s ease-out;
                transition: 1s ease-out
            }

                .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus {
                    background-color: #fff !important;
                    color: #000 !important
                }

                    .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn {
                        padding-top: 7px
                    }

                        .navbar-collapsed .navbar-govco .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn .govco-icon, .navbar-govco .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon {
                            color: #3772ff;
                            font-size: 2rem !important
                        }

                .navbar-collapsed .search-mobile-container.focus ~ .btn-close-search {
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    margin: 0 auto
                }

            .navbar-collapsed .search-mobile-container .item-search-mobile {
                border: none;
                background-color: hsla(0,0%,100%,.3) !important
            }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-moz-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile:-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::placeholder {
                    color: #fff
                }

            .navbar-collapsed .search-mobile-container .input-group-btn {
                background-color: hsla(0,0%,100%,.3) !important;
                padding-top: 7px
            }

                .navbar-collapsed .search-mobile-container .input-group-btn .btn-search {
                    background: transparent
                }

                .navbar-collapsed .search-mobile-container .input-group-btn .govco-icon {
                    height: auto;
                    color: #fff;
                    font-size: 2rem !important
                }

        .navbar-collapsed .title {
            color: #fff;
            font-size: 1rem;
            text-transform: none
        }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #36c;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important
    }

        .navbar-collapse.close-menu-govco {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .navbar-collapse.close-menu-govco, .navbar-collapse.open-menu-govco {
            -webkit-transition: all .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

        .navbar-collapse.open-menu-govco {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    .nav-item-mobile {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

        .nav-item-mobile:not(:first-of-type) {
            width: 100% !important
        }

            .nav-item-mobile:not(:first-of-type) .nav-link {
                height: auto;
                border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
                margin: auto 1.5rem auto 1rem;
                padding-left: 0
            }

        .nav-item-mobile.active, .nav-item-mobile:active, .nav-item-mobile:focus, .nav-item-mobile:hover {
            background-color: #ffab00 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important
        }

            .nav-item-mobile.active + .nav-item-mobile .nav-link, .nav-item-mobile:active + .nav-item-mobile .nav-link, .nav-item-mobile:focus + .nav-item-mobile .nav-link, .nav-item-mobile:hover + .nav-item-mobile .nav-link {
                border-top: 1.5px solid transparent !important
            }

        .nav-item-mobile .nav-link {
            margin: auto 1rem;
            padding-left: 0
        }

            .nav-item-mobile .nav-link.search {
                margin: auto 2rem !important
            }

            .nav-item-mobile .nav-link span {
                color: #fff;
                font-size: .75rem;
                font-weight: 500
            }

    .separator {
        border-top: 1.5px solid hsla(0,0%,100%,.3) !important;
        margin: auto 1rem
    }

        .separator .search {
            margin: auto 2rem !important
        }
}

.page__content {
    background-color: #fff !important;
    padding: 2% 7.5%;
    border-radius: 10px
}

    .page__content .container {
        padding-left: 0
    }

        .page__content .container .area-servicio {
            margin: 1em auto;
            margin-left: auto;
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%
        }

        .page__content .container .tramite-area {
            margin-top: 1em
        }

@media (min-width:576px) {
    .page__content {
        padding: 2% 6% 2% 11%
    }

        .page__content .container {
            max-width: 600px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:768px) {
    .page__content {
        padding: 2% 6% 2% 10%
    }

        .page__content .container {
            max-width: 832px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }

            .page__content .container .tramite-area {
                -webkit-box-flex: 0;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                max-width: 100%
            }
}

@media (min-width:992px) {
    .page__content {
        padding: 2% 6% 2% 9%
    }

        .page__content .container {
            max-width: 1020px
        }

            .page__content .container .area-servicio {
                margin-left: 2em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 286px;
                flex: 0 0 286px;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 65%;
                flex: 0 0 65%;
                max-width: 65%
            }
}

@media (min-width:992px) and (max-width:1080px) {
    .page__content .container .tramite-area {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%
    }
}

@media (min-width:1200px) {
    .page__content {
        padding: 2% 6% 2% 8.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                margin-left: 2.5em;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 286px
            }

            .page__content .container .tramite-area {
                padding-right: 0;
                -webkit-box-flex: 0;
                -ms-flex: 1 0 69%;
                flex: 1 0 69%;
                max-width: 69%
            }
}

@media (min-width:1920px) {
    .page__content {
        padding: 2% 6% 2% 7.5%
    }

        .page__content .container {
            max-width: 2140px
        }

            .page__content .container .area-servicio {
                max-width: 286px
            }
}

.area-servicio-item {
    min-width: 285px
}

.page__footer {
    padding-bottom: 70px;
    padding-top: 77px;
    margin-top: 1.8%;
    background-color: #36c !important;
    color: #fff !important
}

    .page__footer .container ul li a:hover {
        text-decoration: none;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff
    }

    .page__footer .container .footer-container .footer-title {
        -ms-flex-pack: center;
        justify-content: center
    }

        .page__footer .container .footer-container .footer-title .title-footer {
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 0;
            text-align: center;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff;
            font-weight: 300;
            margin-bottom: 30px
        }

    .page__footer .container .footer-container .nav-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 14.25rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                color: #fff !important;
                font-size: 2.8rem
            }

            .page__footer .container .footer-container .nav-footer .item-footer p {
                color: #fff !important;
                margin-top: .5rem !important;
                margin-bottom: 0 !important;
                line-height: 1.25 !important;
                font-size: 1rem;
                font-weight: 400;
                text-rendering: geometricPrecision
            }

            .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff
            }

                .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link:first-letter {
                    text-transform: capitalize !important
                }

            .page__footer .container .footer-container .nav-footer .item-footer .content-link {
                text-align: center;
                font-size: 14px;
                font-family: Work Sans,sans-serif;
                letter-spacing: 0;
                color: #fff;
                margin-top: 1px !important
            }

                .page__footer .container .footer-container .nav-footer .item-footer .content-link br {
                    display: none
                }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: center;
                border: 3px solid transparent !important;
                height: 100%
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: .5rem;
                    margin-bottom: 0;
                    line-height: 1.25;
                    font-size: 1rem;
                    text-transform: none;
                    font-weight: 400;
                    text-rendering: geometricPrecision;
                    text-align: center;
                    font-size: 14px;
                    font-family: Work Sans,sans-serif;
                    letter-spacing: 0;
                    color: #fff
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover {
                    border: 3px solid #fff !important;
                    background-color: transparent;
                    color: #fff !important
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p {
                        font-weight: 500
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active {
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active p {
                        font-weight: 500
                    }

    .page__footer .container .submenu-footer {
        padding: 0;
        display: -ms-flexbox;
        display: flex
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 40px;
            margin-bottom: 0
        }

            .page__footer .container .submenu-footer ul li {
                display: inline-block
            }

        .page__footer .container .submenu-footer a {
            color: #fff;
            text-transform: none;
            padding: 0 1rem;
            border-radius: 3px;
            position: relative;
            display: block;
            text-align: center;
            text-decoration: underline;
            font-weight: 700;
            font-size: 18px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0
        }

            .page__footer .container .submenu-footer a:active, .page__footer .container .submenu-footer a:focus, .page__footer .container .submenu-footer a:hover {
                color: #fff;
                text-decoration: underline
            }

.nav-pills .nav-item .nav-link.active {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:575.98px) {
    .page__footer .container #footer-container {
        -ms-flex-pack: left;
        justify-content: left;
        padding: .5rem 1rem
    }

        .page__footer .container #footer-container .title-footer {
            padding: .5rem 1rem;
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container #footer-container .nav-footer .item-footer .nav-link a {
            margin-top: .5rem !important;
            margin-left: 0 !important;
            display: contents
        }

    .page__footer .container .submenu-footer {
        margin-top: 40px;
        -ms-flex-pack: left;
        justify-content: left
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 0;
            margin-bottom: 0;
            padding: .5rem 1rem
        }

            .page__footer .container .submenu-footer ul li {
                width: 100%
            }

                .page__footer .container .submenu-footer ul li a {
                    text-align: left;
                    padding: 1rem .5rem
                }
}

@media (max-width:767.98px) {
    .page__footer {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .page__footer .container .footer-container .title-footer {
            margin-top: 0;
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container .submenu-footer {
            margin-top: 0
        }

            .page__footer .container .submenu-footer ul li a {
                text-align: left;
                padding: 1.5rem 1rem
            }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 100%
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                margin-right: 15px
            }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: left;
                display: -ms-inline-flexbox;
                display: inline-flex;
                width: 100%;
                vertical-align: middle;
                -ms-flex-align: center;
                align-items: center
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: 0;
                    margin-left: 10px
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title {
                    margin-top: 1rem;
                    -ms-flex-pack: left;
                    justify-content: left;
                    padding-left: 20px
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title h2 {
                        font-size: 1.6rem
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link p {
                    text-align: left;
                    font-size: 1rem !important;
                    display: contents
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p:first-letter {
                        text-transform: capitalize !important
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link {
                        text-transform: none !important;
                        white-space: nowrap
                    }

                        .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link a {
                            color: #fff
                        }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p br {
                        display: block
                    }
}

.all span.breadcrumb-text.item-link:hover {
    background: #ddfb00 !important
}

.main {
    z-index: 1 !important;
    -webkit-box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important;
    box-shadow: 1.5px 1px 10px rgba(0,0,0,.2) !important
}

.main-raised {
    margin: -85px 6% 0 !important;
    border-radius: 17px !important;
    border: 1px solid #e5eefb !important
}

.main-raised-hidden {
    margin-top: -60px !important;
    border-radius: 17px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width:768px) {
    .main-raised {
        margin: -140px 6% 0 !important
    }

    .main-raised-hidden {
        margin-top: -120px !important
    }
}

.card-govco {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(129,171,255,.3);
    border-radius: .5rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 .3rem rgba(75,75,75,.3);
    box-shadow: 0 0 .3rem rgba(75,75,75,.3)
}

.modal-lg {
    max-width: 800px !important
}

.modal-xl {
    max-width: 1200px !important
}

.modal {
    z-index: 1031 !important
}

    .modal .modal-header {
        border: none !important
    }

        .modal .modal-header i {
            font-size: 18px;
            color: #36c;
            font-weight: 700
        }

    .modal .modal-content {
        border-radius: 10px;
        font-family: Work Sans,sans-serif
    }

    .modal .modal-footer {
        border: none !important
    }

.modal-backdrop {
    opacity: .3 !important
}

    .modal-backdrop.fade.show {
        z-index: 3 !important
    }

.modal-open {
    padding-right: 0 !important
}

    .modal-open .container, .modal-open .container-fluid {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -o-filter: blur(15px);
        -ms-filter: blur(15px);
        filter: blur(15px)
    }

.modal-detail-govco .modal-content {
    padding: 0
}

.modal-detail-govco .modal-header {
    border-bottom: 2px solid #36c !important;
    text-transform: uppercase
}

    .modal-detail-govco .modal-header .modal-title {
        font-size: 20px !important;
        margin-top: 3px !important;
        margin-left: 15px !important
    }

.modal-detail-govco .modal-body {
    padding: 0
}

    .modal-detail-govco .modal-body .modal-subtitle {
        background-color: #e5eefb;
        font-weight: 600;
        padding: 10px 30px !important
    }

    .modal-detail-govco .modal-body .modal-detail-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .modal-detail-govco .modal-body .modal-detail {
        padding: 15px 55px !important
    }

.modal-detail-govco .modal-footer {
    padding: 25px 10px !important
}

* {
    font-family: Montserrat,sans-serif;
    font-size: 0.85rem;
    color: #004884
}

h1 {
    font-weight: 300
}

h1, h2 {
    font-size: 2.0625rem
}

h2 {
    font-weight: 500
}

h3 {
    font-size: 1.125rem;
    font-weight: 700
}

h4 {
    font-size: 3.8125rem;
    font-weight: 300
}

p {
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400
}

    p.intro {
        font-size: .875rem
    }

    p.title {
        font-size: 2.0625rem
    }

q {
    font-family: Work Sans,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic
}

    q:after, q:before {
        content: ""
    }

@media only screen and (min-device-width:768px) and (max-device-width:1280px) {
    h1, h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 2.0625rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .875rem;
        font-weight: 400
    }

        p.title {
            font-size: 1.5rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1.3125rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

@media only screen and (max-device-width:767px) {
    h1, h2 {
        font-size: 1.125rem
    }

    h3 {
        font-size: .75rem
    }

    h4 {
        font-size: 1.125rem
    }

    p {
        font-family: Work Sans,sans-serif;
        font-size: .75rem;
        font-weight: 400
    }

        p.intro {
            font-size: .625rem
        }

        p.title {
            font-size: .875rem
        }

    q {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic
    }

        q:after, q:before {
            content: ""
        }
}

a {
    cursor: pointer !important
}

label.form-group-govco {
    font-weight: 500 !important
}

h3.entity-name {
    font-size: 1rem
}

h3.title-section {
    font-size: 1.25rem
}

h3.result-section {
    font-size: 1.5rem
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0 !important;
    margin-bottom: 0px !important;
    line-height: 1.1
}

    .breadcrumb li:not(.active) a {
        color: #36c !important;
        font-weight: 400
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        content: none !important
    }

    .breadcrumb .breadcrumb-item + .active {
        background-color: transparent;
        font-size: .9rem;
        font-weight: 600;
        /*color: #3772ff !important*/
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 0;
        margin: 5px 0
    }

        .breadcrumb .breadcrumb-item .image-icon {
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .breadcrumb .breadcrumb-item .image-icon div.breadcrumb {
                height: 20px;
                width: 14px;
                padding: 0 !important;
                margin: 0 8px;
                margin-bottom: 0 !important;
                background-image: url(/assets/images/spr-icons-govco.png) !important;
                background-repeat: no-repeat
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator {
                background-position: -84px -3px
            }

            .breadcrumb .breadcrumb-item .image-icon .breadcrumb-separator-active {
                background-position: -2px -3px
            }

    .breadcrumb .breadcrumb-home {
        margin-top: -5px
    }

.btn-round {
    border-radius: 30px
}

.btn {
    position: relative !important;
    line-height: 1.42
}

.btn-transparent {
    background-color: transparent;
    padding: 0
}

.icon-reverse-x {
    -webkit-transform: rotate(-180deg) scaleX(1);
    -moz-transform: rotate(-180deg) scaleX(1);
    -ms-transform: rotate(-180deg) scaleX(1);
    -o-transform: rotate(-180deg) scaleX(1);
    transform: rotate(-180deg) scaleX(1)
}

.btn-symbolic-govco {
    text-decoration: none !important;
    margin: auto !important;
    font-weight: 700
}

    .btn-symbolic-govco .govco-icon {
        color: #3772ff !important;
        font-size: 2.2rem;
        margin: auto
    }

    .btn-symbolic-govco .btn-symbolic-govco__title {
        color: #3772ff !important;
        font-size: 1rem
    }

    .btn-symbolic-govco.inactive {
        color: #bababa !important;
        font-weight: 400
    }

        .btn-symbolic-govco.inactive .govco-icon {
            color: #bababa !important
        }

        .btn-symbolic-govco.inactive .btn-symbolic-govco__title {
            color: #bababa !important;
            font-weight: 400
        }

    .btn-symbolic-govco:not(.inactive):active .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):active .govco-icon, .btn-symbolic-govco:not(.inactive):focus .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):focus .govco-icon, .btn-symbolic-govco:not(.inactive):hover .btn-symbolic-govco__title, .btn-symbolic-govco:not(.inactive):hover .govco-icon {
        color: #36c !important;
        text-shadow: 0 3px 6px rgba(51,102,204,.4) !important;
        text-decoration: none !important
    }

.btn-symbolic-govco__title--right {
    padding-left: .5rem;
    margin: auto
}

.btn-symbolic-govco__title--left {
    padding-right: .5rem;
    margin: auto
}

.btn-high, .btn-high-mix-govco {
    font-weight: 600;
    background-color: #3772ff !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    white-space: pre-line;
    cursor: pointer
}

    .btn-high-mix-govco:active, .btn-high-mix-govco:focus, .btn-high-mix-govco:hover, .btn-high:active, .btn-high:focus, .btn-high:hover {
        background-color: #36c !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle {
    font-weight: 600;
    border: 1.5px solid #3772ff;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #3772ff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 1em;
    cursor: pointer
}

    .btn-middle:active, .btn-middle:focus, .btn-middle:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #3772ff !important;
        border: 1.5px solid #36c
    }

.btn-low, .btn-low-mix-govco {
    color: #3772ff !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

    .btn-low-mix-govco:active, .btn-low-mix-govco:focus, .btn-low-mix-govco:hover, .btn-low:active, .btn-low:focus, .btn-low:hover {
        color: #36c !important;
        font-weight: 600
    }

.btn-high-inactive {
    font-weight: 600;
    background-color: #bababa !important;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-high-inactive:active, .btn-high-inactive:focus, .btn-high-inactive:hover {
        background-color: #bababa !important;
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        color: #fff
    }

.btn-middle-inactive {
    font-weight: 600;
    border: 1.5px solid #bababa;
    background-color: #fff;
    margin: 0;
    font-size: .93rem;
    font-family: Montserrat,sans-serif;
    color: #bababa !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 2em;
    cursor: pointer
}

    .btn-middle-inactive:active, .btn-middle-inactive:focus, .btn-middle-inactive:hover {
        -webkit-box-shadow: 0 5px 8px -5px #004884 !important;
        -moz-box-shadow: 0 5px 8px -5px #004884 !important;
        box-shadow: 0 5px 8px -5px #004884 !important;
        background-color: #fff !important;
        color: #bababa !important;
        border: 1.5px solid #bababa
    }

.btn-low-inactive {
    color: #4b4b4b !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer
}

    .btn-low-inactive:active, .btn-low-inactive:focus, .btn-low-inactive:hover {
        color: #4b4b4b !important;
        font-weight: 600
    }

.btn-high-mix-govco {
    line-height: 1.5rem;
    padding: .5em .2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-low-mix-govco {
    text-decoration: none !important;
    text-transform: none !important
}

.btn-mix-govco__icon {
    font-size: 1.5rem
}

.btn-mix-govco__icon--right {
    position: absolute;
    top: 3px;
    right: 3px
}

.btn-mix-govco__icon--down, .btn-mix-govco__icon--right {
    background-image: url(/assets/images/spr-icons-govco.png) !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px
}

.btn-mix-govco__title--left {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

.btn-mix-govco__title--left, .btn-mix-govco__title--right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-mix-govco__title--right {
    float: right;
    margin-right: 15px;
    margin-left: auto
}

.btn-mix-govco__icon--search {
    background-position: -37px 0
}

.btn-mix-govco__icon--arrow-right {
    width: 16px !important;
    height: 13px !important;
    margin-left: 5%;
    background-position: -2px -6px
}

.btn-mix-govco__icon--arrow-down {
    width: 16px !important;
    height: 13px !important;
    background-position: -16px 0
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-right, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-right {
    background-position: -83px -6px
}

.btn-low-mix-govco:active .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:focus .btn-mix-govco__icon--arrow-down, .btn-low-mix-govco:hover .btn-mix-govco__icon--arrow-down {
    background-position: -17px -12px
}

.btn-information {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-information:before {
        content: "";
        color: #3772ff !important
    }

    .btn-information:active:before, .btn-information:focus:before, .btn-information:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-aggregate {
    font-family: Govco Icon;
    font-size: 3rem;
    color: #3772ff;
    text-decoration: none !important
}

    .btn-aggregate:before {
        content: "";
        color: #3772ff !important
    }

    .btn-aggregate:active:before, .btn-aggregate:focus:before, .btn-aggregate:hover:before {
        content: "";
        color: #3772ff !important
    }

.btn-up-hover-clone {
    padding: .5em;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1em 1em 1em 1em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.btn-svg-up-hover-clone {
    fill: #4b4b4b
}

.a-start-up-clone {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #3772ff;
    font-style: unset
}

.btn-up-hover-clone:focus, .btn-up-hover-clone:hover {
    background-color: #fff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em;
    color: color-dodger-blue
}

    .btn-up-hover-clone:focus .a-start-up-clone .btn-svg-up-hover-clone, .btn-up-hover-clone:hover .a-start-up-clone .btn-svg-up-hover-clone {
        fill: #3772ff
    }

.btn-up-hover-clone:active {
    background-color: #3772ff
}

    .btn-up-hover-clone:active .a-start-up-clone {
        visibility: visible;
        text-decoration: none !important;
        font-size: 1.4em;
        color: #fff;
        font-style: unset
    }

        .btn-up-hover-clone:active .a-start-up-clone .btn-svg-up-hover-clone {
            fill: #fff
        }

.btn-up-hover {
    padding: .5em;
    border-radius: 1em 1em 1em 1em;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0)
}

.btn-svg-up-hover {
    fill: #4b4b4b
}

.a-start-up {
    color: #3772ff
}

.show {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.hide {
    opacity: 0
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-10.2em);
    transform: translateX(-10.2em);
    border-color: #3772ff
}

    .btn-up-hover:focus .a-start-up .btn-svg-up-hover, .btn-up-hover:hover .a-start-up .btn-svg-up-hover {
        fill: #3772ff
    }

.btn-up-hover:focus {
    outline: none
}

.btn-up-hover:active .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #fff;
    font-style: unset
}

    .btn-up-hover:active .a-start-up .btn-svg-up-hover {
        fill: #fff
    }

.checkbox-govco, .chk-govco {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 15px
}

    .checkbox-govco input, .chk-govco input {
        height: auto;
        width: auto;
        display: none
    }

    .checkbox-govco input, .checkbox-govco label, .chk-govco input, .chk-govco label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
        cursor: pointer
    }

    .checkbox-govco label, .chk-govco label {
        position: relative;
        display: initial
    }

        .checkbox-govco label:before, .chk-govco label:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 3px solid #0b457f;
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            border-radius: 5px
        }

    .checkbox-govco input:checked + label:after, .chk-govco input:checked + label:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 8px;
        width: 6px;
        height: 13px;
        border: solid #0b457f;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.input-govco {
    color: #0b457f !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .3rem !important;
    border-top-left-radius: .3rem !important;
    border-bottom: 1px solid #004884 !important;
    background-color: #e5eefb;
    border: unset;
    line-height: 1.4 !important;
    padding: .375rem .5rem
}

    .input-govco ~ .input-group-append > .govco-icon {
        color: #004884;
        padding-top: 1px
    }

    .input-govco::-webkit-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-moz-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:disabled {
        background-color: #e9ecef !important;
        opacity: 1;
        border-color: #bfbfbf !important;
        color: #bfbfbf !important
    }

        .input-govco:disabled::-webkit-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-moz-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #0b457f
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #0b457f
        }

    .input-govco.is-invalid, .invalid-form .input-govco.ng-invalid {
        border-color: #a80521 !important;
        color: #a80521 !important;
        background-color: #fff2fa !important
    }

        .input-govco.is-invalid ~ .input-group-append > .govco-icon, .invalid-form .input-govco.ng-invalid ~ .input-group-append > .govco-icon {
            color: #a80521
        }

        .input-govco.is-invalid::-webkit-input-placeholder, .invalid-form .input-govco.ng-invalid::-webkit-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-moz-placeholder, .invalid-form .input-govco.ng-invalid::-moz-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::placeholder, .invalid-form .input-govco.ng-invalid::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid:-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid:-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder:-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder:-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

    .input-govco.is-valid {
        border-color: #28a745 !important;
        background-color: rgba(40,167,69,.1);
        color: #28a745 !important
    }

        .input-govco.is-valid::-webkit-input-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid::-moz-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::-ms-input-placeholder {
            opacity: 1
        }

        .input-govco.is-valid::placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            color: #28a745 !important
        }

        .input-govco.is-valid::-ms-input-placeholder {
            color: #28a745 !important
        }

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.input-govco:focus {
    background-color: #e5eefb !important
}

.span-message-character {
    color: red
}

.govco-icon {
    font-family: Govco Icon;
    font-size: 2rem;
    margin-right: 0
}

span.govco-icon {
    margin: 0
}

.govco-icon-exclamation:before {
    content: ""
}

.govco-icon-exclamation-cn:before {
    content: ""
}

.govco-icon-plus:before {
    content: ""
}

.govco-icon-plus-n:before {
    content: ""
}

.govco-icon-plus-p:before {
    content: ""
}

.govco-icon-plus-cn:before {
    content: ""
}

.govco-icon-plus-cp:before {
    content: ""
}

.govco-icon-analytic:before {
    content: ""
}

.govco-icon-analytic-p:before {
    content: ""
}

.govco-icon-analytic-n:before {
    content: ""
}

.govco-icon-analytic-cn:before {
    content: ""
}

.govco-icon-idea:before {
    content: ""
}

.govco-icon-idea-cn:before {
    content: ""
}

.govco-icon-searchdoc:before {
    content: ""
}

.govco-icon-call-center:before {
    content: ""
}

.govco-icon-call-center-cn:before {
    content: ""
}

.govco-icon-call-center-cp:before {
    content: ""
}

.govco-icon-call-center-p:before {
    content: ""
}

.govco-icon-call-center-n:before {
    content: ""
}

.govco-icon-share:before {
    content: ""
}

.govco-icon-share-cn:before {
    content: ""
}

.govco-icon-share-p:before {
    content: ""
}

.govco-icon-share-n:before {
    content: ""
}

.govco-icon-circle-share-cp:before {
    content: ""
}

.govco-icon-circle-share-cn:before {
    content: ""
}

.govco-icon-dropdown-cn:before {
    content: ""
}

.govco-icon-dropdown:before {
    content: ""
}

.govco-icon-callback-cn:before {
    content: ""
}

.govco-icon-callback-cp:before {
    content: ""
}

.govco-icon-building:before {
    content: ""
}

.govco-icon-favorite:before {
    content: ""
}

.govco-icon-favorite-cn:before {
    content: ""
}

.govco-icon-favorite-p:before {
    content: ""
}

.govco-icon-favorite-n:before {
    content: ""
}

.govco-icon-pc:before {
    content: ""
}

.govco-icon-print:before {
    content: ""
}

.govco-icon-print-cn:before {
    content: ""
}

.govco-icon-print-p:before {
    content: ""
}

.govco-icon-print-n:before {
    content: ""
}

.govco-icon-info:before {
    content: ""
}

.govco-icon-info-cn:before {
    content: ""
}

.govco-icon-info-cp:before {
    content: ""
}

.govco-icon-legal:before {
    content: ""
}

.govco-icon-key:before {
    content: ""
}

.govco-icon-key-cn:before {
    content: ""
}

.govco-icon-key-cp:before {
    content: ""
}

.govco-icon-email:before {
    content: ""
}

.govco-icon-email-cn:before {
    content: ""
}

.govco-icon-email-cp:before {
    content: ""
}

.govco-icon-email-p:before {
    content: ""
}

.govco-icon-email-n:before {
    content: ""
}

.govco-icon-like:before {
    content: ""
}

.govco-icon-like-cn:before {
    content: ""
}

.govco-icon-like-p:before {
    content: ""
}

.govco-icon-like-n:before {
    content: ""
}

.govco-icon-message:before {
    content: ""
}

.govco-icon-message-cn:before {
    content: ""
}

.govco-icon-pin:before {
    content: ""
}

.govco-icon-pin-cn:before {
    content: ""
}

.govco-icon-question:before {
    content: ""
}

.govco-icon-question-cn:before {
    content: ""
}

.govco-icon-questions-p:before {
    content: ""
}

.govco-icon-questions-n:before {
    content: ""
}

.govco-icon-clock:before {
    content: ""
}

.govco-icon-clock-p:before {
    content: ""
}

.govco-icon-clock-n:before {
    content: ""
}

.govco-icon-telephone:before {
    content: ""
}

.govco-icon-wifi-cn:before {
    content: ""
}

.govco-icon-wifi-cp:before {
    content: ""
}

.govco-icon-wifi-p:before {
    content: ""
}

.govco-icon-wifi-n:before {
    content: ""
}

.govco-icon-callin-cn:before {
    content: ""
}

.govco-icon-callin-cp:before {
    content: ""
}

.govco-icon-callin-p:before {
    content: ""
}

.govco-icon-callin-n:before {
    content: ""
}

.govco-icon-accessibility-cp:before {
    content: ""
}

.govco-icon-accessibility-cn:before {
    content: ""
}

.govco-icon-attached-p:before {
    content: ""
}

.govco-icon-attached-n:before {
    content: ""
}

.govco-icon-scared-face:before {
    content: ""
}

.govco-icon-sad-face:before {
    content: ""
}

.govco-icon-sad-face-n:before {
    content: ""
}

.govco-icon-shock-face:before {
    content: ""
}

.govco-icon-happy-face:before {
    content: ""
}

.govco-icon-happy-face-n:before {
    content: ""
}

.govco-icon-bell-p:before {
    content: ""
}

.govco-icon-bell-n:before {
    content: ""
}

.govco-icon-bell-sound-p:before {
    content: ""
}

.govco-icon-bell-sound-n:before {
    content: ""
}

.govco-icon-grad-cap-p:before {
    content: ""
}

.govco-icon-grad-cap-n:before {
    content: ""
}

.govco-icon-x:before {
    content: ""
}

.govco-icon-x-n:before {
    content: ""
}

.govco-icon-x-p:before {
    content: ""
}

.govco-icon-x-cn:before {
    content: ""
}

.govco-icon-delete-p:before {
    content: ""
}

.govco-icon-delete-n:before {
    content: ""
}

.govco-icon-tag-p:before {
    content: ""
}

.govco-icon-tag-n:before {
    content: ""
}

.govco-icon-search-p:before {
    content: ""
}

.govco-icon-search-n:before {
    content: ""
}

.govco-icon-search-cn:before {
    content: ""
}

.govco-icon-search-cp:before {
    content: ""
}

.govco-icon-calendar-p:before {
    content: ""
}

.govco-icon-calendar-n:before {
    content: ""
}

.govco-icon-calendar-cn:before {
    content: ""
}

.govco-icon-calendar-cp:before {
    content: ""
}

.govco-icon-shop-car:before {
    content: ""
}

.govco-icon-shop-car-n:before {
    content: ""
}

.govco-icon-shop-car-p:before {
    content: ""
}

.govco-icon-relief-p:before {
    content: ""
}

.govco-icon-relief-n:before {
    content: ""
}

.govco-icon-check-p:before {
    content: ""
}

.govco-icon-check-n:before {
    content: ""
}

.govco-icon-check-cp:before {
    content: ""
}

.govco-icon-check-cn:before {
    content: ""
}

.govco-icon-right-arrow:before {
    content: ""
}

.govco-icon-right-arrow-cp:before {
    content: ""
}

.govco-icon-right-arrow-cn:before {
    content: ""
}

.govco-icon-right-arrow-p:before {
    content: ""
}

.govco-icon-right-arrow-n:before {
    content: ""
}

.govco-icon-left-arrow:before {
    content: ""
}

.govco-icon-left-arrow-cp:before {
    content: ""
}

.govco-icon-left-arrow-cn:before {
    content: ""
}

.govco-icon-left-arrow-p:before {
    content: ""
}

.govco-icon-left-arrow-n:before {
    content: ""
}

.govco-icon-down-arrow-p:before {
    content: ""
}

.govco-icon-down-arrow-n:before {
    content: ""
}

.govco-rotate-180 {
    -webkit-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1)
}

.govco-icon-simpled-arrow:before {
    content: ""
}

.govco-icon-simpler-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow:before {
    content: ""
}

.govco-icon-shortr-arrow-cn:before {
    content: ""
}

.govco-icon-shortl-arrow:before {
    content: ""
}

.govco-icon-shortl-arrow-cn:before {
    content: ""
}

.govco-icon-shortu-arrow-p:before {
    content: ""
}

.govco-icon-shortu-arrow-n:before {
    content: ""
}

.govco-icon-shortd-arrow-p:before {
    content: ""
}

.govco-icon-shortd-arrow-n:before {
    content: ""
}

.govco-icon-voice-call-p:before {
    content: ""
}

.govco-icon-voice-call-n:before {
    content: ""
}

.govco-icon-colombia-p:before {
    content: ""
}

.govco-icon-colombia-n:before {
    content: ""
}

.govco-icon-shield-col-p:before {
    content: ""
}

.govco-icon-shield-col-n:before {
    content: ""
}

.govco-icon-peso-col:before {
    content: ""
}

.govco-icon-peso-col-p:before {
    content: ""
}

.govco-icon-peso-col-n:before {
    content: ""
}

.govco-icon-peso-col-cn:before {
    content: ""
}

.govco-icon-peso-col-cp:before {
    content: ""
}

.govco-icon-contrast-p:before {
    content: ""
}

.govco-icon-contrast-n:before {
    content: ""
}

.govco-icon-music-p:before {
    content: ""
}

.govco-icon-music-n:before {
    content: ""
}

.govco-icon-4-phases-p:before {
    content: ""
}

.govco-icon-4-phases-n:before {
    content: ""
}

.govco-icon-3-phases-p:before {
    content: ""
}

.govco-icon-3-phases-n:before {
    content: ""
}

.govco-icon-data-up-p:before {
    content: ""
}

.govco-icon-data-up-n:before {
    content: ""
}

.govco-icon-document-p:before {
    content: ""
}

.govco-icon-document-n:before {
    content: ""
}

.govco-icon-edit-slim-p:before {
    content: ""
}

.govco-icon-edit-slim-n:before {
    content: ""
}

.govco-icon-edit-p:before {
    content: ""
}

.govco-icon-edit-n:before {
    content: ""
}

.govco-icon-padlock-p:before {
    content: ""
}

.govco-icon-padlock-n:before {
    content: ""
}

.govco-icon-link-p:before {
    content: ""
}

.govco-icon-link-n:before {
    content: ""
}

.govco-icon-language-es-p:before {
    content: ""
}

.govco-icon-language-es-n:before {
    content: ""
}

.govco-icon-language-en-p:before {
    content: ""
}

.govco-icon-language-en-n:before {
    content: ""
}

.govco-icon-statistics-p:before {
    content: ""
}

.govco-icon-statistics-n:before {
    content: ""
}

.govco-icon-save-p:before {
    content: ""
}

.govco-icon-save-n:before {
    content: ""
}

.govco-icon-hand-p:before {
    content: ""
}

.govco-icon-hand-n:before {
    content: ""
}

.govco-icon-home-p:before {
    content: ""
}

.govco-icon-home-n:before {
    content: ""
}

.govco-icon-image-p:before {
    content: ""
}

.govco-icon-image-n:before {
    content: ""
}

.govco-icon-minus:before {
    content: ""
}

.govco-icon-minus-cp:before {
    content: ""
}

.govco-icon-minus-cn:before {
    content: ""
}

.govco-icon-movil-cp:before {
    content: ""
}

.govco-icon-movil-cn:before {
    content: ""
}

.govco-icon-pitch-p:before {
    content: ""
}

.govco-icon-pitch-n:before {
    content: ""
}

.govco-icon-eye-p:before {
    content: ""
}

.govco-icon-eye-n:before {
    content: ""
}

.govco-icon-play:before {
    content: ""
}

.govco-icon-play-cp:before {
    content: ""
}

.govco-icon-play-cn:before {
    content: ""
}

.govco-icon-social-p:before {
    content: ""
}

.govco-icon-social-n:before {
    content: ""
}

.govco-icon-reload-p:before {
    content: ""
}

.govco-icon-reload-n:before {
    content: ""
}

.govco-icon-answer-p:before {
    content: ""
}

.govco-icon-answer-n:before {
    content: ""
}

.govco-icon-sound-p:before {
    content: ""
}

.govco-icon-sound-n:before {
    content: ""
}

.govco-icon-table-p:before {
    content: ""
}

.govco-icon-table-n:before {
    content: ""
}

.govco-icon-less-size-p:before {
    content: ""
}

.govco-icon-less-size-n:before {
    content: ""
}

.govco-icon-more-size-p:before {
    content: ""
}

.govco-icon-more-size-n:before {
    content: ""
}

.govco-icon-user-p:before {
    content: ""
}

.govco-icon-user-n:before {
    content: ""
}

.govco-icon-video-p:before {
    content: ""
}

.govco-icon-video-n:before {
    content: ""
}

.govco-icon-pause:before {
    content: ""
}

.btn.dropdown-toggle {
    line-height: 17.5px !important
}

.select-govco--error label, .select-govco--inactive label, .select-govco-filter label, .select-govco label {
    color: #004884
}

.select-govco--error .bootstrap-select, .select-govco--inactive .bootstrap-select, .select-govco-filter .bootstrap-select, .select-govco .bootstrap-select {
    cursor: pointer
}

    .select-govco--error .bootstrap-select span.filter-option, .select-govco--inactive .bootstrap-select span.filter-option, .select-govco-filter .bootstrap-select span.filter-option, .select-govco .bootstrap-select span.filter-option {
        padding-right: 2px !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle, .select-govco--inactive .bootstrap-select .dropdown-toggle, .select-govco-filter .bootstrap-select .dropdown-toggle, .select-govco .bootstrap-select .dropdown-toggle {
        background: #e5eefb !important;
        color: #004884 !important;
        text-transform: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1.5px solid #004884 !important;
        padding: 8px !important;
        padding-right: 30px !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover, .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover, .select-govco-filter .bootstrap-select .dropdown-toggle:active, .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover, .select-govco .bootstrap-select .dropdown-toggle:active, .select-govco .bootstrap-select .dropdown-toggle:focus, .select-govco .bootstrap-select .dropdown-toggle:hover {
            border-bottom: 1.5px solid #004884 !important
        }

        .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
            color: #0b457f !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco--inactive .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco-filter .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner, .select-govco .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
            color: rgba(11,69,127,.6) !important;
            margin-right: 5px
        }

        .select-govco--error .bootstrap-select .dropdown-toggle span, .select-govco--inactive .bootstrap-select .dropdown-toggle span, .select-govco-filter .bootstrap-select .dropdown-toggle span, .select-govco .bootstrap-select .dropdown-toggle span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select-govco--error .bootstrap-select .dropdown-toggle .ripple-container, .select-govco--inactive .bootstrap-select .dropdown-toggle .ripple-container, .select-govco-filter .bootstrap-select .dropdown-toggle .ripple-container, .select-govco .bootstrap-select .dropdown-toggle .ripple-container {
            display: none
        }

        .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco-filter .bootstrap-select .dropdown-toggle:after, .select-govco .bootstrap-select .dropdown-toggle:after {
            width: 100% !important;
            border: 0 solid #f0f3fb;
            position: absolute;
            top: 9px;
            right: 7px;
            font-family: Govco Icon;
            content: "" !important;
            color: #004884 !important;
            font-size: 1.5rem
        }

    .select-govco--error .bootstrap-select.show .dropdown-toggle:after, .select-govco--inactive .bootstrap-select.show .dropdown-toggle:after, .select-govco-filter .bootstrap-select.show .dropdown-toggle:after, .select-govco .bootstrap-select.show .dropdown-toggle:after {
        font-family: Govco Icon;
        content: "" !important;
        color: #004884 !important;
        font-size: 1.5rem;
        height: auto !important
    }

    .select-govco--error .bootstrap-select .dropdown-menu, .select-govco--inactive .bootstrap-select .dropdown-menu, .select-govco-filter .bootstrap-select .dropdown-menu, .select-govco .bootstrap-select .dropdown-menu {
        overflow: auto !important;
        padding: 0 !important;
        width: 90%;
        background-color: #e5eefb !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container, .select-govco .bootstrap-select .dropdown-menu .selector-container {
            padding: 0 16px !important;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button, .select-govco .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
                border-top: .8px solid rgba(11,69,127,.6) !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover, .select-govco .bootstrap-select .dropdown-menu .selector-container:active, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover {
                background-color: #0b457f !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important;
                border-top: .8px solid transparent !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                    background-color: transparent !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border-radius: 0 !important
                }

                    .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                        font-weight: 500 !important;
                        color: #fff !important
                    }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                    border-top: .8px solid transparent !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
                padding-top: 10px;
                padding-bottom: 10px;
                width: 100%
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco--inactive .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco-filter .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span, .select-govco .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li {
            width: auto;
            margin: 0;
            white-space: normal !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--inactive .bootstrap-select .dropdown-menu li a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco-filter .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco .bootstrap-select .dropdown-menu li a, .select-govco .bootstrap-select .dropdown-menu li a:active, .select-govco .bootstrap-select .dropdown-menu li a:focus, .select-govco .bootstrap-select .dropdown-menu li a:hover {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                margin: 0 15px !important;
                padding: 8px !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--inactive .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco-filter .bootstrap-select .dropdown-menu li:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco .bootstrap-select .dropdown-menu li:not(:first-child) a {
                border-top: .8px solid rgba(11,69,127,.6)
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--inactive .bootstrap-select .dropdown-menu li:active, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco-filter .bootstrap-select .dropdown-menu li:active, .select-govco-filter .bootstrap-select .dropdown-menu li:focus, .select-govco-filter .bootstrap-select .dropdown-menu li:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco .bootstrap-select .dropdown-menu li:active, .select-govco .bootstrap-select .dropdown-menu li:focus, .select-govco .bootstrap-select .dropdown-menu li:hover {
                background-color: #0b457f;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                color: #fff !important;
                font-weight: 600 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li:active a, .select-govco-filter .bootstrap-select .dropdown-menu li:active span, .select-govco-filter .bootstrap-select .dropdown-menu li:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco .bootstrap-select .dropdown-menu li:active a, .select-govco .bootstrap-select .dropdown-menu li:active a:active, .select-govco .bootstrap-select .dropdown-menu li:active a:focus, .select-govco .bootstrap-select .dropdown-menu li:active a:hover, .select-govco .bootstrap-select .dropdown-menu li:active span, .select-govco .bootstrap-select .dropdown-menu li:focus a, .select-govco .bootstrap-select .dropdown-menu li:focus a:active, .select-govco .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco .bootstrap-select .dropdown-menu li:focus span, .select-govco .bootstrap-select .dropdown-menu li:hover a, .select-govco .bootstrap-select .dropdown-menu li:hover a:active, .select-govco .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco .bootstrap-select .dropdown-menu li:hover span {
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    background-color: transparent !important;
                    color: #fff !important;
                    font-weight: 500 !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled a, .select-govco--inactive .bootstrap-select .dropdown-menu li.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled a, .select-govco-filter .bootstrap-select .dropdown-menu li.disabled span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco .bootstrap-select .dropdown-menu li.disabled a, .select-govco .bootstrap-select .dropdown-menu li.disabled span {
                color: #bababa !important
            }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a {
                margin: 0 2%;
                padding-right: 0;
                padding-left: 0
            }

                .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span, .select-govco--inactive .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--inactive .bootstrap-select .dropdown-menu li > a, .select-govco--inactive .bootstrap-select .dropdown-menu li > a > span, .select-govco-filter .bootstrap-select .dropdown-menu .dropdown-item, .select-govco-filter .bootstrap-select .dropdown-menu li > a, .select-govco-filter .bootstrap-select .dropdown-menu li > a > span, .select-govco .bootstrap-select .dropdown-menu .dropdown-item, .select-govco .bootstrap-select .dropdown-menu li > a, .select-govco .bootstrap-select .dropdown-menu li > a > span {
                    color: #0b457f !important;
                    font-size: .75rem !important
                }

        .select-govco--error .bootstrap-select .dropdown-menu.show, .select-govco--inactive .bootstrap-select .dropdown-menu.show, .select-govco-filter .bootstrap-select .dropdown-menu.show, .select-govco .bootstrap-select .dropdown-menu.show {
            max-height: 156px !important
        }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco-filter > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(11,69,127,.6) !important
}

.select-govco--error label {
    color: #a80521 !important
}

.select-govco--error .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #a80521 !important;
    background: #fff2fa !important;
    color: #a80521 !important;
    border-bottom: 1.5px solid #a80521
}

    .select-govco--error .bootstrap-select .dropdown-toggle:active, .select-govco--error .bootstrap-select .dropdown-toggle:focus, .select-govco--error .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
        color: #a80521 !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner, .select-govco--error .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
        color: rgba(168,5,33,.6) !important
    }

    .select-govco--error .bootstrap-select .dropdown-toggle:after, .select-govco--error .bootstrap-select.show .dropdown-toggle:after {
        color: #a80521 !important
    }

.select-govco--error .bootstrap-select .dropdown-menu {
    width: 90%;
    background-color: #fff2fa !important
}

    .select-govco--error .bootstrap-select .dropdown-menu .selector-container {
        padding: 0 16px !important;
        width: 100%
    }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:not(:first-of-type) button {
            border-top: .8px solid rgba(168,5,33,.6) !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover {
            background-color: #a80521 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            border-top: .8px solid transparent !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item {
                background-color: transparent !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 0 !important
            }

                .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus button.dropdown-item span, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover button.dropdown-item span {
                    font-weight: 500 !important;
                    color: #fff !important
                }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container:active + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:focus + .selector-container button, .select-govco--error .bootstrap-select .dropdown-menu .selector-container:hover + .selector-container button {
                border-top: .8px solid transparent !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item {
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%
        }

            .select-govco--error .bootstrap-select .dropdown-menu .selector-container button.dropdown-item span {
                font-size: .75rem !important
            }

    .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li {
        width: auto;
        margin: 0;
        white-space: normal !important
    }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item a:hover, .select-govco--error .bootstrap-select .dropdown-menu li a, .select-govco--error .bootstrap-select .dropdown-menu li a:active, .select-govco--error .bootstrap-select .dropdown-menu li a:focus, .select-govco--error .bootstrap-select .dropdown-menu li a:hover {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background-color: transparent !important;
            margin: 0 15px !important;
            padding: 8px !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:not(:first-child) a, .select-govco--error .bootstrap-select .dropdown-menu li:not(:first-child) a {
            border-top: .8px solid rgba(168,5,33,.6)
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover {
            background-color: #a80521;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            color: #fff !important;
            font-weight: 600 !important
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item:hover span, .select-govco--error .bootstrap-select .dropdown-menu li:active a, .select-govco--error .bootstrap-select .dropdown-menu li:active a:active, .select-govco--error .bootstrap-select .dropdown-menu li:active a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:active a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:active span, .select-govco--error .bootstrap-select .dropdown-menu li:focus a, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:active, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:focus a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:focus span, .select-govco--error .bootstrap-select .dropdown-menu li:hover a, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:active, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:focus, .select-govco--error .bootstrap-select .dropdown-menu li:hover a:hover, .select-govco--error .bootstrap-select .dropdown-menu li:hover span {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                background-color: transparent !important;
                color: #fff !important;
                font-weight: 500 !important
            }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled a, .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item.disabled span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:active span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:focus span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled:hover span, .select-govco--error .bootstrap-select .dropdown-menu li.disabled a, .select-govco--error .bootstrap-select .dropdown-menu li.disabled span {
            color: #bababa !important
        }

        .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a {
            margin: 0 2%;
            padding-right: 0;
            padding-left: 0
        }

            .select-govco--error .bootstrap-select .dropdown-menu .dropdown-item, .select-govco--error .bootstrap-select .dropdown-menu li > a, .select-govco--error .bootstrap-select .dropdown-menu li > a > span {
                color: #a80521 !important;
                font-size: .75rem !important
            }

.select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--error > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgba(168,5,33,.6) !important
}

.select-govco--inactive label {
    color: #bababa !important
}

.select-govco--inactive .bootstrap-select .dropdown-toggle {
    border-bottom: 1.5px solid #bababa !important;
    background: #f2f2f2 !important;
    color: #bababa !important;
    border-bottom: 1.5px solid #bababa
}

    .select-govco--inactive .bootstrap-select .dropdown-toggle:active, .select-govco--inactive .bootstrap-select .dropdown-toggle:focus, .select-govco--inactive .bootstrap-select .dropdown-toggle:hover {
        border-bottom: 1.5px solid #bababa !important
    }

    .select-govco--inactive .bootstrap-select .dropdown-toggle:after, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .select-govco--inactive > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #bababa !important
    }

.select-govco-filter .bootstrap-select {
    background-color: transparent !important
}

    .select-govco-filter .bootstrap-select .dropdown-toggle {
        background-color: transparent !important;
        vertical-align: top !important;
        padding-top: 0 !important;
        border: 0 !important;
        height: 35px;
        width: 35px
    }

        .select-govco-filter .bootstrap-select .dropdown-toggle:focus, .select-govco-filter .bootstrap-select .dropdown-toggle:hover {
            border: 0 !important
        }

        .select-govco-filter .bootstrap-select .dropdown-toggle:after {
            color: #3772ff !important
        }

    .select-govco-filter .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 10rem
    }

.tabs-govco .nav-tabs {
    padding: 0 !important;
    border-bottom: none !important
}

    .tabs-govco .nav-tabs .nav-item {
        margin-bottom: 0 !important
    }

        .tabs-govco .nav-tabs .nav-item a, .tabs-govco .nav-tabs .nav-item a:focus, .tabs-govco .nav-tabs .nav-item a:hover {
            font-size: 14px;
            font-weight: 700;
            color: #0b457f !important;
            text-transform: none !important;
            margin-left: .2px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #e5eefb !important;
            border-top: 1px solid hsla(0,0%,71.8%,.25) !important;
            border-left: 2px solid hsla(0,0%,71.8%,.25) !important;
            border-right: 1px solid hsla(0,0%,71.8%,.25) !important
        }

            .tabs-govco .nav-tabs .nav-item a .ripple-container, .tabs-govco .nav-tabs .nav-item a:focus .ripple-container, .tabs-govco .nav-tabs .nav-item a:hover .ripple-container {
                display: none
            }

            .tabs-govco .nav-tabs .nav-item a.active {
                color: #0b457f !important;
                background-color: #fff !important
            }

.tabs-govco .tab-content {
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    box-shadow: 1px 0 4px rgba(0,0,0,.2) !important;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid hsla(0,0%,71.8%,.25) !important
}

    .tabs-govco .tab-content .tab-pane {
        padding: 15px
    }

.textarea-govco {
    position: relative
}

    .textarea-govco textarea {
        background-color: rgba(157,190,255,.3) !important;
        border-radius: .8rem !important;
        font-weight: 600 !important;
        padding: 5% 5% 10% 5%;
        height: 12.063rem
    }

        .textarea-govco textarea::-webkit-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-moz-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:focus, .textarea-govco textarea:hover {
            background-image: none !important
        }

    .textarea-govco .div-count-character {
        position: absolute;
        bottom: 8px;
        width: 100%;
        border-top: 1px solid #36c
    }

        .textarea-govco .div-count-character .span-message-character {
            color: red;
            font-size: 11px;
            font-weight: 600;
            padding: 0 20px
        }

        .textarea-govco .div-count-character .span-count-character {
            font-weight: 600
        }

.toast-title {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    margin: auto;
    margin-left: 10px !important;
    padding-right: 15px
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Work Sans,sans-serif;
    font-size: 1rem !important;
    white-space: pre-wrap;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 20px
}

    .toast-message a, .toast-message a:hover {
        text-decoration: underline
    }

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: .05em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button .icon {
        font-size: 18px;
        color: #36c
    }

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container-body > div, #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 5px 35px;
        padding-right: 20px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background-position: 15px;
        background-repeat: no-repeat;
        color: #fff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

#toast-container-body .govco-icon {
    font-size: 3rem;
    line-height: 50px
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 30px 15px 15px;
    background-position: right 15px center
}

#toast-container > div:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    max-width: 100% !important;
    background-color: #fff;
    -moz-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important;
    box-shadow: .25px 2.05px 2.05px .05px rgba(0,0,0,.1) !important
}

.toast-success {
    border: 1px solid #069169
}

    .toast-success .toast-title {
        color: #069169
    }

.toast-error {
    border: 1px solid #a80521
}

    .toast-error .toast-message, .toast-error .toast-title, .toast-error a, .toast-error a:hover {
        color: #a80521
    }

.toast-info {
    border: 1px solid #36c
}

    .toast-info .toast-title {
        color: #36c
    }

.toast-warning {
    border: 1px solid #ffab00
}

    .toast-warning .toast-title {
        color: #ffab00
    }

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.toast-close-button {
    margin-top: 13px
}

    .toast-close-button .icon {
        font-size: 15px !important
    }

@media (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 30px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 30px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 30px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 30px 15px 15px
        }
}

.checklist-govco {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #e6effd;
    cursor: pointer
}

    .checklist-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .checklist-govco:focus, .checklist-govco:hover {
        background-color: #e6effd !important
    }

        .checklist-govco:focus span, .checklist-govco:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.error span {
        font-weight: 400 !important;
        color: #a80521 !important
    }

    .checklist-govco.error:focus, .checklist-govco.error:hover {
        background-color: #fff2fa !important
    }

        .checklist-govco.error:focus span, .checklist-govco.error:hover span {
            font-weight: 600 !important
        }

    .checklist-govco.disabled {
        background-color: transparent !important
    }

        .checklist-govco.disabled span {
            color: #bababa !important
        }

        .checklist-govco.disabled:focus span, .checklist-govco.disabled:hover span {
            font-weight: 400 !important
        }

.radiobutton-govco {
    display: block;
    position: relative;
    padding: 8px 10px 10px 30px;
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radiobutton-govco span {
        font-family: Work Sans,sans-serif;
        font-size: 1rem;
        color: #004884
    }

    .radiobutton-govco input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.radiobutton-govco__indicator {
    position: absolute;
    top: 13px;
    left: 5px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #004884;
    border-radius: 50%
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator {
    background-color: #fff
}

.radiobutton-govco input:checked + span {
    font-weight: 700
}

.radiobutton-govco__indicator:after {
    content: "";
    position: absolute;
    display: none
}

.radiobutton-govco input:checked ~ .radiobutton-govco__indicator:after {
    display: block
}

.radiobutton-govco .radiobutton-govco__indicator:after {
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #004884
}

.radiobutton-govco.error .radiobutton-govco__indicator {
    border-color: #a80521 !important
}

    .radiobutton-govco.error .radiobutton-govco__indicator:after {
        background: #a80521 !important
    }

.alert-govco-maintenance {
    position: absolute;
    background-image: url(/assets/images/mantenimiento.png);
    background-repeat: no-repeat;
    width: 430px;
    height: 150px;
    top: 0;
    left: 0
}

.alert-govco .modal-content {
    padding: 0 1.563rem 1.25rem
}

.alert-govco .modal-header {
    padding-top: 1.2rem;
    padding-right: 0
}

    .alert-govco .modal-header .close {
        color: #004884 !important
    }

.alert-govco .modal-body {
    padding: 0 !important;
    margin-top: 1rem !important
}

    .alert-govco .modal-body .modal-content-error-site, .alert-govco .modal-body .modal-content-error-site > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-maintenance, .alert-govco .modal-body .modal-content-maintenance > .alert-icon > .govco-icon, .alert-govco .modal-body .modal-content-warning, .alert-govco .modal-body .modal-content-warning > .alert-icon > .govco-icon {
        color: #ffab00 !important
    }

    .alert-govco .modal-body .modal-content-error, .alert-govco .modal-body .modal-content-error > .alert-icon > .govco-icon {
        color: #a80521 !important
    }

    .alert-govco .modal-body .modal-content-info, .alert-govco .modal-body .modal-content-info > .alert-icon > .govco-icon {
        color: #3772ff !important
    }

    .alert-govco .modal-body .modal-content-success, .alert-govco .modal-body .modal-content-success > .alert-icon > .govco-icon {
        color: #069169 !important
    }

    .alert-govco .modal-body #modal-content-type-alert .alert-icon .govco-icon {
        font-size: 60px
    }

    .alert-govco .modal-body .modal-content-txt {
        color: #004884 !important;
        padding-top: 1rem;
        padding-left: 9%;
        padding-right: 9%;
        margin-bottom: 0 !important;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.2em
    }

    .alert-govco .modal-body .modal-content-title {
        font-size: 33px;
        margin-top: 1rem;
        font-weight: 600 !important
    }

.alert-govco .modal-footer {
    padding-top: 3rem !important
}

    .alert-govco .modal-footer .btn-modal {
        margin: auto 1.3rem auto 1.3rem;
        padding-left: 25px !important;
        padding-right: 25px !important
    }

.alert-govco-modal-dialog {
    max-width: 600px !important
}

.label-detail-govco {
    border-bottom: 2px solid #0b457f;
    width: 100%
}

.featured-text-govco {
    background-color: #e5eefb !important;
    padding: 5px 15px !important;
    border-radius: 7px
}

.wspace-normal {
    white-space: normal !important
}

.wspace-preline {
    white-space: pre-line
}

ngb-pagination li.disabled a:before {
    color: #bababa !important
}

ngb-pagination li.active a {
    color: #3772ff !important
}

ngb-pagination li:first-child a .p-title, ngb-pagination li:first-child a span {
    display: none
}

ngb-pagination li:first-child a:hover .p-title {
    display: initial;
    position: absolute;
    left: 4px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:first-child a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:first-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a .p-title, ngb-pagination li:nth-child(2) a span {
    display: none
}

ngb-pagination li:nth-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -8px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a .p-title, ngb-pagination li:nth-last-child(2) a span {
    display: none
}

ngb-pagination li:nth-last-child(2) a:hover .p-title {
    display: initial;
    position: absolute;
    left: -10px;
    top: 38px;
    color: #3772ff
}

ngb-pagination li:nth-last-child(2) a:hover:before {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:nth-last-child(2) a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li:last-child a .p-title, ngb-pagination li:last-child a span {
    display: none
}

ngb-pagination li:last-child a:hover {
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    color: #3772ff;
    font-weight: 700;
    content: "" !important
}

    ngb-pagination li:last-child a:hover .p-title {
        display: initial;
        position: absolute;
        left: 12px;
        top: 38px;
        color: #3772ff
    }

ngb-pagination li:last-child a:before {
    color: #3772ff;
    font-family: Govco Icon;
    font-size: 1.4375rem !important;
    font-weight: 700;
    content: "" !important
}

ngb-pagination li a, ngb-pagination li a:hover {
    background-color: transparent !important
}

div .div-pagination-item {
    margin: auto
}

.div-pagination-item {
    width: 100%
}

    .div-pagination-item ul {
        list-style: none;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .div-pagination-item li {
        position: relative
    }

    .div-pagination-item ul li a {
        color: #004884;
        text-decoration: none;
        font-weight: 700;
        border: 0 !important;
        font-size: 1.4375rem !important
    }

.div-pagination-svg-arrow {
    fill: #3772ff;
    width: 30px;
    height: 30px
}

.div-pagination-svg {
    fill: #3772ff;
    width: 26px;
    height: 26px
}

.container-paginacion {
    text-align: center
}

.pagination-svg-disable {
    fill: #b6b6b6
}

.paginacion-govco a .p-home, .paginacion-govco a .p-next {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a .p-next {
    left: -1.2em
}

.paginacion-govco a .p-back {
    left: -.7em
}

.paginacion-govco a .p-back, .paginacion-govco a .p-last {
    display: none;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-home {
    left: -.3em
}

.paginacion-govco a:hover .p-home, .paginacion-govco a:hover .p-next {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.paginacion-govco a:hover .p-next {
    left: -1.5em
}

.paginacion-govco a:hover .p-back {
    right: .2em
}

.paginacion-govco a:hover .p-back, .paginacion-govco a:hover .p-last {
    display: block;
    color: #3772ff;
    position: absolute;
    font-size: .5em;
    font-weight: 400
}

.pagination-svg-next:hover {
    fill: #fff;
    border-radius: 50%;
    background: #3772ff
}

td a, td button:not(.govco-icon) {
    font-family: Work Sans,sans-serif !important;
    font-size: 1rem
}

td a, td button.btn-low, td button.btn-low-mix-govco {
    font-weight: 700 !important
}

.govco-table-basic table thead th {
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    font-weight: 500 !important
}

    .govco-table-basic table thead th:not(:last-child) {
        border-top: 0 solid transparent !important;
        border-right: 2px solid #004884
    }

.govco-table-basic table tbody tr {
    background-color: transparent !important
}

    .govco-table-basic table tbody tr td {
        border-top: 2px solid #004884 !important
    }

        .govco-table-basic table tbody tr td:not(:last-child) {
            border-right: 2px solid #004884
        }

.govco-table-detail table tbody tr, .govco-table-detail table thead, .govco-table-filter table tbody tr, .govco-table-filter table thead, .govco-table-simple table tbody tr, .govco-table-simple table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent !important
}

    .govco-table-detail table thead th, .govco-table-filter table thead th, .govco-table-simple table thead th {
        border: 0 !important;
        vertical-align: middle;
        font-family: Montserrat,sans-serif;
        font-size: .75rem !important;
        text-align: center
    }

    .govco-table-detail table thead tr, .govco-table-filter table thead tr, .govco-table-simple table thead tr {
        display: table-header-group;
        width: 100%;
        table-layout: fixed
    }

.govco-table-detail table tbody, .govco-table-filter table tbody, .govco-table-simple table tbody {
    display: block;
    overflow: auto;
    max-height: 500px;
    width: 100%
}

    .govco-table-detail table tbody tr:not(:first-child) td, .govco-table-filter table tbody tr:not(:first-child) td, .govco-table-simple table tbody tr:not(:first-child) td {
        border-top: 1px solid #e5eefb !important
    }

.govco-table-detail table td, .govco-table-filter table td, .govco-table-simple table td {
    font-weight: 500;
    border-top: 0;
    text-align: center
}

    .govco-table-detail table td div, .govco-table-filter table td div, .govco-table-simple table td div {
        font-family: Work Sans,sans-serif;
        font-size: .875rem !important
    }

    .govco-table-detail table td .title, .govco-table-filter table td .title, .govco-table-simple table td .title {
        font-weight: 600 !important
    }

.table-detail {
    display: block !important
}

    .table-detail .title-result {
        font-size: 1.25rem !important;
        font-weight: 700 !important
    }

    .table-detail .form-search {
        margin-left: 30px;
        border: .5px solid transparent !important;
        padding: 0 !important;
        border-radius: 20px;
        background-color: #e6effd !important
    }

        .table-detail .form-search input {
            border: none !important;
            background-color: transparent !important;
            margin-left: 0 !important;
            padding: 0;
            padding-left: 15px !important;
            color: #004884 !important
        }

            .table-detail .form-search input::-webkit-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-moz-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input:-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::placeholder {
                color: rgba(0,72,132,.5) !important
            }

        .table-detail .form-search .input-group-append {
            line-height: 1.3 !important
        }

        .table-detail .form-search .govco-icon {
            color: #004884;
            font-size: 25px;
            margin: auto;
            padding-right: 5px
        }

.govco-table-detail thead tr {
    background-color: #004884 !important
}

.govco-table-detail thead th {
    color: #fff;
    font-size: 1rem !important
}

.govco-table-detail td {
    font-weight: 400 !important
}

    .govco-table-detail td a, .govco-table-detail td div {
        font-family: Work Sans,sans-serif !important;
        font-size: 1rem !important
    }

    .govco-table-detail td a {
        font-weight: 600
    }

.govco-table-filter table, .govco-table-filter tr td {
    border: 1px solid transparent !important
}

.govco-table-filter thead {
    width: calc(100%) !important
}

    .govco-table-filter thead th div {
        font-size: .75rem !important
    }

.govco-table-filter tbody tr, .govco-table-filter thead {
    display: table !important;
    table-layout: fixed !important
}

.govco-table-filter tbody {
    display: block !important;
    overflow-y: scroll !important
}

.govco-table-filter .bootstrap-select .form-control {
    width: auto !important
}

.table-simple-headblue-govco .table {
    border-bottom: none
}

    .table-simple-headblue-govco .table thead {
        background-color: #004884;
        color: #fff;
        border: 0
    }

        .table-simple-headblue-govco .table thead th {
            border: 0
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead .table-head-overflow:before {
            content: "";
            top: 0;
            right: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead th {
            color: #fff;
            font-weight: 400
        }

    .table-simple-headblue-govco .table td.state-success, .table-simple-headblue-govco .table td.state-success-wbullet {
        color: #069169
    }

        .table-simple-headblue-govco .table td.state-success-wbullet:before {
            content: "☻ ";
            color: #069169
        }

.teclado-item {
    width: 12em
}

    .teclado-item input[type=password] {
        position: relative;
        border: none;
        border-bottom: .02em solid #004884;
        background: #e6effd;
        color: #000;
        font-size: 1.2em
    }

.lb-name {
    position: absolute;
    top: -1.5em;
    color: #004884;
    font-size: .9em
}

.svg-block {
    position: absolute;
    border-radius: 25%;
    margin-left: 10.8em;
    padding-left: .2em;
    padding-right: .2em;
    top: .28em;
    right: 3px;
    line-height: 1
}

    .svg-block .govco-icon {
        font-size: 1.5rem
    }

.tb-teclado-item {
    position: absolute;
    padding: .7em;
    background-color: #e6effd;
    display: none;
    width: 100%;
    z-index: 1
}

    .tb-teclado-item.show {
        display: grid;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

.td-number-item {
    width: 2.8em;
    height: 2.3em;
    border-radius: 20%
}

.td-number {
    padding-left: .4em;
    padding-right: .4em;
    padding-top: .4em;
    vertical-align: top;
    line-height: 0
}

    .td-number button {
        font-size: 1em;
        background-color: #fff;
        color: #004884;
        border: none;
        -webkit-box-shadow: 0 .1em 0 0 rgba(55,114,255,.5);
        box-shadow: 0 .1em 0 0 rgba(55,114,255,.5)
    }

.td-number-disable {
    padding-left: .5em;
    padding-right: .5em;
    border: none
}

    .td-number-disable button {
        background-color: transparent !important;
        width: 3em;
        height: 2.5em;
        border: none
    }

.btn-delete {
    fill: #004884;
    vertical-align: middle
}

    .btn-delete .govco-icon:hover {
        color: #3772ff
    }

.td-number button:hover {
    background-color: #3772ff;
    color: #fff;
    border: none
}

.td-number button:active {
    background-color: #004884;
    color: #fff;
    border: none
}

.hidden {
    display: none !important
}

.block--gov-accessibility-clone {
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    margin-left: 9em
}

    .block--gov-accessibility-clone div.images {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0;
        background-color: #004884;
        border-radius: 12px;
        border: 2px solid #fff;
        height: 12em
    }

        .block--gov-accessibility-clone div.images a {
            cursor: pointer;
            margin: 5px 0;
            text-align: center;
            height: 2.2em;
            padding: 3px 2px;
            padding-top: .3em
        }

            .block--gov-accessibility-clone div.images a .image-icon div {
                cursor: pointer;
                margin: 0 auto;
                position: relative;
                height: 26px;
                width: 27px;
                background-image: url(../images/spr-govco.png) !important;
                background-repeat: no-repeat
            }

            .block--gov-accessibility-clone div.images a .image-icon #contrast {
                background-position: 0 -180px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-down {
                background-position: 0 -206px
            }

            .block--gov-accessibility-clone div.images a .image-icon #font-up {
                background-position: 0 -232px
            }

            .block--gov-accessibility-clone div.images a .image-icon #relevo {
                background-position: 0 -258px
            }

            .block--gov-accessibility-clone div.images a label {
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em;
                cursor: pointer
            }

            .block--gov-accessibility-clone div.images a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-9em);
                background-color: #3772ff;
                width: 12em;
                cursor: pointer;
                text-align: left;
                padding: 5px;
                border-radius: 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .block--gov-accessibility-clone div.images a:hover .image-icon div {
                    margin: 0 auto;
                    position: absolute
                }

                .block--gov-accessibility-clone div.images a:hover label {
                    display: inline-block !important
                }

.block--gov-accessibility {
    position: fixed;
    right: -.1em;
    bottom: 0;
    top: 30vh;
    width: 3.2em !important;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    background: transparent !important
}

    .block--gov-accessibility .block-options {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 0 !important;
        background-color: #004884;
        border-radius: 12px;
        border: 1px solid hsla(0,0%,100%,.28)
    }

        .block--gov-accessibility .block-options a {
            cursor: pointer;
            text-align: center;
            padding: 3px 2px
        }

            .block--gov-accessibility .block-options a .govco-icon {
                color: #fff !important;
                font-size: 1.5rem
            }

            .block--gov-accessibility .block-options a label {
                cursor: pointer;
                display: none;
                color: #fff;
                font-size: 1em;
                margin-left: 2.5em
            }

            .block--gov-accessibility .block-options a:hover {
                transform: translateX(-9em);
                -webkit-transform: translateX(-8em);
                background-color: #3772ff;
                width: 11em;
                text-align: left;
                border-radius: 10px 0 0 10px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                text-decoration: none
            }

                .block--gov-accessibility .block-options a:hover .govco-icon {
                    margin: 0 .5rem
                }

                .block--gov-accessibility .block-options a:hover label {
                    cursor: pointer;
                    display: inline-block !important;
                    margin-bottom: 0;
                    margin-left: 0;
                    font-family: Work Sans,sans-serif;
                    font-size: .8rem
                }

.all {
    background: #000
}

    .all h1, .all h2, .all h3, .all h4, .all h5, .all h6 {
        color: #fff
    }

    .all div {
        background-color: #000
    }

    .all button {
        background-color: #ddfb00
    }

        .all button.content-close, .all button.content-search {
            background: transparent !important
        }

            .all button.content-close .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-close .govco-icon.govco-icon-search-cn, .all button.content-search .govco-icon.govco-icon-plus.govco-icon-close, .all button.content-search .govco-icon.govco-icon-search-cn {
                background: transparent !important;
                color: #ddfb00 !important
            }

    .all a {
        color: #ddfb00 !important
    }

        .all a p.content-link, .all a p.title-contact-link {
            color: #004884 !important
        }

        .all a strong {
            color: #ddfb00 !important
        }

    .all .container-1 #search_home {
        background: #000;
        border: 2px solid #e5eefb
    }

        .all .container-1 #search_home::-webkit-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-moz-placeholder {
            color: #fff
        }

        .all .container-1 #search_home:-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::-ms-input-placeholder {
            color: #fff
        }

        .all .container-1 #search_home::placeholder {
            color: #fff
        }

    .all .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p, .all .page__footer .container .footer-container .nav-footer .item-footer a:hover p {
        color: #004884 !important
    }

    .all a:hover, .all div.nav-link:hover {
        background-color: #ddfb00 !important;
        color: #004884 !important
    }

        .all a:hover p, .all div.nav-link:hover p {
            color: #004884 !important
        }

        .all a:hover *, .all div.nav-link:hover * {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

        .all a:hover .govco-icon:before, .all a:hover .title-contact-link, .all a:hover strong, .all div.nav-link:hover .govco-icon:before, .all div.nav-link:hover .title-contact-link, .all div.nav-link:hover strong {
            color: #004884
        }

    .all p {
        color: #ddfb00
    }

    .all span {
        color: #fff
    }

    .all i {
        background-color: #ddfb00
    }

    .all .block--gov-accessibility {
        background: transparent !important
    }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link:hover span {
            color: #004884
        }

    .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active {
        background-color: #ddfb00
    }

        .all .govco-entidades-container .govco-nav-entidades .nav-item .nav-link.active span, .all .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
            color: #004884
        }

    .all #notificationHeaderMobile {
        z-index: 999
    }

        .all #notificationHeaderMobile .container-notifications-header {
            background: #ddfb00
        }

            .all #notificationHeaderMobile .container-notifications-header a {
                background: #ddfb00;
                color: #004884
            }

                .all #notificationHeaderMobile .container-notifications-header a strong {
                    color: #004884 !important
                }

    .all .navbar-translate-mobile .btn-transparent, .all .navbar-translate-mobile .btn-transparent i, .all .translation-links {
        background: transparent !important
    }

    .all .item-menu .nav-item-mobile.nav-item-menu.active a span {
        color: #004884 !important
    }

    .all nav.navbar.navbar-expand-lg.fixed-top.navbar-govco.navbar-collapsed li.nav-item.nav-search .search-items.row {
        visibility: hidden
    }

    .all .block--gov-accessibility .block-options.navbar-expanded {
        background-color: #000
    }

    .all footer .footer.page__footer {
        background-color: #000 !important
    }

        .all footer .footer.page__footer .container .submenu-footer a:hover, .all footer .footer.page__footer p:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

    .all .list-group-item {
        background-color: #000
    }

        .all .list-group-item:hover {
            background-color: #ddfb00 !important;
            color: #004884 !important
        }

.scroll-dark-govco {
    overflow-y: scroll
}

    .scroll-dark-govco::-webkit-scrollbar {
        width: .7em
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #3772ff;
        -webkit-box-shadow: inset 0 0 1px 1px #fff;
        box-shadow: inset 0 0 1px 1px #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb:hover {
        background: #3772ff
    }

.scroll-light-govco {
    overflow-y: scroll
}

    .scroll-light-govco::-webkit-scrollbar {
        width: .7em;
        padding: 5px
    }

    .scroll-light-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #004884;
        -webkit-box-shadow: inset 0 0 1px 1px #e6effd;
        box-shadow: inset 0 0 1px 1px #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-thumb:hover {
        background: #004884
    }

.accordion-govco .card {
    background: #fff;
    border: none
}

    .accordion-govco .card .cheader {
        background: #fff;
        border-bottom: none
    }

        .accordion-govco .card .cheader button {
            display: block;
            text-align: left;
            width: 100%;
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: #fff
        }

            .accordion-govco .card .cheader button[aria-expanded=false] {
                border-bottom: 1px solid rgba(0,0,0,.125)
            }

            .accordion-govco .card .cheader button[aria-expanded=true] {
                font-weight: 700;
                border-bottom: none
            }

.ficha_detalles .text-intro {
    text-align: center;
    margin-top: 1em
}

    .ficha_detalles .text-intro h3 {
        font-weight: 400;
        font-size: 1.5em
    }

.ficha_detalles .nav-tabs {
    border-bottom: none !important
}

    .ficha_detalles .nav-tabs .nav-link {
        border: 1px solid #dee2e6;
        background: #e5eefb
    }

.ficha_detalles .tab-content {
    border-radius: 0 30px 30px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.ficha_detalles .card, .ficha_detalles .card .card-header {
    border: none !important;
    border-radius: 30px
}

    .ficha_detalles .card .card-header {
        background-color: #fff;
        padding: 0
    }

    .ficha_detalles .card button {
        border-bottom: 2px solid #dee2e6;
        border-radius: 0;
        margin: 0;
        width: 100%;
        white-space: normal;
        text-align: left;
        font-size: 1.1em;
        cursor: pointer !important;
        color: #004884
    }

        .ficha_detalles .card button:hover, .ficha_detalles .card button:not(.collapsed) {
            background-color: #004884 !important;
            color: #fff !important;
            text-decoration: none !important;
            border: none
        }

        .ficha_detalles .card button h3 {
            padding: 1.5em;
            margin: 0
        }

    .ficha_detalles .card .card-body {
        background: #e5effd !important
    }

        .ficha_detalles .card .card-body h4 {
            font-size: 1em
        }

        .ficha_detalles .card .card-body .condicion-panel {
            background: #fff;
            padding: 1.2em;
            border-radius: .5em;
            border: 3px solid #ffab00;
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .condicion-panel p {
                font-style: italic
            }

        .ficha_detalles .card .card-body .documento-panel {
            margin: 1em 0
        }

            .ficha_detalles .card .card-body .documento-panel p:last-child {
                border-bottom: 1px solid #004884;
                padding-bottom: 1em
            }

.ficha_detalles .puntos-btn {
    width: 100%
}

.back-to-top-button {
    padding: 3px 12px;
    line-height: normal;
    -webkit-box-shadow: 0 3px 10px -3px #4b4b4b;
    -moz-box-shadow: 0 3px 10px -3px #4b4b4b;
    box-shadow: 0 3px 10px -3px #4b4b4b
}

.div-star-up {
    position: fixed;
    bottom: 3em;
    right: -10.5em;
    z-index: 4;
    line-height: 4
}

.btn-up-hover {
    cursor: pointer;
    border: 2px solid #004884;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .8em .8em .8em .8em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #4b4b4b !important;
    font-style: unset
}

    .a-start-up:active, .a-start-up:hover, .a-start-up:visited {
        color: #3772ff
    }

    .a-start-up svg {
        vertical-align: middle
    }

.backtoTop .div-star-up {
    position: fixed;
    bottom: 3em;
    right: -13em;
    z-index: 4
}

.backtoTop .a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1rem;
    color: #3772ff;
    font-style: unset
}

.backtoTop:hover .a-start-up .btn-svg-up-hover {
    color: #3772ff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em
}

.backtoTop:hover .a-start-up .label-button-star-up {
    color: #3772ff
}

.backtoTop:active .a-start-up .btn-svg-up-hover, .backtoTop:active .label-button-star-up {
    color: #fff
}

.backtoTop .btn-svg-up-hover {
    line-height: 4rem;
    vertical-align: middle;
    display: inline-block;
    color: #4b4b4b;
    font-size: 3rem
}

.backtoTop .label-button-star-up {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.625rem;
    font-family: Work Sans,sans-serif
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-12.9em);
    transform: translateX(-12.9em);
    background-color: #fff;
    border: 1px solid #3772ff;
    border-radius: 1em 0 0 1em
}

.btn-up-hover {
    border: 1px solid rgba(75,75,75,.2)
}

    .btn-up-hover:active {
        background-color: #3772ff
    }

        .btn-up-hover:active .label-button-star-up {
            color: #fff !important
        }

.bg-color-white {
    background: #fff
}

.bg-color-selago {
    background: #e5eefb
}

.bg-color-dodger-blue {
    background: #3772ff
}

.bg-color-marine {
    background: #36c
}

.bg-color-dark-blue {
    background: #004884
}

.bg-color-green {
    background: #069169
}

.bg-color-gold {
    background: #ffab00
}

.bg-color-orange {
    background: #f3561f
}

.bg-color-concrete {
    background: #f2f2f2
}

.bg-color-silver {
    background: #bababa
}

.bg-color-tundora {
    background: #4b4b4b
}

.bg-color-tutu {
    background: #fff2fa
}

.bg-color-radical-red {
    background: #f42e62
}

.bg-color-shiraz {
    background: #a80521
}

.bg-color-pale-sky {
    background: #6c757d
}

.bg-color-hawkes-blue {
    background: #e6effd
}

.bg-color-hawkes-blue-300 {
    background: rgba(157,190,255,.3)
}

.bg-color-catalina-blue {
    background: #0b457f
}

.bg-color-catalina-blue-600 {
    background: rgba(11,69,127,.6)
}

.bg-color-black-160 {
    background: rgba(0,0,0,.16)
}

.bg-color-marine-400 {
    background: rgba(51,102,204,.4)
}

.bg-color-dark-blue-500 {
    background: rgba(0,72,132,.5)
}

.bg-color-shiraz-600 {
    background: rgba(168,5,33,.6)
}

.bg-color-white-contrast {
    background: #fff
}

.bg-color-black-contrast {
    background: #000
}

.bg-color-yellow-contrast {
    background: #ddfb00
}

.bg-color-orange-contrast {
    background: #fbc200
}

.color-shiraz {
    color: #a80521 !important
}

.color-green {
    color: #069169 !important
}

.color-gold {
    color: #ffab00 !important
}

.color-marine {
    color: #36c !important
}

.color-dodger-blue {
    color: #3772ff !important
}

.color-white {
    color: #fff !important
}

.color-dark-blue {
    color: #004884 !important
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300.eot);
    src: local("Montserrat Light"),local("Montserrat-Light"),url(assets/fonts/montserrat/montserrat-v14-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot);
    src: local("Montserrat Light Italic"),local("Montserrat-LightItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-300italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot);
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot);
    src: local("Montserrat Italic"),local("Montserrat-Italic"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500.eot);
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(assets/fonts/montserrat/montserrat-v14-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot);
    src: local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-500italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600.eot);
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(assets/fonts/montserrat/montserrat-v14-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot);
    src: local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-600italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700.eot);
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(assets/fonts/montserrat/montserrat-v14-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot);
    src: local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.eot?#iefix) format("embedded-opentype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff2) format("woff2"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.woff) format("woff"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.ttf) format("truetype"),url(assets/fonts/montserrat/montserrat-v14-latin-700italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/worksans/work-sans-v5-latin-300.eot);
    src: local("Work Sans Light"),local("WorkSans-Light"),url(assets/fonts/worksans/work-sans-v5-latin-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-300.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-300.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-300.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/worksans/work-sans-v5-latin-regular.eot);
    src: local("Work Sans"),local("WorkSans-Regular"),url(assets/fonts/worksans/work-sans-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-regular.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-regular.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-regular.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    src: url(assets/fonts/worksans/work-sans-v5-latin-600.eot);
    src: local("Work Sans SemiBold"),local("WorkSans-SemiBold"),url(assets/fonts/worksans/work-sans-v5-latin-600.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-600.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-600.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-600.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/worksans/work-sans-v5-latin-500.eot);
    src: local("Work Sans Medium"),local("WorkSans-Medium"),url(assets/fonts/worksans/work-sans-v5-latin-500.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-500.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-500.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-500.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/worksans/work-sans-v5-latin-700.eot);
    src: local("Work Sans Bold"),local("WorkSans-Bold"),url(assets/fonts/worksans/work-sans-v5-latin-700.eot?#iefix) format("embedded-opentype"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff2) format("woff2"),url(assets/fonts/worksans/work-sans-v5-latin-700.woff) format("woff"),url(assets/fonts/worksans/work-sans-v5-latin-700.ttf) format("truetype"),url(assets/fonts/worksans/work-sans-v5-latin-700.svg#WorkSans) format("svg")
}

@font-face {
    font-family: Govco Icon;
    font-style: normal;
    src: url(assets/fonts/icons/Govco-icons.eot);
    src: local("Govco Icon"),local("Govco-Icon"),url(assets/fonts/icons/Govco-icons.eot?#iefix) format("embedded-opentype"),url(assets/fonts/icons/Govco-icons.woff2) format("woff2"),url(assets/fonts/icons/Govco-icons.woff) format("woff"),url(assets/fonts/icons/Govco-icons.ttf) format("truetype"),url(assets/fonts/icons/Govco-icons.svg#GovcoIcon) format("svg"),url("data:application/octet-stream;base64,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") format("truetype")
}

.area-note-selago {
    border: 2px solid #e5eefb;
    border-radius: 10px;
    padding: 10px;
    line-height: 20px
}

    .area-note-selago .title {
        font-size: .875rem
    }

    .area-note-selago .content {
        font-size: .875rem;
        font-weight: 500
    }

    .area-note-selago .footer {
        text-align: center
    }

#page-search {
    min-height: 30vh;
    background: #f6f8f9;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#f6f8f9),color-stop(50%,#fff));
    background: linear-gradient(90deg,#f6f8f9 30%,#fff 50%);
    padding: 2rem 0 0
}

@charset "UTF-8"; /*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]), a:not([href]):hover {
        color: inherit;
        text-decoration: none
    }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: -webkit-focus-ring-color auto 0 !important
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 2px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .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-auto, .col-sm, .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-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td, .table th {
        padding: .5rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #28a745
    }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #dc3545
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -webkit-box-flex: 1;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            -webkit-box-flex: 1;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px
    }

.breadcrumb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

/*.breadcrumb-item.active {
    color: #6c757d*/
}

.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

    .list-group-horizontal .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:first-child {
        border-top-width: 0
    }

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -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";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -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";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity .6s;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.toast-center-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

.toast-title {
    font-weight: 700
}

.toast-message {
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #fff
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999
}

    .toast-container * {
        box-sizing: border-box
    }

    .toast-container .ngx-toastr {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: 24px;
        box-shadow: 0 0 12px #999;
        color: #fff
    }

        .toast-container .ngx-toastr:hover {
            box-shadow: 0 0 12px #000;
            opacity: 1;
            cursor: pointer
        }

.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")
}

.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")
}

.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
}

.toast-container.toast-bottom-center .ngx-toastr, .toast-container.toast-top-center .ngx-toastr {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

.toast-container.toast-bottom-full-width .ngx-toastr, .toast-container.toast-top-full-width .ngx-toastr {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.ngx-toastr {
    background-color: #030303;
    pointer-events: auto
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    .toast-container .ngx-toastr.div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.gj-button-md, .gj-text-align-center {
    text-align: center
}

.gj-button-md, .gj-modal {
    overflow: hidden;
    outline: 0
}

.gj-button, .gj-button-md, .gj-cursor-pointer {
    cursor: pointer
}

.gj-button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 3px;
    padding: 6px 10px
}

.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gj-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.gj-margin-left-5 {
    margin-left: 5px
}

.gj-margin-left-10 {
    margin-left: 10px
}

.gj-width-full {
    width: 100%
}

.gj-font-size-16 {
    font-size: 16px
}

.gj-hidden {
    display: none
}

.gj-button-md {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: rgba(0,0,0,.87);
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    line-height: 36px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .gj-button-md:hover {
        background-color: rgba(158,158,158,.2)
    }

    .gj-button-md:disabled {
        color: rgba(0,0,0,.26);
        background: 0 0
    }

    .gj-button-md .gj-icon, .gj-button-md .material-icons {
        vertical-align: middle
    }

    .gj-button-md.gj-button-md-icon {
        width: 24px;
        height: 31px;
        min-width: 24px;
        padding: 0;
        display: table
    }

ul.gj-list-bootstrap li [data-role=image], ul.gj-list-md li [data-role=checkbox], ul.gj-list-md li [data-role=image] {
    height: 24px;
    width: 24px
}

.gj-button-md.gj-button-md-icon .gj-icon, .gj-button-md.gj-button-md-icon .material-icons {
    display: table-cell;
    margin-right: 0;
    width: 24px;
    height: 24px
}

.gj-button-md.active {
    background-color: rgba(158,158,158,.4)
}

.gj-button-md-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.gj-textbox-md {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.42);
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0,0,0,.87)
}

    .gj-textbox-md:active, .gj-textbox-md:focus {
        border-bottom: 2px solid rgba(0,0,0,.42);
        outline: 0
    }

    .gj-textbox-md::-webkit-input-placeholder {
        color: #8e8e8e
    }

    .gj-textbox-md::-moz-placeholder {
        color: #8e8e8e
    }

    .gj-textbox-md::placeholder {
        color: #8e8e8e
    }

    .gj-textbox-md:-ms-input-placeholder {
        color: #8e8e8e
    }

    .gj-textbox-md::-ms-input-placeholder {
        color: #8e8e8e
    }

.gj-md-spacer-24 {
    min-width: 24px;
    width: 24px;
    display: inline-block
}

.gj-md-spacer-32 {
    min-width: 32px;
    width: 32px;
    display: inline-block
}

.gj-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1203;
    display: none;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,.54118);
    -webkit-transition: opacity .2s;
    transition: .2s ease opacity;
    will-change: opacity
}

ul.gj-list li [data-role=wrapper] {
    display: table;
    width: 100%
}

ul.gj-list li [data-role=checkbox], ul.gj-list li [data-role=image] {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

ul.gj-list li [data-role=display] {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

    ul.gj-list li [data-role=display]:empty:before {
        content: "\200b"
    }

ul.gj-list-bootstrap {
    padding-left: 0;
    margin-bottom: 0
}

    ul.gj-list-bootstrap li {
        padding: 0
    }

        ul.gj-list-bootstrap li [data-role=wrapper] {
            padding: 0 10px
        }

        ul.gj-list-bootstrap li [data-role=checkbox] {
            width: 24px;
            padding: 3px
        }

        ul.gj-list-bootstrap li [data-role=display] {
            padding: 8px 0 8px 4px
        }

.list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
    text-shadow: none;
    color: initial
}

ul.gj-list-md {
    padding: 0;
    list-style: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #616161
}

    .gj-picker-md, ul.gj-list-md li {
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .04em;
        line-height: 1
    }

    ul.gj-list-md li {
        display: list-item;
        list-style-type: none;
        padding: 0;
        min-height: unset;
        box-sizing: border-box;
        -webkit-box-align: center;
        align-items: center;
        cursor: default;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap
    }

        ul.gj-list-md li [data-role=display] {
            padding: 8px 0 8px 5px;
            -webkit-box-ordinal-group: 1;
            order: 0;
            -webkit-box-flex: 2;
            flex-grow: 2;
            text-decoration: none;
            box-sizing: border-box;
            -webkit-box-align: center;
            align-items: center;
            text-align: left;
            color: rgba(0,0,0,.87)
        }

        ul.gj-list-md li.disabled > [data-role=wrapper] > [data-role=display] {
            color: #9e9e9e
        }

.gj-list-md-active {
    background: #e0e0e0;
    color: #3f51b5
}

.gj-picker {
    position: absolute;
    z-index: 1203;
    background-color: #fff
}

    .gj-picker .selected {
        color: #fff
    }

.gj-picker-md {
    color: rgba(0,0,0,.87);
    border: 1px solid #e0e0e0
}

.gj-modal .gj-picker-md {
    border: 0
}

.gj-picker-md [role=header] {
    color: rgba(255,255,255,.54);
    display: -webkit-box;
    display: flex;
    background: #2196f3;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    justify-content: center
}

.gj-picker-md [role=footer] {
    float: right;
    padding: 10px
}

    .gj-picker-md [role=footer] button.gj-button-md {
        color: #2196f3;
        font-weight: 700;
        font-size: 13px
    }

.gj-picker-bootstrap .selected {
    color: #888
}

.gj-picker-bootstrap [role=header] {
    background: #eee;
    color: #aaa
}

@font-face {
    font-family: gijgo-material;
    src: url(gijgo-material.8f81d3fa7191d3fd313b.eot?235541);
    src: url(gijgo-material.8f81d3fa7191d3fd313b.eot?235541#iefix) format('embedded-opentype'),url(gijgo-material.4d36e0a9d36c5d6e08e6.ttf?235541) format('truetype'),url(gijgo-material.21013818a12bcb1d8a6f.woff?235541) format('woff'),url(gijgo-material.3e9113d1e218ef8d772b.svg?235541#gijgo-material) format('svg');
    font-weight: 400;
    font-style: normal
}

.gj-icon {
    font-family: gijgo-material !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .gj-icon.undo:before {
        content: "\e900"
    }

    .gj-icon.vertical-align-top:before {
        content: "\e901"
    }

    .gj-icon.vertical-align-center:before {
        content: "\e902"
    }

    .gj-icon.vertical-align-bottom:before {
        content: "\e903"
    }

    .gj-icon.arrow-dropup:before {
        content: "\e904"
    }

    .gj-icon.clock:before {
        content: "\e905"
    }

    .gj-icon.refresh:before {
        content: "\e906"
    }

    .gj-icon.last-page:before {
        content: "\e907"
    }

    .gj-icon.first-page:before {
        content: "\e908"
    }

    .gj-icon.cancel:before {
        content: "\e909"
    }

    .gj-icon.clear:before {
        content: "\e90a"
    }

    .gj-icon.check-circle:before {
        content: "\e90b"
    }

    .gj-icon.delete:before {
        content: "\e90c"
    }

    .gj-icon.arrow-upward:before {
        content: "\e90d"
    }

    .gj-icon.arrow-forward:before {
        content: "\e90e"
    }

    .gj-icon.arrow-downward:before {
        content: "\e90f"
    }

    .gj-icon.arrow-back:before {
        content: "\e910"
    }

    .gj-icon.list-numbered:before {
        content: "\e911"
    }

    .gj-icon.list-bulleted:before {
        content: "\e912"
    }

    .gj-icon.indent-increase:before {
        content: "\e913"
    }

    .gj-icon.indent-decrease:before {
        content: "\e914"
    }

    .gj-icon.redo:before {
        content: "\e915"
    }

    .gj-icon.align-right:before {
        content: "\e916"
    }

    .gj-icon.align-left:before {
        content: "\e917"
    }

    .gj-icon.align-justify:before {
        content: "\e918"
    }

    .gj-icon.align-center:before {
        content: "\e919"
    }

    .gj-icon.strikethrough:before {
        content: "\e91a"
    }

    .gj-icon.italic:before {
        content: "\e91b"
    }

    .gj-icon.underlined:before {
        content: "\e91c"
    }

    .gj-icon.bold:before {
        content: "\e91d"
    }

    .gj-icon.arrow-dropdown:before {
        content: "\e91e"
    }

    .gj-icon.done:before {
        content: "\e91f"
    }

    .gj-icon.pencil:before {
        content: "\e920"
    }

    .gj-icon.minus:before {
        content: "\e921"
    }

    .gj-icon.plus:before {
        content: "\e922"
    }

    .gj-icon.chevron-up:before {
        content: "\e923"
    }

    .gj-icon.chevron-right:before {
        content: "\e924"
    }

    .gj-icon.chevron-down:before {
        content: "\e925"
    }

    .gj-icon.chevron-left:before {
        content: "\e926"
    }

    .gj-icon.event:before {
        content: "\e927"
    }

.gj-datepicker [role=input]::-ms-clear {
    display: none
}

.gj-datepicker [role=right-icon] {
    cursor: pointer
}

.gj-picker div[role=navigator] {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

    .gj-picker div[role=navigator] div {
        cursor: pointer;
        position: relative;
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

.gj-datepicker-md {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    position: relative
}

    .gj-datepicker-md [role=right-icon] {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px
    }

    .gj-datepicker-md.small .gj-textbox-md {
        font-size: 14px
    }

    .gj-datepicker-md.small .gj-icon {
        font-size: 22px
    }

    .gj-datepicker-md.large .gj-textbox-md {
        font-size: 18px
    }

    .gj-datepicker-md.large .gj-icon {
        font-size: 28px
    }

.gj-picker-md.datepicker [role=header] {
    padding: 20px;
    display: block
}

    .gj-picker-md.datepicker [role=header] [role=year] {
        font-size: 17px;
        padding-bottom: 5px;
        cursor: pointer
    }

    .gj-picker-md.datepicker [role=header] [role=date] {
        font-size: 36px;
        cursor: pointer
    }

.gj-picker-md div[role=navigator] {
    height: 42px;
    line-height: 42px
}

.gj-picker div[role=navigator] div[role=period] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px
}

.gj-picker-md div[role=navigator] div:first-child, .gj-picker-md div[role=navigator] div:last-child {
    max-width: 42px
}

.gj-picker-md div[role=navigator] div i.gj-icon, .gj-picker-md div[role=navigator] div i.material-icons {
    position: absolute;
    top: 8px
}

.gj-picker-md div[role=navigator] div:first-child i.gj-icon, .gj-picker-md div[role=navigator] div:first-child i.material-icons {
    left: 10px
}

.gj-picker-md div[role=navigator] div:last-child i.gj-icon, .gj-picker-md div[role=navigator] div:last-child i.material-icons {
    right: 11px
}

.gj-picker-md table thead {
    color: #9e9e9e
}

.gj-picker-md table tr td div, .gj-picker-md table tr th div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-md table tr td div, [type=decade].gj-picker-md table tr td div, [type=year].gj-picker-md table tr td div {
    width: 73px;
    height: 73px;
    line-height: 73px;
    cursor: pointer
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    color: rgba(0,0,0,.87)
}

.gj-picker-md table tr td.disabled div, .gj-picker-md table tr td.other-month div {
    color: #bdbdbd
}

.gj-picker-md table tr td.focused div {
    background: #e0e0e0;
    border-radius: 50%
}

.gj-picker-md table tr td.today div {
    color: #1976d2
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background: #1976d2;
    border-radius: 50%
}

.gj-picker-md table tr td.calendar-week div {
    font-weight: 700
}

.gj-datepicker-bootstrap :active, .gj-datepicker-bootstrap :focus {
    box-shadow: none
}

.gj-picker-bootstrap {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 4px
}

.gj-modal .gj-picker-bootstrap {
    padding: 0
}

.gj-picker-bootstrap.datepicker [role=header] {
    padding: 10px 20px;
    display: block
}

    .gj-picker-bootstrap.datepicker [role=header] [role=year] {
        font-size: 15px;
        cursor: pointer
    }

.gj-picker-bootstrap [role=header] [role=date] {
    font-size: 24px;
    cursor: pointer
}

.gj-modal .gj-picker-bootstrap.datepicker [role=body] {
    padding: 15px
}

.gj-picker-bootstrap div[role=navigator] {
    height: 30px;
    line-height: 30px;
    text-align: center
}

    .gj-picker-bootstrap div[role=navigator] div:first-child, .gj-picker-bootstrap div[role=navigator] div:last-child {
        max-width: 30px
    }

.gj-picker-bootstrap table tr td div, .gj-picker-bootstrap table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle
}

[type=century].gj-picker-bootstrap table tr td div, [type=decade].gj-picker-bootstrap table tr td div, [type=year].gj-picker-bootstrap table tr td div {
    width: 53px;
    height: 53px;
    line-height: 53px;
    cursor: pointer
}

.gj-picker-bootstrap table tr th div i, .gj-picker-bootstrap table tr th div span {
    line-height: 30px
}

.gj-picker-bootstrap div[role=navigator] .gj-icon, .gj-picker-bootstrap div[role=navigator] .material-icons {
    margin: 3px
}

.gj-picker-bootstrap table tr td.focused div, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #eee;
    border-radius: 4px;
    color: #212529
}

.gj-picker-bootstrap table tr td.today div {
    color: #204d74;
    font-weight: 700
}

.gj-picker-bootstrap table tr td.disabled div, .gj-picker-bootstrap table tr td.other-month div {
    color: #777
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    border-left: 0;
    position: relative;
    border-radius: 0 4px 4px 0
}

    .gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon, .gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons {
        position: absolute;
        top: 7px;
        left: 7px
    }

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #ced4da
}

    .gj-datepicker-bootstrap [role=right-icon] button:hover {
        color: #6c757d;
        background-color: transparent
    }

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button {
    width: 30px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button {
    width: 48px
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 9px;
    left: 9px
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
    top: 6px;
    left: 6px;
    font-size: 19px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px
}
/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
                color: rgba(255,255,255,.5)
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important
        }

    .bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48
    }

    .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: #333 dotted thin !important;
        outline: -webkit-focus-ring-color auto 5px !important;
        outline-offset: -2px
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
        height: auto
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: 0 !important
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none
    }

    .bootstrap-select .dropdown-menu li {
        position: relative
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255,255,255,.5) !important
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        box-sizing: border-box
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable tfoot th, table.dataTable thead th {
        font-weight: 700
    }

    table.dataTable thead td, table.dataTable thead th {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead td:active, table.dataTable thead th:active {
            outline: 0
        }

    table.dataTable tfoot td, table.dataTable tfoot th {
        padding: 10px 18px 6px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right
    }

    table.dataTable thead .sorting {
        background-image: url(sort_both.9a6486086d09bb38cf66.png)
    }

    table.dataTable thead .sorting_asc {
        background-image: url(sort_asc.9326ad44ae4bebdedd14.png)
    }

    table.dataTable thead .sorting_desc {
        background-image: url(sort_desc.1fc418e33fd5a6872902.png)
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url(sort_asc_disabled.d7dc10c78f23615d3285.png)
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url(sort_desc_disabled.bda51e15154a18257b4f.png)
    }

    table.dataTable tbody tr {
        background-color: #fff
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9
        }

    table.dataTable tbody td, table.dataTable tbody th {
        padding: 8px 10px
    }

    table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
        border-top: 1px solid #ddd
    }

    table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
            background-color: #abb9d3
        }

    table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
        background-color: #f5f5f5
    }

        table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
            background-color: #a9b7d1
        }

    table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3, table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: #f5f5f5
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b3cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a7b5ce
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b6d0
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fbfbfb
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fdfdfd
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #adbbd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ebebeb
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #eee
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a1aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a2afc8
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a4b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

    table.dataTable.compact thead td, table.dataTable.compact thead th {
        padding: 4px 17px
    }

    table.dataTable.compact tbody td, table.dataTable.compact tbody th, table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
        padding: 4px
    }

    table.dataTable td.dt-left, table.dataTable th.dt-left {
        text-align: left
    }

    table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
        text-align: center
    }

    table.dataTable td.dt-right, table.dataTable th.dt-right {
        text-align: right
    }

    table.dataTable td.dt-justify, table.dataTable th.dt-justify {
        text-align: justify
    }

    table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
        text-align: left
    }

    table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
        text-align: center
    }

    table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
        text-align: right
    }

    table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
        text-align: justify
    }

    table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
        text-align: left
    }

    table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
        text-align: center
    }

    table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
        text-align: right
    }

    table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable, table.dataTable td, table.dataTable th {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length select {
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 4px;
        background-color: transparent
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #aaa;
            background-color: transparent
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        padding-top: .25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: #fff;
                background: -webkit-gradient(linear,left top,left bottom,from(white),to(gainsboro));
                background: linear-gradient(to bottom,#fff 0,#dcdcdc 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: 0 0;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                border: 1px solid #111
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: 0;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear,left top,left bottom,from(#2b2b2b),to(#0c0c0c));
                background: linear-gradient(to bottom,#2b2b2b 0,#0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: #fff;
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),to(rgba(255,255,255,0)));
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)
    }

    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

div.code-toolbar {
    position: relative
}

    div.code-toolbar > .toolbar {
        position: absolute;
        top: .3em;
        right: .2em;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        opacity: 0
    }

    div.code-toolbar:hover > .toolbar {
        opacity: 1
    }

    div.code-toolbar:focus-within > .toolbar {
        opacity: 1
    }

    div.code-toolbar > .toolbar .toolbar-item {
        display: inline-block
    }

    div.code-toolbar > .toolbar a {
        cursor: pointer
    }

    div.code-toolbar > .toolbar button {
        border: 0;
        font: inherit;
        line-height: normal;
        overflow: visible;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span {
        color: #bbb;
        font-size: .8em;
        padding: 0 .5em;
        background: rgba(224,224,224,.2);
        box-shadow: 0 2px 0 0 rgba(0,0,0,.2);
        border-radius: .5em
    }

        div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar button:focus, div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar span:focus, div.code-toolbar > .toolbar span:hover {
            color: inherit;
            text-decoration: none
        }

pre[class*=language-].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

    pre[class*=language-].line-numbers > code {
        position: relative;
        white-space: inherit
    }

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

    .line-numbers-rows > span:before {
        content: counter(linenumber);
        color: #999;
        display: block;
        padding-right: .8em;
        text-align: right
    }

.alert-govco {
    max-width: 600px !important
}

    .alert-govco .modal-content {
        padding: 0 1.563rem 1.25rem
    }

    .alert-govco .modal-header {
        padding-top: 1.2rem;
        padding-right: 0
    }

        .alert-govco .modal-header .close {
            color: #004884 !important
        }

    .alert-govco .modal-body {
        padding: 0 9% 9%;
        margin-top: 1rem !important
    }

        .alert-govco .modal-body.modal-content-exit .govco-icon, .alert-govco .modal-body.modal-content-exit .headline-xl-govco, .alert-govco .modal-body.modal-content-maintenance .govco-icon, .alert-govco .modal-body.modal-content-maintenance .headline-xl-govco, .alert-govco .modal-body.modal-content-warning .govco-icon, .alert-govco .modal-body.modal-content-warning .headline-xl-govco {
            color: #ffab00 !important
        }

        .alert-govco .modal-body.modal-content-info .govco-icon, .alert-govco .modal-body.modal-content-info .headline-xl-govco {
            color: #3772ff !important
        }

        .alert-govco .modal-body.modal-content-success {
            padding: 9% !important
        }

            .alert-govco .modal-body.modal-content-success .govco-icon, .alert-govco .modal-body.modal-content-success .headline-xl-govco {
                color: #069169 !important
            }

        .alert-govco .modal-body.modal-content-error {
            padding: 9% 9% 2% !important
        }

            .alert-govco .modal-body.modal-content-error .govco-icon, .alert-govco .modal-body.modal-content-error .headline-xl-govco {
                color: #a80521 !important
            }

        .alert-govco .modal-body.modal-content-exit, .alert-govco .modal-body.modal-content-warning {
            padding: 9% 9% 2% !important
        }

    .alert-govco .modal-footer {
        display: block;
        margin: 0 auto;
        text-align: center
    }

.checkbox-govco, .chk-govco {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 0;
    display: block
}

    .checkbox-govco input, .chk-govco input {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        height: initial;
        width: initial;
        display: none;
        cursor: pointer
    }

    .checkbox-govco label, .chk-govco label {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        display: initial
    }

        .checkbox-govco label:before, .chk-govco label:before {
            box-sizing: border-box;
            margin: 0 5px 0 0;
            padding: 8px;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0b457f;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 5px
        }

    .checkbox-govco input:checked + label:after, .chk-govco input:checked + label:after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 7px;
        width: 6px;
        height: 13px;
        border: solid #0b457f;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .checkbox-govco .disabled ::before, .chk-govco .disabled ::before {
        color: #bababa !important
    }

.checklist-govco {
    border-bottom: 2px solid #f6f8f9
}

    .checklist-govco label {
        color: #004884
    }

    .checklist-govco:focus, .checklist-govco:hover {
        background-color: #f6f8f9 !important
    }

        .checklist-govco:focus label, .checklist-govco:hover label {
            font-weight: 600 !important
        }

    .checklist-govco.error label {
        font-weight: 400 !important;
        color: #a80521 !important
    }

    .checklist-govco.error:focus, .checklist-govco.error:hover {
        background-color: #fff2fa !important
    }

        .checklist-govco.error:focus label, .checklist-govco.error:hover label {
            font-weight: 600 !important
        }

    .checklist-govco.error label::before {
        border: 2px solid #a80521
    }

    .checklist-govco.error input:checked + label:after {
        border: solid #a80521;
        border-width: 0 2px 2px 0
    }

    .checklist-govco.disabled {
        background-color: transparent !important
    }

        .checklist-govco.disabled label {
            color: #bababa !important
        }

        .checklist-govco.disabled:focus label, .checklist-govco.disabled:hover label {
            font-weight: 400 !important
        }

        .checklist-govco.disabled label::before {
            border: 2px solid #bababa
        }

        .checklist-govco.disabled input:checked + label:after {
            border: solid #bababa;
            border-width: 0 2px 2px 0
        }

.accordion-govco .card .card-header {
    margin: 0;
    padding: 0;
    border: none
}

    .accordion-govco .card .card-header button {
        width: 100%;
        padding: .5rem 1rem;
        margin: 0;
        border: 2px solid #004884;
        background-color: #004884;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-align: left;
        font-family: Montserrat,sans-serif;
        font-size: 1rem;
        text-decoration: none;
        color: #fff
    }

        .accordion-govco .card .card-header button:focus {
            outline: 0
        }

            .accordion-govco .card .card-header button:focus .btn-icon-close .govco-icon {
                text-decoration: none !important
            }

        .accordion-govco .card .card-header button:hover {
            border-color: #004884
        }

            .accordion-govco .card .card-header button:hover .title {
                text-decoration: underline
            }

            .accordion-govco .card .card-header button:hover .btn-icon-close .govco-icon {
                text-decoration: none !important
            }

        .accordion-govco .card .card-header button.collapsed {
            border-color: #fff #fff rgba(157,190,255,.3);
            color: #004884;
            background-color: #fff
        }

            .accordion-govco .card .card-header button.collapsed .title {
                color: #004884;
                font-weight: 400
            }

            .accordion-govco .card .card-header button.collapsed .btn-icon-close .label-icon {
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s all
            }

            .accordion-govco .card .card-header button.collapsed .btn-icon-close .govco-icon-plus {
                display: block
            }

            .accordion-govco .card .card-header button.collapsed .btn-icon-close .govco-icon-minus {
                display: none;
                -webkit-transition: .5s;
                transition: .5s all
            }

            .accordion-govco .card .card-header button.collapsed:hover {
                border-color: #e5eefb
            }

        .accordion-govco .card .card-header button .title {
            font-family: Montserrat,sans-serif;
            font-size: 1rem;
            color: #fff;
            font-weight: 600
        }

        .accordion-govco .card .card-header button .btn-icon-close {
            width: 100%;
            padding: 0;
            margin: 0;
            text-align: right;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            align-items: center;
            text-decoration: none
        }

            .accordion-govco .card .card-header button .btn-icon-close .label-icon {
                opacity: 1;
                color: #fff;
                font-size: .8rem;
                -webkit-transition: .5s;
                transition: .5s all
            }

            .accordion-govco .card .card-header button .btn-icon-close .govco-icon-plus {
                display: none
            }

            .accordion-govco .card .card-header button .btn-icon-close .govco-icon-minus {
                display: block;
                color: #fff;
                -webkit-transition: .5s;
                transition: .5s all
            }

            .accordion-govco .card .card-header button .btn-icon-close .govco-icon, .accordion-govco .card .card-header button .btn-icon-close .govco-icon::before {
                text-decoration: none !important
            }

.accordion-govco .card .card-body {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem
}

.accordion-govco-simple {
    background: 0 0
}

    .accordion-govco-simple .card {
        background: 0 0;
        border: none
    }

        .accordion-govco-simple .card .card-header {
            background: 0 0;
            margin: 0;
            padding: 0;
            border: none
        }

            .accordion-govco-simple .card .card-header button {
                width: 100%;
                text-align: left;
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center;
                border: 1px solid transparent;
                border-bottom-color: #004884;
                background: 0 0;
                text-decoration: none;
                padding: 0 .5rem
            }

                .accordion-govco-simple .card .card-header button:focus {
                    outline: 0
                }

                .accordion-govco-simple .card .card-header button:hover {
                    text-decoration: none
                }

                .accordion-govco-simple .card .card-header button.collapsed {
                    border-color: transparent transparent #004884;
                    background: 0 0
                }

                    .accordion-govco-simple .card .card-header button.collapsed .title {
                        color: #36c
                    }

                    .accordion-govco-simple .card .card-header button.collapsed .btn-icon-close .label-icon {
                        opacity: 0;
                        -webkit-transition: .5s;
                        transition: .5s all;
                        color: #36c
                    }

                    .accordion-govco-simple .card .card-header button.collapsed .btn-icon-close .govco-icon-simpler-arrow {
                        display: block;
                        color: #36c
                    }

                    .accordion-govco-simple .card .card-header button.collapsed .btn-icon-close .govco-icon-simpled-arrow {
                        display: none;
                        -webkit-transition: .5s;
                        transition: .5s all
                    }

                .accordion-govco-simple .card .card-header button .title {
                    color: #004884;
                    font-family: "Work Sans",sans-serif;
                    font-weight: 500
                }

                .accordion-govco-simple .card .card-header button .btn-icon-close {
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    text-align: right;
                    display: -webkit-box;
                    display: flex;
                    -webkit-box-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    align-items: center;
                    text-decoration: none
                }

                    .accordion-govco-simple .card .card-header button .btn-icon-close .label-icon {
                        font-size: .8rem;
                        font-family: "Work Sans",sans-serif
                    }

                    .accordion-govco-simple .card .card-header button .btn-icon-close .govco-icon-simpler-arrow {
                        display: none
                    }

                    .accordion-govco-simple .card .card-header button .btn-icon-close .govco-icon-simpled-arrow {
                        display: block;
                        color: #004884;
                        -webkit-transition: .5s;
                        transition: .5s all
                    }

        .accordion-govco-simple .card .card-body, .accordion-govco-simple .card .card-body p {
            font-family: "Work Sans",sans-serif
        }

.accordion-govco .accordion-inside-govco .card {
    background: 0 0
}

    .accordion-govco .accordion-inside-govco .card .card-header button {
        background: 0 0;
        border-color: transparent transparent #004884
    }

        .accordion-govco .accordion-inside-govco .card .card-header button.collapsed {
            border-color: none;
            background: 0 0
        }

            .accordion-govco .accordion-inside-govco .card .card-header button.collapsed .title {
                color: #36c
            }

            .accordion-govco .accordion-inside-govco .card .card-header button.collapsed .btn-icon-close .label-icon {
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s all;
                color: #36c
            }

            .accordion-govco .accordion-inside-govco .card .card-header button.collapsed .btn-icon-close .govco-icon-simpler-arrow {
                display: block;
                color: #36c
            }

            .accordion-govco .accordion-inside-govco .card .card-header button.collapsed .btn-icon-close .govco-icon-simpled-arrow {
                display: none;
                -webkit-transition: .5s;
                transition: .5s all
            }

        .accordion-govco .accordion-inside-govco .card .card-header button:hover {
            border-color: transparent transparent #004884
        }

        .accordion-govco .accordion-inside-govco .card .card-header button .btn-icon-close .label-icon {
            font-size: .8rem;
            font-family: "Work Sans",sans-serif;
            color: #004884
        }

        .accordion-govco .accordion-inside-govco .card .card-header button .btn-icon-close .govco-icon-simpler-arrow {
            display: none
        }

        .accordion-govco .accordion-inside-govco .card .card-header button .btn-icon-close .govco-icon-simpled-arrow {
            display: block;
            color: #004884;
            -webkit-transition: .5s;
            transition: .5s all
        }

.bg-color-white {
    background: #fff
}

.bg-color-selago {
    background: #e5eefb
}

.bg-color-dodger-blue {
    background: #3772ff
}

.bg-color-marine {
    background: #36c
}

.bg-color-dark-blue {
    background: #004884
}

.bg-color-green {
    background: #069169
}

.bg-color-gold {
    background: #ffab00
}

.bg-color-orange {
    background: #f3561f
}

.bg-color-concrete {
    background: #f2f2f2
}

.bg-color-silver {
    background: #bababa
}

.bg-color-tundora {
    background: #4b4b4b
}

.bg-color-tutu {
    background: #fff2fa
}

.bg-color-radical-red {
    background: #f42e63
}

.bg-color-shiraz {
    background: #a80521
}

.bg-color-pale-sky {
    background: #6c757d
}

.bg-color-hawkes-blue {
    background: #f6f8f9
}

.bg-color-hawkes-blue-300 {
    background: rgba(157,190,255,.3)
}

.bg-color-catalina-blue {
    background: #0b457f
}

.bg-color-catalina-blue-600 {
    background: rgba(11,69,127,.6)
}

.bg-color-black-160 {
    background: rgba(0,0,0,.16)
}

.bg-color-marine-400 {
    background: rgba(51,102,204,.4)
}

.bg-color-dark-blue-500 {
    background: rgba(0,72,132,.5)
}

.bg-color-shiraz-600 {
    background: rgba(168,5,33,.6)
}

.bg-color-white-contrast {
    background: #fff
}

.bg-color-black-contrast {
    background: #000
}

.bg-color-yellow-contrast {
    background: #ddfb00
}

.bg-color-orange-contrast {
    background: #fbc200
}

.color-shiraz {
    color: #a80521 !important
}

.color-green {
    color: #069169 !important
}

.color-gold {
    color: #ffab00 !important
}

.color-marine {
    color: #36c !important
}

.color-dodger-blue {
    color: #3772ff !important
}

.color-white {
    color: #fff !important
}

.color-dark-blue {
    color: #004884 !important
}

.tag-govco {
    border-radius: 1rem;
    box-shadow: 0 0 2px rgba(0,0,0,.16);
    font-family: "Work Sans",sans-serif;
    font-size: .85rem;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0
}

    .tag-govco .label {
        font-family: "Work Sans",sans-serif;
        padding: .3rem .8rem
    }

    .tag-govco .govco-icon {
        line-height: 1 !important;
        padding-right: .1rem;
        cursor: pointer
    }

.tag-positive {
    border: 1px solid #e5eefb;
    color: #3772ff
}

    .tag-positive .govco-icon, .tag-positive .label {
        color: #3772ff
    }

.tag-negative {
    background-color: #e5eefb;
    color: #004884
}

    .tag-negative .label {
        color: #004884
    }

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: local("Montserrat Thin"),local("Montserrat-Thin"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Thin.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Thin.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: local("Montserrat ExtraLight"),local("Montserrat-ExtraLight"),url(/v3/assets/fonts/Montserrat_font/Montserrat-ExtraLight.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-ExtraLight.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"),local("Montserrat-Light"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Light.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Light.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Regular.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Medium.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Medium.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(/v3/assets/fonts/Montserrat_font/Montserrat-SemiBold.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-SemiBold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Bold.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Bold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"),local("Montserrat-ExtraBold"),url(/v3/assets/fonts/Montserrat_font/Montserrat-ExtraBold.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-ExtraBold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"),local("Montserrat-Black"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Black.woff2) format("woff2"),url(/v3/assets/fonts/Montserrat_font/Montserrat-Black.woff2) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Thin.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Thin.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-ExtraLight.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-ExtraLight.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Light.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Light.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Regular.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Medium.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Medium.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-SemiBold.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Bold.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/v3/assets/fonts/Work_Sans/static/WorkSans-Black.woff2) format("woff2"),url(/v3/assets/fonts/Work_Sans/static/WorkSans-Black.ttf) format("truetype");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Govco Icon";
    font-style: normal;
    src: url(/v3/assets/fonts/icons/v2/govco-icons.eot);
    src: local("Govco Icon"),local("govco-icons"),url(/v3/assets/fonts/icons/v2/govco-icons.eot?#iefix) format("embedded-opentype"),url(/v3/assets/fonts/icons/v2/govco-icons.woff2) format("woff2"),url(/v3/assets/fonts/icons/v2/govco-icons.woff) format("woff"),url(/v3/assets/fonts/icons/v2/govco-icons.ttf) format("truetype"),url(/v3/assets/fonts/icons/v2/govco-icons.svg) format("svg")
}

@font-face {
    font-family: "font password";
    src: url(/v3/assets/fonts/password/font-password.eot?e0ac);
    src: url(/v3/assets/fonts/password/font-password.eot?e0ac#iefix) format("embedded-opentype"),url(/v3/assets/fonts/password/font-password.woff2?e0ac) format("woff2"),url(/v3/assets/fonts/password/font-password.woff?e0ac) format("woff"),url(/v3/assets/fonts/password/font-password.ttf?e0ac) format("truetype"),url(/v3/assets/fonts/password/font-password.svg?e0ac#font-password) format("svg");
    font-weight: 400;
    font-style: normal
}

.fonts > div > label, .fonts > div > small, .fonts > label, .gov-co-form-group > div > label, .gov-co-form-group > div > small, .gov-co-form-group > label {
    font-family: "Work Sans",sans-serif;
    color: #4b4b4b
}

    .fonts > div > label:disabled, .fonts > div > small:disabled, .fonts > label:disabled, .gov-co-form-group > div > label:disabled, .gov-co-form-group > div > small:disabled, .gov-co-form-group > label:disabled {
        color: #f2f2f2
    }

.fonts > div > small, .fonts > small, .gov-co-form-group > div > small, .gov-co-form-group > small {
    font-size: .875rem
}

.fonts > input::-webkit-input-placeholder, .gov-co-form-group > input::-webkit-input-placeholder {
    color: rgba(75,75,75,.5)
}

.fonts > input::-moz-placeholder, .gov-co-form-group > input::-moz-placeholder {
    color: rgba(75,75,75,.5)
}

.fonts > input::-ms-input-placeholder, .gov-co-form-group > input::-ms-input-placeholder {
    color: rgba(75,75,75,.5)
}

.fonts > input::placeholder, .gov-co-form-group > input::placeholder {
    color: rgba(75,75,75,.5)
}

.fonts > input:disabled, .gov-co-form-group > input:disabled {
    border: 1px solid #f2f2f2;
    background-color: #bababa
}

.gov-co-form-group {
    position: relative
}

    .gov-co-form-group .gov-co-label-counter {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .gov-co-form-group input, .gov-co-form-group > div > select, .gov-co-form-group > select {
        height: 40px;
        padding: 6px 16px;
        border: 1px solid #bababa
    }

        .gov-co-form-group input:focus, .gov-co-form-group textarea:focus, .gov-co-form-group > div > select:focus, .gov-co-form-group > select:focus {
            border-color: #bababa;
            box-shadow: 0 0 5px #36c
        }

    .gov-co-form-group.gov-co-especificaciones {
        position: relative
    }

        .gov-co-form-group.gov-co-especificaciones > .line-input {
            position: absolute;
            bottom: 0;
            left: 16px;
            right: 16px;
            height: 40px;
            border-left: 2px dashed #e6effd;
            border-right: 2px dashed #e6effd
        }

        .gov-co-form-group.gov-co-especificaciones > .esp-lat {
            position: absolute;
            bottom: 0;
            right: -60px;
            height: 40px;
            padding: 8px 10px;
            color: #004884;
            border-left: 1px solid #000
        }

        .gov-co-form-group.gov-co-especificaciones > .esp-pad-left, .gov-co-form-group.gov-co-especificaciones > .esp-pad-right {
            width: 16px;
            position: absolute;
            color: #004884;
            border-top: 1px solid #000;
            bottom: -30px
        }

        .gov-co-form-group.gov-co-especificaciones > .esp-pad-right {
            right: 0
        }

    .gov-co-form-group.gov-co-uso textarea, .gov-co-form-group.gov-co-uso > div > select, .gov-co-form-group.gov-co-uso > input {
        box-shadow: 0 0 5px #36c
    }

    .gov-co-form-group.inactive {
        pointer-events: none
    }

        .gov-co-form-group.inactive textarea, .gov-co-form-group.inactive > div > label, .gov-co-form-group.inactive > div > select, .gov-co-form-group.inactive > div > small, .gov-co-form-group.inactive > label {
            color: #bababa
        }

        .gov-co-form-group.inactive textarea, .gov-co-form-group.inactive > div > select, .gov-co-form-group.inactive > input {
            border: 1px solid #bababa;
            background-color: #f2f2f2
        }

    .gov-co-form-group.gov-co-error textarea, .gov-co-form-group.gov-co-error > div > label, .gov-co-form-group.gov-co-error > div > select, .gov-co-form-group.gov-co-error > div > select ~ span, .gov-co-form-group.gov-co-error > div > small, .gov-co-form-group.gov-co-error > input, .gov-co-form-group.gov-co-error > label, .gov-co-form-group.gov-co-error > small {
        color: #a80521
    }

    .gov-co-form-group.gov-co-error > div > select, .gov-co-form-group.gov-co-error > input {
        border: 1px solid #a80521 !important
    }

        .gov-co-form-group.gov-co-error > div > select.active {
            box-shadow: 0 0 5px #a80521
        }

    .gov-co-form-group.gov-co-error > .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder {
        border: 1px solid #a80521;
        color: #a80521
    }

        .gov-co-form-group.gov-co-error > .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            box-shadow: 0 0 5px #a80521
        }

    .gov-co-form-group.gov-co-valido textarea, .gov-co-form-group.gov-co-valido > div > label, .gov-co-form-group.gov-co-valido > div > select, .gov-co-form-group.gov-co-valido > div > select ~ span, .gov-co-form-group.gov-co-valido > div > small, .gov-co-form-group.gov-co-valido > input, .gov-co-form-group.gov-co-valido > label, .gov-co-form-group.gov-co-valido > small {
        color: #069169
    }

    .gov-co-form-group.gov-co-valido > div > select, .gov-co-form-group.gov-co-valido > input {
        border: 1px solid #069169 !important
    }

        .gov-co-form-group.gov-co-valido > div > select.active {
            box-shadow: 0 0 5px #069169
        }

    .gov-co-form-group.gov-co-valido > .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder {
        border: 1px solid #069169;
        color: #069169
    }

        .gov-co-form-group.gov-co-valido > .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            box-shadow: 0 0 5px #069169
        }

    .gov-co-form-group.gov-co-quemado > input {
        border: none;
        pointer-events: none
    }

    .gov-co-form-group > .gov-co-dropdown-mu {
        position: relative;
        border-radius: 5px;
        height: 40px;
        border: 1px solid #bababa
    }

        .gov-co-form-group > .gov-co-dropdown-mu > select {
            border: 0 !important;
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            z-index: 2;
            position: absolute;
            width: 100%;
            height: 100%
        }

            .gov-co-form-group > .gov-co-dropdown-mu > select::-ms-expand {
                display: none
            }

            .gov-co-form-group > .gov-co-dropdown-mu > select::-moz-focus-inner {
                border: 0;
                padding: 0
            }

            .gov-co-form-group > .gov-co-dropdown-mu > select.active ~ span {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

        .gov-co-form-group > .gov-co-dropdown-mu > span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            padding-top: 8px;
            height: 100%;
            width: 40px;
            text-align: center;
            font-size: 10px;
            border-radius: 100%;
            color: #36c;
            -webkit-transition: .5s ease-in-out;
            transition: all .5s ease-in-out
        }

    .gov-co-form-group > .gov-co-dropdown .bootstrap-select {
        cursor: pointer
    }

        .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle {
            border: 1px solid #bababa;
            padding-right: 5px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {
                color: #0b457f !important;
                padding-right: 5px
            }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
                color: rgba(11,69,127,.6) !important;
                padding-right: 5px
            }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle .ripple-container {
                display: none
            }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle::after {
                width: 40px;
                border: 1px solid transparent;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                padding-top: 10px;
                text-align: center;
                font-family: "Govco Icon";
                content: "\e826" !important;
                color: #004884 !important;
                font-size: 10px;
                border-radius: 100%;
                -webkit-transition: .5s ease-in-out;
                transition: all .5s ease-in-out
            }

        .gov-co-form-group > .gov-co-dropdown .bootstrap-select.show .dropdown-toggle::after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .gov-co-form-group > .gov-co-dropdown .bootstrap-select.show.show > .btn-light.dropdown-toggle {
            background: initial
        }

        .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu {
            padding: 0 !important
        }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu .dropdown-item.active, .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu .dropdown-item:active {
                color: #fff;
                text-decoration: none;
                background-color: #36c
            }

            .gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu .dropdown-item:hover {
                background-color: #e6effd !important
            }

    .gov-co-form-group > .gj-datepicker {
        border: 1px solid #bababa;
        background-color: #fff;
        border-radius: 5px;
        height: 40px
    }

        .gov-co-form-group > .gj-datepicker input {
            border: none;
            background-color: transparent
        }

        .gov-co-form-group > .gj-datepicker span, .gov-co-form-group > .gj-datepicker span button {
            border: none
        }

        .gov-co-form-group > .gj-datepicker > .gj-icon {
            color: #36c;
            height: 100%;
            padding: 7px;
            border: none !important
        }

    .gov-co-form-group > .group-ctrl {
        position: relative
    }

        .gov-co-form-group > .group-ctrl span {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            padding: 8px;
            font-size: 1rem;
            color: #36c
        }

    .gov-co-form-group > .group-keyboard {
        min-width: 243px;
        display: none;
        background-color: #fff;
        width: 70%;
        border: 1px solid #36c;
        box-shadow: 0 0 3px #36c;
        margin-top: 5px;
        padding: 20px 5px;
        position: absolute;
        top: 100%
    }

        .gov-co-form-group > .group-keyboard table {
            margin: 0 auto
        }

            .gov-co-form-group > .group-keyboard table tbody {
                padding: 10px
            }

                .gov-co-form-group > .group-keyboard table tbody td {
                    padding: 0;
                    border: initial
                }

                    .gov-co-form-group > .group-keyboard table tbody td .btn {
                        border: 1px solid #36c;
                        box-shadow: 0 0 3px #36c;
                        width: 55px;
                        margin: 5px
                    }

                        .gov-co-form-group > .group-keyboard table tbody td .btn span {
                            color: #36c;
                            font-size: 1rem
                        }

                        .gov-co-form-group > .group-keyboard table tbody td .btn.hover-des, .gov-co-form-group > .group-keyboard table tbody td .btn:hover {
                            background-color: #e6effd;
                            box-shadow: initial;
                            border: initial
                        }

                        .gov-co-form-group > .group-keyboard table tbody td .btn.active-des, .gov-co-form-group > .group-keyboard table tbody td .btn:active {
                            background-color: #004884;
                            color: #fff
                        }

                            .gov-co-form-group > .group-keyboard table tbody td .btn.active-des > span, .gov-co-form-group > .group-keyboard table tbody td .btn:active > span {
                                color: #fff
                            }

        .gov-co-form-group > .group-keyboard.active, .gov-co-form-group > .group-keyboard.show {
            display: block;
            z-index: 11
        }

        .gov-co-form-group > .group-keyboard.block-keyBoard {
            display: block;
            position: relative
        }

.gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #bababa
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: transparent !important;
    color: #36c
}

.gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .gov-co-dropdown > .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background-color: #fff;
    box-shadow: 0 0 5px #36c
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.btn-outline-secondary {
    color: #36c
}

.gj-datepicker-bootstrap input {
    box-shadow: none !important
}

    .gj-datepicker-bootstrap input:active, .gj-datepicker-bootstrap input:focus {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important
    }

.gj-picker-bootstrap .gj-icon {
    color: #36c !important
}

.gj-picker-bootstrap div[role=period], .gj-picker-bootstrap table tr th div, .gj-picker-bootstrap td.current-month > div {
    color: #004884
}

.gj-picker-bootstrap div[role=navigator] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: .3em 0
}

[type=century].gj-picker-bootstrap table tr td div, [type=decade].gj-picker-bootstrap table tr td div, [type=year].gj-picker-bootstrap table tr td div {
    color: #004884
}

    [type=century].gj-picker-bootstrap table tr td div:active, [type=century].gj-picker-bootstrap table tr td div:focus, [type=century].gj-picker-bootstrap table tr td div:hover, [type=decade].gj-picker-bootstrap table tr td div:active, [type=decade].gj-picker-bootstrap table tr td div:focus, [type=decade].gj-picker-bootstrap table tr td div:hover, [type=year].gj-picker-bootstrap table tr td div:active, [type=year].gj-picker-bootstrap table tr td div:focus, [type=year].gj-picker-bootstrap table tr td div:hover {
        background-color: #e6effd;
        border-radius: 4px
    }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #fff !important
}

.gj-picker-bootstrap div[role=navigator] .gj-icon {
    font-family: "Govco Icon" !important
}

    .gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-right::before {
        content: "\e802" !important
    }

    .gj-picker-bootstrap div[role=navigator] .gj-icon.chevron-left::before {
        content: "\e830" !important
    }

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    border-radius: initial
}

.gj-picker-bootstrap table tr td.gj-cursor-pointer, .gj-picker-md table tr td.gj-cursor-pointer {
    width: 40px;
    height: 40px
}

    .gj-picker-bootstrap table tr td.gj-cursor-pointer div, .gj-picker-md table tr td.gj-cursor-pointer div {
        margin: 0 auto
    }

        .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover, .gj-picker-bootstrap table tr td.gj-cursor-pointer:hover, .gj-picker-md table tr td.gj-cursor-pointer div:hover, .gj-picker-md table tr td.gj-cursor-pointer:hover {
            border-radius: 4px;
            background-color: #e6effd
        }

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer, .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff !important;
    background-color: #36c;
    border-color: #36c;
    border-radius: 4px
}

.svg-block {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 3
}

    .svg-block .govco-icon {
        cursor: pointer;
        line-height: normal;
        font-size: 1rem
    }

.tb-teclado-item {
    position: absolute;
    padding: 20px 5px;
    background-color: #fff;
    display: none;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 3px #36c;
    margin-top: 5px
}

    .tb-teclado-item.show {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: space-between
    }

.td-number-item {
    width: 55px;
    height: 2.3em;
    border: 1px solid #36c;
    box-shadow: 0 0 3px #36c;
    margin: 5px 3px
}

.btn-delete-teclado {
    margin-top: 5px;
    line-height: 15px
}

.td-number-item:hover {
    background-color: #e6effd;
    border: none
}

.td-number-item:active {
    background-color: #004884;
    color: #fff;
    border: none
}

.teclado-password {
    letter-spacing: 6px
}

.pass-type {
    -webkit-text-security: disc
}

.checkbox-govco {
    margin: 0 0 15px;
    padding: 0;
    display: block
}

    .checkbox-govco input {
        margin: 0;
        padding: 0;
        height: initial;
        width: initial;
        display: none;
        cursor: pointer
    }

    .checkbox-govco label {
        margin: 0;
        padding: 0 0 0 36px;
        position: relative;
        cursor: pointer;
        display: initial
    }

        .checkbox-govco label:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            -webkit-appearance: none;
            border: 3px solid #36c;
            border-radius: 4px
        }

    .checkbox-govco input:checked + label:after {
        content: "";
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 3px;
        left: 7px;
        width: 6px;
        height: 13px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .checkbox-govco input:checked + label:before {
        background-color: #004884;
        border: 3px solid #004884
    }

    .checkbox-govco .disabled ::before {
        color: #bababa !important
    }

.checklist-govco {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 5px 0;
    padding: 10px 16px
}

    .checklist-govco:hover {
        background-color: #e6effd
    }

    .checklist-govco label {
        font-family: "Work Sans",sans-serif;
        font-size: 1rem
    }

        .checklist-govco label:hover {
            background-color: #e6effd
        }

.radiobutton-govco {
    position: relative;
    top: -4px;
    left: 2px;
}

    .radiobutton-govco input {
        display: none;
        cursor: pointer
    }

    .radiobutton-govco label {
        font-family: "Work Sans",sans-serif;
        font-size: 1rem;
        color: #004884;
        cursor: pointer;
        position: relative;
        margin-bottom: 3px;
        padding: 2px 30px;
        height: 100%
    }

        .radiobutton-govco label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #36c;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            bottom: 0;
            border-radius: 100%;
            position: absolute;
            cursor: pointer;
            margin: auto
        }

    .radiobutton-govco input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: auto;
        background-color: #004884
    }

    .radiobutton-govco input:checked + label::before {
        border: 2px solid #004884
    }

.custom-file.file-govco {
    min-height: 7.188rem;
    margin-bottom: 10px
}

.custom-file-label.label-file-govco {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: left;
    z-index: 1;
    margin-top: 12px;
    padding: 2.375em;
    font-weight: 400;
    line-height: 1.5;
    color: #36c;
    background-color: #fff;
    border-radius: .25rem;
    height: 115px;
    border: 2px dashed #36c
}

    .custom-file-label.label-file-govco span {
        margin-right: 16px
    }

    .custom-file-label.label-file-govco.status-load {
        pointer-events: none
    }

    .custom-file-label.label-file-govco.status-active, .custom-file-label.label-file-govco:active {
        color: #fff;
        background-color: #36c;
        border-color: #36c
    }

    .custom-file-label.label-file-govco:disabled {
        background-color: #fff
    }

    .custom-file-label.label-file-govco .text-primary {
        color: #004884 !important;
        margin-right: 16px
    }

    .custom-file-label.label-file-govco.loaded {
        background-color: #fff;
        pointer-events: none
    }

    .custom-file-label.label-file-govco.hide {
        display: none
    }

.tag-govco.tag-negative {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-style: hidden;
    vertical-align: middle;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: center;
    z-index: 1;
    margin-top: 12px;
    height: calc(2rem + .75rem + 2px);
    padding: .375rem 1.25rem;
    line-height: 1.5;
    color: #36c;
    background-color: #e5eefb;
    border-width: 2px;
    width: 100%;
    border-radius: 1.7rem;
    box-shadow: 0 0 2px rgba(0,0,0,.16)
}

.custom-file-label.label-file-govco::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 0;
    padding: 0 .375rem;
    line-height: 1.5;
    color: #36c;
    content: "";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    display: none
}

.clear-files-govco {
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: .75rem
}

.accordion-govco .card {
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e6effd
}

    .accordion-govco .card:first {
        border: 2px solid #e6effd
    }

    .accordion-govco .card .card-header {
        background: 0 0;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 0;
        border-bottom: 0
    }

        .accordion-govco .card .card-header .bullet {
            border-radius: 20px;
            color: #fff;
            background: #004884;
            height: 33px;
            width: 33px;
            display: inline-block;
            text-align: center;
            line-height: 2;
            margin-right: 10px;
            font-family: Montserrat;
            font-weight: 700
        }

.accordion-govco .card-header h2 {
    font-size: 1rem;
    font-family: Roboto,sans-serif
}

.accordion-govco .card-header .btn {
    color: #004884;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    text-transform: unset
}

    .accordion-govco .card-header .btn.collapsed .govco-icon {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .accordion-govco .card-header .btn span.govco-icon {
        color: #004884;
        font-size: 1.2rem;
        float: right;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.accordion-govco .card-header i {
    font-size: 1.3rem;
    position: absolute;
    top: 15px;
    right: 1rem
}

.accordion-govco .card-header .btn:hover {
    color: #0069d9
}

.accordion-govco .card-body {
    color: #666
}

.accordion-govco.highlight i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-pills .nav-link {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #004884;
    border: 1px solid #e6effd;
    position: relative;
    border-radius: initial;
    min-width: 200px
}

    .nav-pills .nav-link::after {
        content: "\e830";
        font-family: "Govco Icon";
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 6px 0;
        margin: auto;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 100%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .nav-pills .nav-link.hover, .nav-pills .nav-link:hover {
        background-color: #e6effd
    }

    .nav-pills .nav-link.active, .nav-pills .nav-link:active {
        background-color: #004884;
        color: #fff
    }

        .nav-pills .nav-link.active::after, .nav-pills .nav-link:active::after {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

.tabs-govco .nav-tabs > .nav-item.nav-link, .tabs-govco .nav-tabs > .nav-item > .nav-link {
    text-align: center;
    width: 260px;
    height: 64px;
    padding: 18px 20px 25px;
    margin: 0 5px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: .938rem;
    color: #004884;
    border: 1px solid #e6effd
}

    .tabs-govco .nav-tabs > .nav-item.nav-link.active, .tabs-govco .nav-tabs > .nav-item > .nav-link.active {
        border-bottom: 3px solid #004884;
        background-color: #e6effd;
        font-weight: 700
    }

.tab-content {
    border: 1px solid #e6effd
}

.btn-round {
    min-width: 162px;
    padding: .535em 1rem;
    white-space: pre-line;
    border: 1.5px solid;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.5 !important
}

.btn {
    position: relative !important
}

.icon-reverse-x {
    -webkit-transform: rotate(-180deg) scaleX(1);
    transform: rotate(-180deg) scaleX(1)
}

.btn-govco-text, .btn-low {
    font-family: "Work Sans",sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    color: #36c;
    line-height: 1.5 !important
}

.btn-symbolic-govco {
    margin: auto;
    padding: 1px 7px 2px;
    background: 0 0 !important;
    border: none !important;
    display: -webkit-inline-box;
    display: inline-flex;
    text-decoration: none !important
}

    .btn-symbolic-govco .govco-icon {
        color: #36c !important;
        font-size: 2.2rem;
        margin: auto
    }

    .btn-symbolic-govco.inactive {
        color: #bababa !important;
        cursor: default !important
    }

        .btn-symbolic-govco.inactive .btn-govco-text, .btn-symbolic-govco.inactive .btn-low, .btn-symbolic-govco.inactive .govco-icon {
            color: #bababa !important
        }

    .btn-symbolic-govco:not(.inactive):active, .btn-symbolic-govco:not(.inactive):active .btn-govco-text, .btn-symbolic-govco:not(.inactive):active .btn-low, .btn-symbolic-govco:not(.inactive):active .govco-icon, .btn-symbolic-govco:not(.inactive):focus, .btn-symbolic-govco:not(.inactive):focus .btn-govco-text, .btn-symbolic-govco:not(.inactive):focus .btn-low, .btn-symbolic-govco:not(.inactive):focus .govco-icon, .btn-symbolic-govco:not(.inactive):hover, .btn-symbolic-govco:not(.inactive):hover .btn-govco-text, .btn-symbolic-govco:not(.inactive):hover .btn-low, .btn-symbolic-govco:not(.inactive):hover .govco-icon {
        color: #004884 !important;
        text-decoration: none !important
    }

.textright-govco {
    padding-left: .5rem;
    margin: auto
}

.align-column-govco {
    display: inline-grid !important;
    text-align: center !important
}

.btn-high, .btn-high-mix-govco {
    background-color: #36c !important;
    border-color: #36c;
    color: #fff
}

    .btn-high.inactive, .btn-high.inactive:hover, .inactive.btn-high-mix-govco, .inactive.btn-high-mix-govco:hover {
        background-color: #bababa !important;
        border-color: #bababa !important;
        cursor: default !important
    }

.btn-middle {
    color: #36c !important;
    border-color: #36c;
    background-color: #fff
}

    .btn-middle.inactive, .btn-middle.inactive:hover {
        color: #bababa !important;
        border-color: #bababa !important;
        background-color: #fff !important;
        cursor: default !important
    }

    .btn-high-mix-govco:active, .btn-high-mix-govco:hover, .btn-high.hover, .btn-high:active, .btn-high:hover, .btn-middle.hover, .btn-middle:active, .btn-middle:hover, .hover.btn-high-mix-govco {
        background-color: #004884 !important;
        border-color: #004884 !important;
        color: #fff !important
    }

    .btn-high-mix-govco:focus, .btn-high:focus, .btn-middle:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem #ffffff00
    }

.btn-low {
    text-decoration: underline !important
}

    .btn-low.inactive, .btn-low.inactive:hover {
        color: #bababa !important;
        cursor: default !important
    }

    .btn-low.hover, .btn-low:active, .btn-low:focus, .btn-low:hover {
        color: #004884 !important
    }

.btn-high-mix-govco {
    padding: .5em 1rem;
    display: -webkit-box;
    display: flex;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center
}

.btn-low-mix-govco {
    text-decoration: none !important;
    text-transform: inherit !important;
    display: -webkit-box;
    display: flex;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    align-items: center
}

    .btn-low-mix-govco:hover, .btn-low-mix-govco:hover .btn-govco-text, .btn-low-mix-govco:hover .btn-low, .btn-low-mix-govco:hover .govco-icon {
        color: #004884 !important;
        text-decoration: none !important
    }

    .btn-low-mix-govco.inactive .btn-govco-text, .btn-low-mix-govco.inactive .btn-low, .btn-low-mix-govco.inactive .govco-icon, .btn-low-mix-govco.inactive:hover .btn-govco-text, .btn-low-mix-govco.inactive:hover .btn-low, .btn-low-mix-govco.inactive:hover .govco-icon {
        color: #bababa !important;
        cursor: default !important
    }

    .btn-high-mix-govco .govco-icon, .btn-low-mix-govco .govco-icon {
        font-size: 1.5rem !important;
        line-height: normal !important;
        color: #36c
    }

.btn-up-hover-clone {
    padding: .5em;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform,-webkit-transform
}

.btn-svg-up-hover-clone {
    fill: #4b4b4b
}

.a-start-up-clone {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #3772ff;
    font-style: unset
}

.btn-up-hover-clone:focus, .btn-up-hover-clone:hover {
    background-color: #fff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em;
    color: color-dodger-blue
}

    .btn-up-hover-clone:focus .a-start-up-clone .btn-svg-up-hover-clone, .btn-up-hover-clone:hover .a-start-up-clone .btn-svg-up-hover-clone {
        fill: #3772ff
    }

.btn-up-hover-clone:active {
    background-color: #3772ff
}

    .btn-up-hover-clone:active .a-start-up-clone {
        visibility: visible;
        text-decoration: none !important;
        font-size: 1.4em;
        color: #fff;
        font-style: unset
    }

        .btn-up-hover-clone:active .a-start-up-clone .btn-svg-up-hover-clone {
            fill: #fff
        }

.div-star-up {
    position: fixed;
    bottom: 3em;
    right: -10.5em;
    z-index: 4
}

.btn-up-hover {
    cursor: pointer;
    padding: .5em;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1em;
    background-color: #f2f2f2;
    vertical-align: middle;
    -webkit-transform: perspective(1em) translateZ(0);
    transform: perspective(1em) translateZ(0);
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform,-webkit-transform
}

.btn-svg-up-hover {
    fill: #4b4b4b
}

.a-start-up {
    visibility: visible;
    text-decoration: none !important;
    font-size: 1.4em;
    color: #3772ff;
    font-style: unset
}

    .a-start-up:active, .a-start-up:hover, .a-start-up:visited {
        color: #3772ff
    }

    .a-start-up svg {
        vertical-align: middle
    }

.show {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.hide {
    opacity: 0
}

.btn-up-hover:focus, .btn-up-hover:hover {
    -webkit-transform: translateX(-10.2em);
    transform: translateX(-10.2em);
    background-color: #fff;
    border-color: #3772ff;
    border-radius: 1em 0 0 1em
}

    .btn-up-hover:focus .a-start-up .btn-svg-up-hover, .btn-up-hover:hover .a-start-up .btn-svg-up-hover {
        fill: #3772ff
    }

.btn-up-hover:focus {
    outline: 0
}

.btn-up-hover:active {
    background-color: #3772ff
}

    .btn-up-hover:active .a-start-up {
        visibility: visible;
        text-decoration: none !important;
        font-size: 1.4em;
        color: #fff;
        font-style: unset
    }

        .btn-up-hover:active .a-start-up .btn-svg-up-hover {
            fill: #fff
        }

.alert {
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    height: 50px
}

    .alert span {
        margin-right: 15px;
        font-size: 1.25rem
    }

.gov-co-alert-sucess {
    background-color: #069169
}

.gov-co-alert-process {
    background-color: #36c
}

.gov-co-alert-error {
    background-color: #d11f3e
}

.modal {
    background-color: #00000033
}

.modal-dialog.gov-co-modal {
    max-width: initial;
    margin: initial;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center
}

    .modal-dialog.gov-co-modal .modal-content {
        max-width: 540px;
        padding: 60px
    }

        .modal-dialog.gov-co-modal .modal-content .modal-body {
            padding: 0;
            text-align: center;
            -webkit-box-pack: center;
            justify-content: center
        }

            .modal-dialog.gov-co-modal .modal-content .modal-body .gov-co-modal-type h2 {
                line-height: 1.125em !important;
                padding: 20px 0 30px
            }

            .modal-dialog.gov-co-modal .modal-content .modal-body .gov-co-modal-type span {
                font-size: 3.5em
            }

            .modal-dialog.gov-co-modal .modal-content .modal-body .gov-co-modal-message {
                font-family: "Work Sans",sans-serif;
                font-weight: 400;
                font-size: .875rem;
                color: #4b4b4b;
                margin-bottom: 1.875em
            }

                .modal-dialog.gov-co-modal .modal-content .modal-body .gov-co-modal-message p {
                    margin-bottom: initial
                }

        .modal-dialog.gov-co-modal .modal-content.modal-info {
            position: relative
        }

            .modal-dialog.gov-co-modal .modal-content.modal-info .close {
                position: absolute;
                top: 22px;
                right: 22px;
                z-index: 3
            }

            .modal-dialog.gov-co-modal .modal-content.modal-info .gov-co-modal-type {
                text-align: left;
                margin-bottom: 30px
            }

                .modal-dialog.gov-co-modal .modal-content.modal-info .gov-co-modal-type h2 {
                    padding: 20px 0 30px
                }

                .modal-dialog.gov-co-modal .modal-content.modal-info .gov-co-modal-type h4 {
                    line-height: 1.125em !important
                }

        .modal-dialog.gov-co-modal .modal-content .modal-footer {
            padding: 0;
            border: initial;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            justify-content: space-between
        }

            .modal-dialog.gov-co-modal .modal-content .modal-footer .btn {
                margin: 10px initial initial
            }

            .modal-dialog.gov-co-modal .modal-content .modal-footer.center {
                -webkit-box-pack: space-evenly;
                justify-content: space-evenly
            }

    .modal-dialog.gov-co-modal.gov-co-modal-colors .modal-content {
        padding: 40px
    }

    .modal-dialog.gov-co-modal.gov-co-modal-colors .modal-footer {
        margin-top: 30px;
        -webkit-box-pack: center;
        justify-content: center
    }

    .modal-dialog.gov-co-modal.gov-co-modal-confirmation .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-confirmation .gov-co-modal-type > span.govco-icon {
        color: #36c
    }

    .modal-dialog.gov-co-modal.gov-co-modal-sucess .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-sucess .gov-co-modal-type > span.govco-icon {
        color: #069169
    }

    .modal-dialog.gov-co-modal.gov-co-modal-maintenance .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-maintenance .gov-co-modal-type > span.govco-icon, .modal-dialog.gov-co-modal.gov-co-modal-warning .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-warning .gov-co-modal-type > span.govco-icon {
        color: #ffab00
    }

    .modal-dialog.gov-co-modal.gov-co-modal-maintenance .modal-content, .modal-dialog.gov-co-modal.gov-co-modal-warning .modal-content {
        position: relative
    }

        .modal-dialog.gov-co-modal.gov-co-modal-maintenance .modal-content .close, .modal-dialog.gov-co-modal.gov-co-modal-warning .modal-content .close {
            position: absolute;
            top: 10px;
            right: 10px
        }

    .modal-dialog.gov-co-modal.gov-co-modal-error .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-error .gov-co-modal-type > span.govco-icon {
        color: #a80521
    }

    .modal-dialog.gov-co-modal.gov-co-modal-exit .gov-co-modal-type > h2, .modal-dialog.gov-co-modal.gov-co-modal-exit .gov-co-modal-type > span.govco-icon {
        color: #ffab00
    }

    .modal-dialog.gov-co-modal.gov-co-modal-exit .modal-body {
        display: -webkit-box;
        display: flex;
        margin-bottom: 30px
    }

        .modal-dialog.gov-co-modal.gov-co-modal-exit .modal-body .gov-co-modal-message {
            margin: initial;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            align-content: center
        }

    .modal-dialog.gov-co-modal.modal-table {
        z-index: 1001;
        align-content: flex-start
    }

        .modal-dialog.gov-co-modal.modal-table .modal-content {
            position: relative;
            max-width: initial;
            padding: 0;
            width: 60%;
            margin-top: 15%;
            border-radius: 20px
        }

            .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body {
                text-align: left
            }

                .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-type {
                    display: -webkit-box;
                    display: flex;
                    flex-wrap: wrap;
                    -moz-column-gap: 30px;
                    -webkit-column-gap: 30px;
                    column-gap: 30px;
                    -webkit-box-align: center;
                    align-items: center;
                    padding: 30px 40px
                }

                    .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-type h2 {
                        padding: 0
                    }

                .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-message {
                    border-radius: 0 0 20px 20px;
                    margin: 0;
                    padding: 30px 40px;
                    background-color: #f2f2f2
                }

                    .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-message .title-cell-modal {
                        font-family: "Work Sans",sans-serif;
                        font-size: 1rem;
                        font-weight: 600;
                        color: #4b4b4b;
                        line-height: 1.5 !important
                    }

                    .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-message p {
                        padding-left: 15px
                    }

                    .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-message .state-success {
                        color: #069169
                    }

                        .modal-dialog.gov-co-modal.modal-table .modal-content .modal-body .gov-co-modal-message .state-success span {
                            width: 200px;
                            background-color: #06916933;
                            color: #069169;
                            padding: 5px 20px;
                            text-decoration: none
                        }

            .modal-dialog.gov-co-modal.modal-table .modal-content .close {
                position: absolute;
                right: 20px;
                top: 20px;
                z-index: 3
            }

.pager-govco .pagination .page-item .page-link {
    font-family: "Work Sans",sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #004884;
    border: none;
    border-radius: .3rem;
    padding: .66rem .933rem;
    margin: 0
}

    .pager-govco .pagination .page-item .page-link.hover, .pager-govco .pagination .page-item .page-link:hover {
        background-color: #e6effd
    }

    .pager-govco .pagination .page-item .page-link.active {
        color: #fff;
        background-color: #36c
    }

    .pager-govco .pagination .page-item .page-link.disabled, .pager-govco .pagination .page-item .page-link:disabled {
        pointer-events: none;
        color: #bababa
    }

    .pager-govco .pagination .page-item .page-link.link-points {
        padding: .66rem
    }

        .pager-govco .pagination .page-item .page-link.link-points:hover {
            background-color: initial
        }

.pager-govco .pagination .page-item:first-of-type > .page-link, .pager-govco .pagination .page-item:last-of-type > .page-link {
    color: #36c;
    text-decoration: underline
}

    .pager-govco .pagination .page-item:first-of-type > .page-link:hover, .pager-govco .pagination .page-item:last-of-type > .page-link:hover {
        background-color: transparent;
        color: #004884
    }

    .pager-govco .pagination .page-item:first-of-type > .page-link.disabled, .pager-govco .pagination .page-item:first-of-type > .page-link:disabled, .pager-govco .pagination .page-item:last-of-type > .page-link.disabled, .pager-govco .pagination .page-item:last-of-type > .page-link:disabled {
        pointer-events: none;
        color: #bababa
    }

.carrousel-gov-co-pagination {
    width: 100%;
    height: 100%
}

.carousel .gov-co-indicators > li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa
}

    .carousel .gov-co-indicators > li.active {
        background-color: #3772ff
    }

.gov-co-tramite-card {
    border: 2px solid #e6effd;
    border-radius: 10px;
    width: 223px
}

    .gov-co-tramite-card .card-header {
        padding: 20px 0;
        border-radius: 10px 10px 0 0;
        background-color: #fff;
        border-bottom: 2px solid #004884;
        color: #004884;
        font-family: Montserrat,sans-serif;
        font-weight: 700
    }

    .gov-co-tramite-card .card-body {
        padding: 20px 30px;
        border-radius: 0 0 10px 10px;
        background-color: #fff
    }

        .gov-co-tramite-card .card-body .card-text {
            font-family: "Work Sans",sans-serif;
            font-weight: 400;
            font-size: .875rem;
            color: #4b4b4b
        }

    .gov-co-tramite-card.hover .card-header, .gov-co-tramite-card:hover .card-header {
        background-color: #e6effd
    }

    .gov-co-tramite-card.active .card-header, .gov-co-tramite-card:active .card-header {
        background-color: #004884;
        color: #fff
    }

    .gov-co-tramite-card.disabled, .gov-co-tramite-card:disabled {
        pointer-events: none
    }

        .gov-co-tramite-card.disabled .card-header, .gov-co-tramite-card:disabled .card-header {
            background-color: #bababa;
            color: #fff
        }

.gov-co-selects {
    box-shadow: 0 4px 0 #00488424;
    border: 1px solid #36c;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 40px 12px 20px;
    width: 255px;
    color: #4b4b4b
}

    .gov-co-selects span {
        margin-right: 10px
    }

    .gov-co-selects p {
        margin-bottom: 0;
        font-family: "Work Sans",sans-serif;
        font-weight: 400;
        font-size: 1rem
    }

.gov-co-breadcrumb {
    background-color: transparent;
    flex-wrap: nowrap
}

    .gov-co-breadcrumb .breadcrumb-item {
        max-width: 265px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .gov-co-breadcrumb .breadcrumb-item::before {
            content: ">";
            color: #bababa
        }

        .gov-co-breadcrumb .breadcrumb-item:first-of-type::before {
            content: none
        }

        .gov-co-breadcrumb .breadcrumb-item a {
            font-family: "Work Sans",sans-serif;
            font-weight: 400;
            font-size: .875rem;
            color: #004884
        }

        .gov-co-breadcrumb .breadcrumb-item.active {
            padding-top: 4px;
            font-family: "Work Sans",sans-serif;
            font-weight: 500;
            font-size: .875rem;
            color: #004884
        }

.gov-co-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 1px 8px;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #f2f2f2
}

    .gov-co-label label {
        font-family: "Work Sans",sans-serif;
        font-weight: 500;
        font-size: .875rem;
        color: #4b4b4b;
        white-space: nowrap;
        margin: initial
    }

    .gov-co-label span {
        font-size: 1.125rem;
        color: #36c;
        margin-left: 20px;
        cursor: pointer
    }

    .gov-co-label.gov-co-negative {
        background-color: #e6effd;
        border: 2px solid #e6effd
    }

        .gov-co-label.gov-co-negative label, .gov-co-label.gov-co-negative span {
            color: #004884
        }

    .gov-co-label.gov-co-active {
        background-color: #004884;
        border: 2px solid #004884
    }

        .gov-co-label.gov-co-active label, .gov-co-label.gov-co-active span {
            color: #fff
        }

.searchbar, .searchbar-sedes {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    border-radius: 30px;
    padding: 5px 5px 5px 20px;
    background: #fff;
    width: 100%;
    border: 1px solid #bababa
}

    .searchbar .search_input, .searchbar-sedes .search_input {
        width: calc(100% - 40px);
        border: 0;
        outline: 0;
        background: 0 0;
        line-height: 30px;
        -webkit-transition: width .4s linear;
        transition: width .4s linear;
        padding: 0 10px;
        transition: width .4s linear
    }

    .searchbar .search_icon, .searchbar-sedes .search_icon {
        height: 30px;
        width: 40px;
        float: right;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 50%;
        text-decoration: none;
        color: #36c
    }

    .searchbar .govco-icon-close, .searchbar-sedes .govco-icon-close {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        line-height: 1.375em !important;
        color: #36c;
        display: none
    }

    .searchbar-sedes:focus-within .govco-icon-close, .searchbar:focus-within .govco-icon-close {
        display: inline
    }

.searchbar-sedes {
    border-radius: 5px
}

    .searchbar-sedes.mu-search, .searchbar-sedes:focus-within {
        border: 1px solid #004884;
        box-shadow: 0 4px 0 #3366cc24
    }

.searchbar-table {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    border-radius: 30px;
    padding: 5px;
    background: #fff;
    width: 100%;
    border: 1px solid #bababa
}

    .searchbar-table .search_input {
        width: calc(100% - 40px);
        border: 0;
        outline: 0;
        background: 0 0;
        line-height: 30px;
        -webkit-transition: width .4s linear;
        transition: width .4s linear;
        padding: 0 10px;
        transition: width .4s linear
    }

    .searchbar-table .search_icon {
        height: 30px;
        width: 40px;
        float: right;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 50%;
        text-decoration: none;
        color: #36c
    }

td a, td button:not(.govco-icon) {
    font-family: "Work Sans",sans-serif !important;
    font-size: 1rem
}

.govco-table-basic table thead th {
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    font-weight: 500 !important
}

    .govco-table-basic table thead th:not(:last-child) {
        border-top: 0 solid transparent !important;
        border-right: 2px solid #004884
    }

.govco-table-basic table tbody tr {
    background-color: transparent !important
}

    .govco-table-basic table tbody tr td {
        border-top: 2px solid #004884 !important
    }

        .govco-table-basic table tbody tr td:not(:last-child) {
            border-right: 2px solid #004884
        }

.govco-table-detail table tbody tr, .govco-table-detail table thead, .govco-table-filter table tbody tr, .govco-table-filter table thead, .govco-table-simple table tbody tr, .govco-table-simple table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent !important
}

    .govco-table-detail table thead th, .govco-table-filter table thead th, .govco-table-simple table thead th {
        border: 0 !important;
        vertical-align: middle;
        font-family: Montserrat,sans-serif;
        font-size: .75rem !important;
        text-align: center
    }

    .govco-table-detail table thead tr, .govco-table-filter table thead tr, .govco-table-simple table thead tr {
        display: table-header-group;
        width: 100%;
        table-layout: fixed
    }

.govco-table-detail table tbody, .govco-table-filter table tbody, .govco-table-simple table tbody {
    display: block;
    overflow: auto;
    max-height: 500px;
    width: 100%
}

    .govco-table-detail table tbody tr:not(:first-child) td, .govco-table-filter table tbody tr:not(:first-child) td, .govco-table-simple table tbody tr:not(:first-child) td {
        border-top: 1px solid #e5eefb !important
    }

.govco-table-detail table td, .govco-table-filter table td, .govco-table-simple table td {
    font-weight: 500;
    border-top: 0;
    text-align: center
}

    .govco-table-detail table td div, .govco-table-filter table td div, .govco-table-simple table td div {
        font-family: "Work Sans",sans-serif;
        font-size: .875rem !important
    }

    .govco-table-detail table td .title, .govco-table-filter table td .title, .govco-table-simple table td .title {
        font-weight: 600 !important
    }

.table-detail {
    display: block !important
}

    .table-detail .title-result {
        font-size: 1.25rem !important;
        font-weight: 700 !important
    }

    .table-detail .form-search {
        margin-left: 30px;
        border: .5px solid transparent !important;
        padding: 0 !important;
        border-radius: 20px;
        background-color: #f6f8f9 !important
    }

        .table-detail .form-search input {
            border: none !important;
            background-color: transparent !important;
            margin-left: 0 !important;
            padding: 0;
            padding-left: 15px !important;
            color: #004884 !important
        }

            .table-detail .form-search input::-webkit-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-moz-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::-ms-input-placeholder {
                color: rgba(0,72,132,.5) !important
            }

            .table-detail .form-search input::placeholder {
                color: rgba(0,72,132,.5) !important
            }

        .table-detail .form-search .input-group-append {
            line-height: 1.3 !important
        }

        .table-detail .form-search .govco-icon {
            color: #004884;
            font-size: 25px;
            margin: auto;
            padding-right: 5px
        }

.govco-table-detail thead tr {
    background-color: #004884 !important
}

.govco-table-detail thead th {
    color: #fff;
    font-size: 1rem !important
}

.govco-table-detail td {
    font-weight: 400 !important
}

    .govco-table-detail td a, .govco-table-detail td div {
        font-family: "Work Sans",sans-serif !important;
        font-size: 1rem !important
    }

    .govco-table-detail td a {
        font-weight: 600
    }

.govco-table-filter table, .govco-table-filter tr td {
    border: 1px solid transparent !important
}

.govco-table-filter thead {
    width: calc(100%) !important
}

    .govco-table-filter thead th div {
        font-size: .75rem !important
    }

.govco-table-filter tbody tr, .govco-table-filter thead {
    display: table !important;
    table-layout: fixed !important
}

.govco-table-filter tbody {
    display: block !important;
    overflow-y: scroll !important
}

.govco-table-filter .bootstrap-select .form-control {
    width: auto !important
}

.table-simple-headblue-govco .table {
    border-bottom: none
}

    .table-simple-headblue-govco .table thead {
        background-color: #e6effd;
        color: #004884;
        border: 0
    }

        .table-simple-headblue-govco .table thead th {
            border: 0;
            color: #004884;
            font-weight: 600
        }

        .table-simple-headblue-govco .table thead .table-head-overflow::after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead .table-head-overflow::before {
            content: "";
            top: 0;
            right: 0;
            position: absolute;
            display: block;
            background-color: #004884;
            width: 1rem;
            height: 48px
        }

        .table-simple-headblue-govco .table thead th .checkbox-govco {
            text-align: center;
            margin: initial
        }

    .table-simple-headblue-govco .table td.state-success {
        color: #069169
    }

        .table-simple-headblue-govco .table td.state-success span {
            width: 200px;
            background-color: #06916933;
            color: #069169;
            padding: 5px 20px;
            text-decoration: none
        }

    .table-simple-headblue-govco .table td.state-inactive {
        color: #bababa
    }

        .table-simple-headblue-govco .table td.state-inactive span {
            width: 200px;
            background-color: #bababa;
            color: #4b4b4b;
            padding: 5px 20px;
            text-decoration: none
        }

    .table-simple-headblue-govco .table td.state-success-wbullet {
        color: #069169
    }

        .table-simple-headblue-govco .table td.state-success-wbullet::before {
            content: "☻ ";
            color: #069169
        }

    .table-simple-headblue-govco .table td .checkbox-govco {
        text-align: center;
        margin: initial
    }

    .table-simple-headblue-govco .table td.table-actions {
        text-transform: uppercase;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        max-width: 400px
    }

        .table-simple-headblue-govco .table td.table-actions > a {
            font-family: "Work Sans",sans-serif;
            font-size: .938rem;
            font-weight: 500;
            color: #36c;
            line-height: 1.5 !important;
            text-decoration: underline
        }

            .table-simple-headblue-govco .table td.table-actions > a::after {
                content: "/";
                margin: 0 10px;
                color: #4b4b4b;
                text-decoration: initial
            }

            .table-simple-headblue-govco .table td.table-actions > a:last-of-type::after {
                content: "";
                margin: initial
            }

    .table-simple-headblue-govco .table td.type-number {
        text-align: right
    }

.bd-content > table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

    .bd-content > table > tbody > tr > td, .bd-content > table > tbody > tr > th, .bd-content > table > tfoot > tr > td, .bd-content > table > tfoot > tr > th, .bd-content > table > thead > tr > td, .bd-content > table > thead > tr > th {
        padding: .75rem;
        vertical-align: top;
        border: 1px solid #dee2e6
    }

        .bd-content > table > tbody > tr > td > p:last-child, .bd-content > table > tbody > tr > th > p:last-child, .bd-content > table > tfoot > tr > td > p:last-child, .bd-content > table > tfoot > tr > th > p:last-child, .bd-content > table > thead > tr > td > p:last-child, .bd-content > table > thead > tr > th > p:last-child {
            margin-bottom: 0
        }

    .bd-content > table td:first-child > code {
        white-space: nowrap
    }

.bd-content > h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content > h3 {
    margin-top: 1.5rem
}

.bd-content > ol li, .bd-content > ul li {
    margin-bottom: .25rem
}

.list-unstyled::before {
    display: table
}

.list-unstyled .icon-item {
    text-align: center
}

.list-unstyled li a {
    display: block;
    border-radius: 10px
}

.list-unstyled li {
    height: 120px;
    width: 140px;
    padding-top: 20px !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px
}

    .list-unstyled li:hover {
        border: 1px solid #004884 !important;
        border-radius: 15px
    }

    .list-unstyled li a:hover {
        text-decoration: none !important
    }

table.dataTable.display tbody tr {
    background-color: #fff !important
}

    table.dataTable.display tbody tr td {
        background: #fff !important
    }

.table-pagination-govco {
    border: 2px solid #e6effd;
    position: relative
}

.table-govco {
    float: left
}

    .table-govco label {
        position: relative;
        font-size: 1.125rem;
        font-weight: 700
    }

.dataTables_filter {
    float: initial !important
}

    .dataTables_filter label {
        width: 100%;
        margin: initial;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #bababa;
        position: relative
    }

        .dataTables_filter label:active, .dataTables_filter label:focus-within {
            box-shadow: 0 0 5px #36c
        }

        .dataTables_filter label::after {
            content: "\e95b";
            font-family: "Govco Icon";
            font-size: 2rem;
            line-height: 1.125em;
            color: #36c;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 0;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            font-weight: lighter;
            text-align: center;
            padding-top: 2px
        }

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    margin-left: .5em;
    padding: 5px 45px 5px 15px;
    border: none;
    border-radius: 20px;
    outline: 0
}

.content-ctrls-table {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
    padding: 10px 32px;
    margin-bottom: 20px
}

    .content-ctrls-table .form-group {
        min-width: 130px;
        -webkit-box-flex: 1;
        flex: 1;
        margin-bottom: 0
    }

    .content-ctrls-table .input-search {
        height: 100%;
        width: 100%;
        background-color: transparent;
        padding-left: 10px;
        padding-right: 35px;
        border: none
    }

        .content-ctrls-table .input-search:active, .content-ctrls-table .input-search:focus {
            border: none;
            outline: 0
        }

    .content-ctrls-table .dataTables_filter {
        -webkit-box-flex: 2;
        flex: 2;
        min-width: 320px
    }

    .content-ctrls-table .content-result-page {
        -webkit-box-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

        .content-ctrls-table .content-result-page .head-table-dropdown {
            max-width: 130px
        }

        .content-ctrls-table .content-result-page .dataTables_length {
            bottom: 120%;
            top: 30px;
            right: 32px;
            min-width: 175px;
            position: absolute
        }

        .content-ctrls-table .content-result-page.result-inline {
            display: -webkit-box;
            display: flex;
            flex-wrap: nowrap;
            -webkit-box-align: end;
            align-items: flex-end;
            -webkit-box-pack: end;
            justify-content: flex-end;
            -moz-column-gap: 10px;
            -webkit-column-gap: 10px;
            column-gap: 10px
        }

            .content-ctrls-table .content-result-page.result-inline .dataTables_length {
                height: 40px;
                padding: 5px 0;
                top: initial;
                right: initial;
                position: relative;
                text-align: end
            }

@media (min-width:1200px) {
    .content-ctrls-table.subtable {
        width: 50%
    }
}

.title-table {
    padding: 24px 32px 0
}

table.dataTable thead tr th {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #004884;
    line-height: 1.5 !important;
    background-color: #e6effd
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: initial;
    position: relative;
    padding-left: 30px
}

    table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before {
        content: "\e83B";
        font-family: "Govco Icon";
        font-size: 1.5rem;
        font-weight: 500;
        color: #004884;
        line-height: 1.5 !important;
        opacity: .5;
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        width: 45px;
        height: 45px;
        padding-top: 4px;
        margin: auto;
        text-align: center;
        border-radius: 100%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .5s ease-in-out;
        transition: all .5s ease-in-out;
        border: 1px solid transparent
    }

    table.dataTable thead .sorting:hover::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc:hover::before, table.dataTable thead .sorting_desc:hover::before {
        opacity: 1
    }

    table.dataTable thead .sorting_desc::before {
        opacity: 1;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

table.dataTable thead .table-check {
    cursor: inherit;
    padding: 10px 0 10px 32px;
    text-align: center
}

    table.dataTable thead .table-check::before {
        content: none
    }

    table.dataTable thead .table-check > .checkbox-govco {
        margin-bottom: 0
    }

table.dataTable thead .table-state {
    position: relative;
    padding: 10px;
    text-align: center;
    cursor: pointer
}

    table.dataTable thead .table-state .dropdown .dropdown-toggle::after {
        -webkit-transition: .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-top: .5em solid;
        vertical-align: inherit;
        opacity: .5
    }

    table.dataTable thead .table-state .dropdown.show .dropdown-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    table.dataTable thead .table-state .dropdown:hover .dropdown-toggle::after {
        opacity: 1
    }

    table.dataTable thead .table-state .dropdown-menu {
        background-color: #fff;
        width: 180px;
        padding: 3px 0;
        border-radius: 5px;
        box-shadow: 0 3px 6px #00000029
    }

        table.dataTable thead .table-state .dropdown-menu a {
            font-family: "Work Sans",sans-serif;
            font-size: 1rem;
            font-weight: 400;
            color: #004884;
            line-height: 1.5 !important;
            padding: 5px 10px;
            width: 100%;
            text-align: left
        }

            table.dataTable thead .table-state .dropdown-menu a:hover {
                text-decoration: none;
                background-color: #e6effd
            }

            table.dataTable thead .table-state .dropdown-menu a.active {
                background-color: #004884;
                color: #fff;
                font-weight: 600
            }

table.dataTable tbody tr td {
    max-width: 530px;
    vertical-align: top;
    border-bottom: 2px solid #e6effd
}

table.dataTable tbody tr.shown + tr > td {
    background-color: #f6f8f9
}

    table.dataTable tbody tr.shown + tr > td .title-collapsed {
        font-family: Montserrat,sans-serif;
        font-size: 1rem;
        font-weight: 700;
        color: #004884;
        line-height: 1.5 !important
    }

    table.dataTable tbody tr.shown + tr > td .description-collapsed {
        font-family: "Work Sans",sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #4b4b4b;
        line-height: 1.5 !important
    }

    table.dataTable tbody tr.shown + tr > td .card-header {
        background-color: transparent;
        border: none
    }

        table.dataTable tbody tr.shown + tr > td .card-header h2 {
            font-family: Montserrat,sans-serif;
            font-size: .875rem;
            font-weight: 700;
            color: #004884;
            line-height: 1.5 !important;
            display: -webkit-box;
            display: flex
        }

            table.dataTable tbody tr.shown + tr > td .card-header h2 .table-collapse-mod {
                -webkit-box-flex: 1;
                flex: 1
            }

            table.dataTable tbody tr.shown + tr > td .card-header h2 .table-collapse-desc {
                -webkit-box-flex: 3;
                flex: 3
            }

    table.dataTable tbody tr.shown + tr > td .card {
        border: none;
        border-top: 2px solid #e6effd
    }

        table.dataTable tbody tr.shown + tr > td .card .card-header a {
            display: -webkit-box;
            display: flex;
            position: relative
        }

            table.dataTable tbody tr.shown + tr > td .card .card-header a .headline-m-govco {
                font-family: "Work Sans",sans-serif;
                font-size: 1rem;
                font-weight: 500;
                color: #4b4b4b;
                line-height: 1.5 !important
            }

            table.dataTable tbody tr.shown + tr > td .card .card-header a span.govco-icon {
                min-width: initial;
                position: absolute;
                right: 0;
                text-align: end
            }

            table.dataTable tbody tr.shown + tr > td .card .card-header a .table-collapse-mod {
                -webkit-box-flex: 1;
                flex: 1
            }

            table.dataTable tbody tr.shown + tr > td .card .card-header a .table-collapse-desc {
                -webkit-box-flex: 3;
                flex: 3
            }

    table.dataTable tbody tr.shown + tr > td .card-body {
        padding: 1.25rem 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        font-family: "Work Sans",sans-serif;
        font-size: .875rem;
        font-weight: 500;
        color: #4b4b4b;
        line-height: 1.5 !important
    }

        table.dataTable tbody tr.shown + tr > td .card-body .table-collapse-mod {
            -webkit-box-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap
        }

        table.dataTable tbody tr.shown + tr > td .card-body .table-collapse-desc {
            -webkit-box-flex: 3;
            flex: 3;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap
        }

        table.dataTable tbody tr.shown + tr > td .card-body span {
            background-color: #fff;
            border-radius: 16px;
            border: 2px solid #f2f2f2;
            padding: 5px 15px;
            margin-right: 3px
        }

table.dataTable tbody .table-check {
    cursor: inherit;
    padding: 10px 0 10px 32px;
    text-align: center
}

    table.dataTable tbody .table-check::before {
        content: ""
    }

    table.dataTable tbody .table-check > .checkbox-govco {
        margin-bottom: 0
    }

table.dataTable tbody .state-inactive, table.dataTable tbody .state-success {
    padding: 14px 0;
    text-align: center
}

    table.dataTable tbody .state-inactive span, table.dataTable tbody .state-success span {
        display: -webkit-box;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center
    }

    table.dataTable tbody .state-success span {
        background-color: #06916933;
        color: #069169
    }

    table.dataTable tbody .state-inactive span {
        background-color: #bababa;
        color: #4b4b4b
    }

table.dataTable tbody .type-number {
    text-align: end
}

table.dataTable tbody .table-actions {
    text-transform: uppercase
}

    table.dataTable tbody .table-actions .links-actions {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px
    }

        table.dataTable tbody .table-actions .links-actions .action-table {
            font-family: "Work Sans",sans-serif;
            font-size: .938rem;
            font-weight: 500;
            color: #36c;
            line-height: 1.5 !important;
            text-decoration: underline
        }

            table.dataTable tbody .table-actions .links-actions .action-table::after {
                content: "/";
                margin: 0 10px;
                color: #4b4b4b;
                text-decoration: initial
            }

            table.dataTable tbody .table-actions .links-actions .action-table:last-of-type::after {
                content: "";
                margin: initial
            }

    table.dataTable tbody .table-actions .container-fluid {
        display: none
    }

    table.dataTable tbody .table-actions.subtable {
        width: 5%
    }

        table.dataTable tbody .table-actions.subtable span {
            font-size: 1rem;
            color: #004884
        }

.table-pagination-govco .content-footer-table {
    padding: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    row-gap: 36px
}

    .table-pagination-govco .content-footer-table .footer-note {
        border-radius: 10px;
        border: 2px solid #e6effd;
        padding: 10px 20px
    }

        .table-pagination-govco .content-footer-table .footer-note p {
            margin-bottom: 0
        }

    .table-pagination-govco .content-footer-table.subtable {
        -webkit-box-align: start;
        align-items: flex-start;
        align-content: flex-start
    }

.table-pagination-govco.subtable > .content-subtable {
    max-height: 590px;
    overflow: auto
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled svg {
    fill: #b6b6b6
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: initial !important;
    font-size: .875rem !important;
    font-weight: 400;
    color: #004884 !important
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #e6effd;
        color: #004884 !important;
        border-radius: 5px
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #36c !important;
        font-weight: 600;
        color: #fff !important;
        border-radius: 5px
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #fff !important
        }

.dataTables_wrapper .dataTables_paginate .ellipsis {
    font-size: 1.4375rem !important
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center
}

.dataTables_wrapper .dataTables_length {
    float: initial !important
}

    .dataTables_wrapper .dataTables_length label {
        padding: 0;
        margin: 0
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #36c !important;
    text-decoration: underline !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #bababa !important;
    pointer-events: none
}

table.dataTable thead th, table.dataTable.no-footer {
    border: initial
}

.scroll-dark-govco {
    overflow-y: scroll;
    scrollbar-face-color: #36c !important;
    scrollbar-track-color: #fff !important;
    scrollbar-arrow-color: #fff !important;
    scrollbar-highlight-color: #36c !important;
    scrollbar-3dlight-color: #36c !important;
    scrollbar-darkshadow-color: #36c !important;
    scrollbar-color: #36c #fff !important;
    scrollbar-width: thin !important
}

    .scroll-dark-govco::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #36c
    }

    .scroll-dark-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff
    }

    .scroll-dark-govco::-webkit-scrollbar-thumb:hover {
        background: #36c
    }

.scroll-light-govco {
    scrollbar-face-color: #004884 !important;
    scrollbar-track-color: #e6effd !important;
    scrollbar-arrow-color: #e6effd !important;
    scrollbar-highlight-color: #e6effd !important;
    scrollbar-3dlight-color: #e6effd !important;
    scrollbar-darkshadow-color: #e6effd !important;
    scrollbar-color: #004884 #e6effd !important;
    scrollbar-width: thin !important;
    overflow-y: scroll
}

    .scroll-light-govco::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    .scroll-light-govco::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #004884
    }

    .scroll-light-govco::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #e6effd
    }

    .scroll-light-govco::-webkit-scrollbar-thumb:hover {
        background: #004884
    }

.tooltip-inner {
    background-color: #f2f2f2 !important;
    opacity: 1 !important;
    font-size: .875rem;
    font-weight: 600;
    color: #4b4b4b !important;
    font-family: "Work Sans",sans-serif !important
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #d6d6d6 !important
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #d6d6d6 !important
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #d6d6d6 !important
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #d6d6d6 !important
}

.hidden {
    display: none !important
}

.content-inputs {
    overflow: auto;
    height: calc(100vh - 8vh)
}

.input-govco {
    color: #0b457f !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: .3rem !important;
    border-top-left-radius: .3rem !important;
    border-bottom: 1px solid #004884 !important;
    background-color: #e5eefb;
    border: unset;
    line-height: 1.4 !important;
    padding: .375rem .5rem
}

    .input-govco ~ .input-group-append > .govco-icon {
        color: #004884;
        padding-top: 1px
    }

    .input-govco::-webkit-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-moz-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco::-ms-input-placeholder {
        color: rgba(11,69,127,.6)
    }

    .input-govco:disabled {
        background-color: #e9ecef !important;
        opacity: 1;
        border-color: #bfbfbf !important;
        color: #bfbfbf !important
    }

        .input-govco:disabled::-webkit-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-ms-input-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::-moz-placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled::placeholder {
            color: #bfbfbf !important;
            opacity: 1
        }

        .input-govco:disabled:-ms-input-placeholder {
            color: #0b457f
        }

    .input-govco.is-invalid, .invalid-form .input-govco.ng-invalid {
        border-color: #a80521 !important;
        color: #a80521 !important;
        background-color: #fff2fa !important
    }

        .input-govco.is-invalid ~ .input-group-append > .govco-icon, .invalid-form .input-govco.ng-invalid ~ .input-group-append > .govco-icon {
            color: #a80521
        }

        .input-govco.is-invalid::-webkit-input-placeholder, .invalid-form .input-govco.ng-invalid::-webkit-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-moz-placeholder, .invalid-form .input-govco.ng-invalid::-moz-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::placeholder, .invalid-form .input-govco.ng-invalid::placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::-ms-input-placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::-ms-input-placeholder {
            color: rgba(168,5,33,.6)
        }

        .input-govco.is-invalid::-ms-input-placeholder::placeholder, .invalid-form .input-govco.ng-invalid::-ms-input-placeholder::placeholder {
            color: rgba(168,5,33,.6)
        }

    .input-govco.is-valid {
        border-color: #28a745 !important;
        background-color: rgba(40,167,69,.1);
        color: #28a745 !important
    }

        .input-govco.is-valid::-webkit-input-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid::-ms-input-placeholder {
            opacity: 1;
            color: #28a745 !important
        }

        .input-govco.is-valid::-moz-placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid::placeholder {
            color: #28a745 !important;
            opacity: 1
        }

        .input-govco.is-valid:-ms-input-placeholder {
            color: #28a745 !important
        }

.form-control:focus {
    box-shadow: none !important
}

.input-govco:focus {
    background-color: #e5eefb !important
}

.span-message-character {
    color: red
}

.input-govco .div-count-character {
    position: absolute;
    bottom: 8px;
    width: 100%;
    border-top: 1px solid #36c
}

    .input-govco .div-count-character .span-message-character {
        color: red;
        font-size: 11px;
        font-weight: 600;
        padding: 0 20px
    }

    .input-govco .div-count-character .span-count-character {
        font-weight: 600
    }

.div-page {
    background-color: #fff;
    height: 300px;
    border: 1px solid #004884
}

    .div-page > div {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0
    }

.gov-co-margin-page {
    margin-top: 70px;
    position: relative
}

    .gov-co-margin-page > .med-pag {
        background-color: #e6effd
    }

        .gov-co-margin-page > .med-pag::after {
            content: "74px";
            position: absolute;
            left: -30px;
            bottom: -30px
        }

        .gov-co-margin-page > .med-pag::before {
            content: "74px";
            position: absolute;
            right: -30px;
            bottom: -30px
        }

    .gov-co-margin-page::after {
        content: "1140px";
        position: absolute;
        margin: 0 5%;
        width: 90%;
        top: -40px;
        left: 0;
        border-bottom: 1px solid #000;
        text-align: center
    }

    .gov-co-margin-page::before {
        content: "1280px";
        position: absolute;
        width: 100%;
        top: -70px;
        left: 0;
        border-bottom: 1px solid #000;
        text-align: center
    }

.div-columns {
    display: -webkit-box;
    display: flex
}

    .div-columns > div {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        height: 100%;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0;
        background-color: #e6effd
    }

.div-fd-page {
    position: relative;
    display: -webkit-box;
    display: flex
}

    .div-fd-page > div {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        height: 100%;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0
    }

    .div-fd-page > .div-des-page {
        position: absolute;
        width: 100%;
        z-index: 3
    }

.class-pages {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 160px 160px auto
}

.model-one {
    grid-template-rows: 120px auto;
    grid-template-areas: "titulo titulo area" "formder formizq area"
}

    .model-one > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .model-one > .titulo {
        grid-area: titulo;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-left-width: 0
    }

    .model-one > .area {
        grid-area: area;
        margin-left: 40px;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0;
        border-right-width: 0
    }

    .model-one > .form-der {
        grid-area: formder;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-left-width: 0
    }

    .model-one > .form-izq {
        grid-area: formizq;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0
    }

.model-three {
    grid-template-rows: repeat(3,1fr);
    grid-template-areas: "titulo titulo area" "formder formizq area" "tabla tabla area"
}

    .model-three > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .model-three > .titulo {
        grid-area: titulo;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-left-width: 0
    }

    .model-three > .area {
        grid-area: area;
        margin-left: 40px;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0;
        border-right-width: 0
    }

    .model-three > .form-der {
        grid-area: formder;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-left-width: 0
    }

    .model-three > .form-izq {
        grid-area: formizq;
        background-color: #f2f2f2ce;
        border: 1px solid #004884
    }

    .model-three > .tabla {
        grid-area: tabla;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-left-width: 0
    }

.model-four {
    grid-template-rows: repeat(3,1fr);
    grid-template-areas: "titulo titulo area" "formder formizq area" "tabla tabla tabla"
}

    .model-four > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .model-four > .titulo {
        grid-area: titulo;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-left-width: 0
    }

    .model-four > .area {
        grid-area: area;
        margin-left: 40px;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-bottom-width: 0;
        border-right-width: 0
    }

    .model-four > .form-der {
        grid-area: formder;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-left-width: 0
    }

    .model-four > .form-izq {
        grid-area: formizq;
        background-color: #f2f2f2ce;
        border: 1px solid #004884
    }

    .model-four > .tabla {
        grid-area: tabla;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-left-width: 0
    }

.model-five {
    grid-template-rows: repeat(3,1fr);
    grid-template-areas: "titulo titulo area" "tabs formder formizq" "tabs tabla tabla"
}

    .model-five > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .model-five > .titulo {
        grid-area: titulo;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-left-width: 0
    }

    .model-five > .tabs {
        grid-area: tabs;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-left-width: 0
    }

    .model-five > .form-der {
        grid-area: formder;
        background-color: #f2f2f2ce;
        border: 1px solid #004884
    }

    .model-five > .form-izq {
        grid-area: formizq;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-left-width: 0;
        border-right-width: 0
    }

    .model-five > .tabla {
        grid-area: tabla;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-right-width: 0
    }

.model-six {
    grid-template-rows: 100px auto;
    grid-template-areas: "titulo titulo area" "contenttabs contenttabs contenttabs"
}

    .model-six > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .model-six > .titulo {
        grid-area: titulo;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-top-width: 0;
        border-left-width: 0
    }

    .model-six > .content-tabs {
        grid-area: contenttabs;
        position: relative;
        background-color: #f2f2f2ce;
        border: 1px solid #004884;
        border-bottom-width: 0;
        border-right-width: 0;
        border-left-width: 0;
        margin-top: 40px
    }

        .model-six > .content-tabs > div {
            width: 100%;
            height: 32px;
            position: absolute;
            top: -32px;
            left: 0;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around
        }

            .model-six > .content-tabs > div > div {
                -webkit-box-flex: 1;
                flex: 1 1 auto;
                margin: 0 2px;
                border: 1px solid #000;
                border-bottom-width: 0;
                background-color: #f2f2f2ce
            }

.div-marg {
    margin-top: 30px
}

.alert-success-govco {
    background: #fff;
    border-color: #069169;
    border-radius: .5rem
}

    .alert-success-govco .alert-heading {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .alert-success-govco .alert-heading .govco-icon {
            margin-right: 1rem
        }

        .alert-success-govco .alert-heading .govco-icon, .alert-success-govco .alert-heading .headline-l-govco {
            color: #069169 !important
        }

    .alert-success-govco li, .alert-success-govco p {
        color: #4b4b4b
    }

.alert-primary-govco {
    background: #fff;
    border-color: #36c;
    border-radius: .5rem
}

    .alert-primary-govco .alert-heading {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .alert-primary-govco .alert-heading .govco-icon {
            margin-right: 1rem
        }

        .alert-primary-govco .alert-heading .govco-icon, .alert-primary-govco .alert-heading .headline-l-govco {
            color: #36c !important
        }

    .alert-primary-govco li, .alert-primary-govco p {
        color: #4b4b4b
    }

.alert-warning-govco {
    background: #fff;
    border-color: #ffab00;
    border-radius: .5rem
}

    .alert-warning-govco .alert-heading {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .alert-warning-govco .alert-heading .govco-icon {
            margin-right: 1rem
        }

        .alert-warning-govco .alert-heading .govco-icon, .alert-warning-govco .alert-heading .headline-l-govco {
            color: #ffab00 !important
        }

    .alert-warning-govco li, .alert-warning-govco p {
        color: #4b4b4b
    }

.alert-wrong-govco {
    background: #fff;
    border-color: #a80521;
    border-radius: .5rem
}

    .alert-wrong-govco .alert-heading {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .alert-wrong-govco .alert-heading .govco-icon {
            margin-right: 1rem
        }

        .alert-wrong-govco .alert-heading .govco-icon, .alert-wrong-govco .alert-heading .headline-l-govco {
            color: #a80521 !important
        }

    .alert-wrong-govco li, .alert-wrong-govco p {
        color: #a80521
    }

.teclado-item {
    width: 12em
}

.container-keyboard-password {
    max-width: 243px
}

.teclado-item input[type=password] {
    position: relative;
    border: none;
    border-bottom: .02em solid #004884;
    background: #e6effd;
    color: #36c;
    font-size: 1.2em
}

.lb-name {
    position: absolute;
    top: -1.5em;
    color: #004884;
    font-size: .9em
}

.textarea-govco {
    position: relative
}

    .textarea-govco textarea {
        background-color: rgba(157,190,255,.3) !important;
        border-radius: .8rem !important;
        font-weight: 600 !important;
        padding: 5% 5% 10%;
        height: 12.063rem
    }

        .textarea-govco textarea::-webkit-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-moz-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::-ms-input-placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea::placeholder {
            color: rgba(11,69,127,.6) !important
        }

        .textarea-govco textarea:focus, .textarea-govco textarea:hover {
            background-image: none !important
        }

    .textarea-govco .div-count-character {
        position: absolute;
        bottom: 8px;
        width: 100%;
        border-top: 1px solid #36c
    }

        .textarea-govco .div-count-character .span-message-character {
            color: red;
            font-size: 11px;
            font-weight: 600;
            padding: 0 20px
        }

        .textarea-govco .div-count-character .span-count-character {
            font-weight: 600
        }

.bg-color-magenta {
    background-color: #c20a3b
}

.bg-color-magenta-500 {
    background-color: #f42e62
}

.bg-color-magenta-200 {
    background-color: #fdd8e2
}

.bg-color-blue-capri {
    background-color: #81abff
}

.bg-color-blue-denim {
    background-color: #4573d0
}

.bg-color-blue-lake {
    background-color: #5b8bff
}

.bg-color-blue-quilt {
    background-color: #9dbeff
}

.bg-color-blue-ocean {
    background-color: #5881d5
}

.bg-color-blue-marlin {
    background-color: #4a7eff
}

.bg-color-red-flag {
    background-color: #d31f3f
}

.bg-color-yellow {
    background-color: #fad118
}

.bg-color-blue-ligth-v2 {
    background-color: #c9e2ff
}

.bg-color-tundora-v2 {
    background-color: #606060
}

.bg-color-orange-v2 {
    background-color: #ff6c00
}

.bg-color-hawkes-blue-v2 {
    background-color: #f6f8f9
}

.bg-color-blue-dark, .bg-color-dark-blue {
    background-color: #004884
}

.bg-color-blue-light {
    background-color: #e6effd
}

.bg-color-marine {
    background-color: #36c
}

.bg-color-dodger-blue {
    background-color: #3772ff
}

.bg-color-green {
    background-color: #069169
}

.bg-color-gold {
    background-color: #ffab00
}

.bg-color-orange {
    background-color: #f3561f
}

.bg-color-concrete {
    background-color: #f2f2f2
}

.bg-color-silver {
    background-color: #bababa
}

.bg-color-tundora {
    background-color: #4b4b4b
}

.bg-color-tutu {
    background-color: #fff2fa
}

.bg-color-radical-red {
    background-color: #f42e63
}

.bg-color-shiraz {
    background-color: #a80521
}

.bg-color-white {
    background-color: #fff
}

.bg-color-hawkes-blue {
    background-color: #f6f8f9
}

.bg-color-catalina-blue {
    background-color: #0b457f
}

.bg-color-pale-sky {
    background-color: #6c757d
}

.bg-color-selago {
    background-color: #e5eefb
}

.bg-color-hawkes-blue-300 {
    background-color: rgba(157,190,255,.3)
}

.bg-color-catalina-blue-600 {
    background-color: rgba(11,69,127,.6)
}

.bg-color-dark-blue-200 {
    background-color: rgba(0,72,132,.2)
}

.bg-color-dark-blue-500 {
    background-color: rgba(0,72,132,.5)
}

.bg-color-marine-300 {
    background-color: rgba(51,102,204,.3)
}

.bg-color-marine-400 {
    background-color: rgba(51,102,204,.4)
}

.bg-color-shiraz-600 {
    background-color: rgba(168,5,33,.6)
}

.bg-color-black-160 {
    background-color: rgba(0,0,0,.16)
}

.bg-color-white-contrast {
    background-color: #fff
}

.bg-color-yellow-contrast {
    background-color: #ddfb00
}

.bg-color-orange-contrast {
    background-color: #fbc200
}

.bg-color-black-contrast {
    background-color: #000
}

.scroll-to-top {
    opacity: 0;
    position: fixed;
    bottom: 1rem;
    right: -144px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px -3px #4b4b4b;
    z-index: 110;
    -webkit-transition: .6s;
    transition: .6s all;
    box-shadow: 0 4px 0 #3366CC24;
    border: 2px solid #e6effd
}

    .scroll-to-top button {
        border: unset;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: .5rem;
        background: #fff;
        cursor: pointer
    }

        .scroll-to-top button .btn-svg-up-hover {
            font-size: 2rem !important;
            line-height: 2rem;
            color: #004884
        }

        .scroll-to-top button .back-to-top-button {
            padding: .4rem !important
        }

        .scroll-to-top button .label-button-star-up {
            font-size: 1rem !important;
            padding: 0 .6rem;
            width: 144px
        }

        .scroll-to-top button:focus {
            outline: 0
        }

    .scroll-to-top:hover {
        right: -.1rem !important
    }

.show-scrollTop {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s all
}

body.all, body.all .nav-secondary.govco-content {
    background-color: #000 !important
}

    body.all .scroll-to-top button {
        background: #000
    }

        body.all .scroll-to-top button .btn-svg-up-hover, body.all .scroll-to-top button span {
            color: #004884 !important
        }

    body.all .breadcrumb .breadcrumb-item .govco-icon::before, body.all .breadcrumb li:not(.active) a {
        color: #fff !important
    }

.page__footer {
    padding-bottom: 70px;
    padding-top: 77px;
    margin-top: 1.8%;
    background-color: #36c !important;
    color: #fff !important
}

    .page__footer .container ul li a:hover {
        text-decoration: none;
        background-color: transparent !important;
        box-shadow: none !important;
        color: #fff
    }

    .page__footer .container .footer-container .footer-title {
        -webkit-box-pack: center;
        justify-content: center
    }

        .page__footer .container .footer-container .footer-title .title-footer {
            -webkit-box-pack: center;
            justify-content: center;
            margin-top: 0;
            text-align: center;
            font-size: 30px;
            font-family: Montserrat,sans-serif,sans-serif;
            letter-spacing: 0;
            color: #fff;
            font-weight: 300;
            margin-bottom: 30px
        }

    .page__footer .container .footer-container .nav-footer {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 14.25rem;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                color: #fff !important;
                font-size: 2.8rem
            }

            .page__footer .container .footer-container .nav-footer .item-footer p {
                color: #fff !important;
                margin-top: .5rem !important;
                margin-bottom: 0 !important;
                line-height: 1.25 !important;
                font-size: 1rem;
                font-weight: 400;
                text-rendering: geometricPrecision
            }

            .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link {
                text-align: center;
                font-size: 14px;
                font-family: "Work Sans",sans-serif,sans-serif;
                letter-spacing: 0;
                color: #fff
            }

                .page__footer .container .footer-container .nav-footer .item-footer .title-contact-link:first-letter {
                    text-transform: capitalize !important
                }

            .page__footer .container .footer-container .nav-footer .item-footer .content-link {
                text-align: center;
                font-size: 14px;
                font-family: "Work Sans",sans-serif,sans-serif;
                letter-spacing: 0;
                color: #fff;
                margin-top: 1px !important
            }

                .page__footer .container .footer-container .nav-footer .item-footer .content-link br {
                    display: none
                }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: center;
                border: 3px solid transparent !important;
                height: 100%
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: .5rem;
                    margin-bottom: 0;
                    line-height: 1.25;
                    text-transform: none;
                    font-weight: 400;
                    text-rendering: geometricPrecision;
                    text-align: center;
                    font-size: 14px;
                    font-family: "Work Sans",sans-serif,sans-serif;
                    letter-spacing: 0;
                    color: #fff
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover {
                    border: 3px solid #fff !important;
                    background-color: transparent;
                    color: #fff !important
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:hover p {
                        font-weight: 500
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active {
                    background-color: transparent;
                    box-shadow: none
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link:active p {
                        font-weight: 500
                    }

    .page__footer .container .submenu-footer {
        padding: 0;
        display: -webkit-box;
        display: flex
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 40px;
            margin-bottom: 0
        }

            .page__footer .container .submenu-footer ul li {
                display: inline-block
            }

        .page__footer .container .submenu-footer a {
            color: #fff;
            text-transform: none;
            padding: 0 1rem;
            border-radius: 3px;
            position: relative;
            display: block;
            text-align: center;
            text-decoration: underline;
            font-weight: 700;
            font-size: 18px;
            font-family: Montserrat,sans-serif;
            letter-spacing: 0
        }

            .page__footer .container .submenu-footer a:active, .page__footer .container .submenu-footer a:focus, .page__footer .container .submenu-footer a:hover {
                color: #fff;
                text-decoration: underline
            }

.nav-pills .nav-item .nav-link.active {
    background-color: transparent !important;
    box-shadow: none !important
}

@media (max-width:575.98px) {
    .page__footer .container #footer-container {
        -webkit-box-pack: left;
        justify-content: left;
        padding: .5rem 1rem
    }

        .page__footer .container #footer-container .title-footer {
            padding: .5rem 1rem;
            display: block;
            width: 100%;
            text-align: left;
            margin-bottom: 0;
            margin-top: 0;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container #footer-container .nav-footer .item-footer .nav-link a {
            margin-top: .5rem !important;
            margin-left: 0 !important;
            display: contents
        }

    .page__footer .container .submenu-footer {
        margin-top: 40px;
        -webkit-box-pack: left;
        justify-content: left
    }

        .page__footer .container .submenu-footer ul {
            margin-top: 0;
            margin-bottom: 0;
            padding: .5rem 1rem
        }

            .page__footer .container .submenu-footer ul li {
                width: 100%
            }

                .page__footer .container .submenu-footer ul li a {
                    text-align: left;
                    padding: 1rem .5rem
                }
}

@media (max-width:767.98px) {
    .page__footer {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .page__footer .container .footer-container .title-footer {
            margin-top: 0;
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container .submenu-footer {
            margin-top: 0
        }

            .page__footer .container .submenu-footer ul li a {
                text-align: left;
                padding: 1.5rem 1rem
            }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 100%
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                margin-right: 15px
            }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: left;
                display: -webkit-inline-box;
                display: inline-flex;
                width: 100%;
                vertical-align: middle;
                -webkit-box-align: center;
                align-items: center
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: 0;
                    margin-left: 10px
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title {
                    margin-top: 1rem;
                    -webkit-box-pack: left;
                    justify-content: left;
                    padding-left: 20px
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title h2 {
                        font-size: 1.6rem
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link p {
                    text-align: left;
                    font-size: 1rem !important;
                    display: contents
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p::first-letter {
                        text-transform: capitalize !important
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link {
                        text-transform: none !important;
                        white-space: nowrap
                    }

                        .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link a {
                            color: #fff
                        }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p br {
                        display: block
                    }
}

.all span.breadcrumb-text.item-link:hover {
    background: #ddfb00 !important
}

footer {
    font-size: 16px
}

.footer-links a {
    color: #fff !important;
    font-size: .85rem
}

    .footer-links a:hover {
        color: #fff;
        font-size: .85rem !important
    }

.content-link {
    color: #fff !important
}

.text-bold {
    font-weight: 500 !important
}

.image-footer {
    position: absolute;
    bottom: 0;
    right: 0
}

.img-width {
    width: 36px
}

.llamada-solicitud {
    margin: 10px 5px;
    font-size: .85rem !important;
    color: #fff !important
}

.footer-icon-co {
    width: 30%;
    cursor: pointer;
    border-right: 1px solid #fff;
    padding-right: 1rem
}

.footer-icon-govco {
    min-width: 70%;
    padding-left: 1rem;
    cursor: pointer
}

.footer-border-icon-co {
    padding-right: 26px;
    border-right: 2px solid #fff
}

.form-btn-sesion {
    position: relative
}

.btn-footer-white {
    font-weight: 600;
    background-color: #36c !important;
    border: 1px solid !important;
    margin: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.all #govco-footer {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important
}

    .all #govco-footer .contacto button.btn-round {
        color: #ddfb00 !important;
        border-color: #ddfb00 !important;
        background-color: #000 !important
    }

#govco-footer {
    font-family: "Work Sans",Montserrat,sans-serif;
    font-size: 16px
}

    #govco-footer .footer-descripcion {
        font-size: 1rem !important;
        padding-right: 1rem;
        color: #fff !important
    }

@media screen and (max-width:768px) {
    #govco-footer .footer-descripcion {
        font-size: 14px !important;
        padding: 0 !important
    }
}

#govco-footer .footer-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
}

    #govco-footer .footer-social .redes-sociales {
        color: #fff
    }

        #govco-footer .footer-social .redes-sociales span {
            font-family: "Work Sans",Montserrat,sans-serif;
            font-size: .875rem;
            color: #fff;
            padding-bottom: .5rem;
            display: block
        }

    #govco-footer .footer-social .img-width {
        width: 2.5rem
    }

#govco-footer .footer-links a {
    font-family: "Work Sans",Montserrat,sans-serif;
    font-size: .875rem !important;
    font-weight: 400;
    text-decoration: underline;
    color: #fff
}

#govco-footer .footer-links:last-of-type {
    margin: 0
}

#govco-footer .contacto {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch
}

    #govco-footer .contacto .footer-contacto-tel {
        font-size: .875rem;
        color: #fff
    }

    #govco-footer .contacto button.btn-round {
        margin-top: 1rem !important;
        width: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s all ease-in-out
    }

        #govco-footer .contacto button.btn-round .govco-icon {
            font-size: 1.5rem !important;
            margin: 0 !important;
            padding: 0 !important;
            display: inline-block
        }

        #govco-footer .contacto button.btn-round .icono-btn {
            display: inline-block;
            width: 1.5rem
        }

        #govco-footer .contacto button.btn-round .btn-govco-text {
            font-size: .875rem;
            font-family: "Work Sans",Montserrat,sans-serif;
            font-weight: 400 !important;
            padding-top: .401rem;
            padding-bottom: .401rem;
            padding-left: .3rem;
            color: #fff;
            display: inline-block
        }

        #govco-footer .contacto button.btn-round:hover {
            background-color: #fff !important;
            color: #36c !important;
            -webkit-transition: .3s ease-in-out;
            transition: .3s all ease-in-out
        }

            #govco-footer .contacto button.btn-round:hover * {
                color: #36c !important
            }

#govco-footer #icons-govco {
    width: 100%;
    display: -webkit-box;
    display: flex
}

#govco-footer .social-mobile {
    display: none
}

@media only screen and (max-width:768px) {
    .image-footer {
        position: inherit
    }

    .footer-border-icon-co {
        padding-right: 10%;
        border-right: 2px solid #fff
    }

    .footer-contacto-tel {
        font-size: .85rem;
        color: #fff
    }

    #govco-footer .redes-sociales {
        margin-bottom: 1rem
    }

    #govco-footer .texto-contacto p.text-bold.text-white {
        font-size: 1rem
    }

    #govco-footer .contacto {
        width: 100%;
        margin: 1rem auto
    }

        #govco-footer .contacto .btn-round {
            width: auto !important
        }

    #govco-footer #icons-govco {
        margin: 1rem 0 .5rem;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

        #govco-footer #icons-govco .footer-icon-co {
            width: 22%;
            height: min-intrinsic
        }

        #govco-footer #icons-govco .footer-icon-govco {
            width: 70%;
            height: min-intrinsic
        }

    #govco-footer .social-mobile {
        display: block;
        padding: 1rem
    }

        #govco-footer .social-mobile span {
            color: #fff
        }

    #govco-footer .social-desktop {
        display: none
    }
}

font {
    vertical-align: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
    display: inherit !important;
    vertical-align: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
    display: inherit !important;
    text-align: inherit !important
}

.navbar-govco .navbar-brand {
    padding: 10px !important
}

    .navbar-govco .navbar-brand:focus {
        border: 2px dotted #fff
    }

.image-icon div {
    margin: 0 auto;
    position: relative;
    height: 26px;
    width: 26px;
    background-image: url(/assets/images/spr-govco.png) !important;
    background-repeat: no-repeat
}

.image-icon #contrast {
    background-position: 0 -180px
}

.image-icon #less-size {
    background-position: 0 -206px
}

.image-icon #more-size {
    background-position: 0 -232px
}

.image-icon #relief {
    background-position: 0 -258px
}

#google_translate_element, .goog-te-banner-frame, .goog-tooltip, .goog-tooltip:hover {
    display: none !important
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important
}

.form-search-bar {
    border-radius: 2rem;
    border: 1px solid #fff;
    box-shadow: 0 0 1px #36c;
    overflow: hidden;
    font-size: .5rem;
    margin-left: 1rem;
    line-height: 21px
}

    .form-search-bar.none-visibility {
        border: .5px solid transparent;
        -webkit-transition: 1.5s;
        transition: 1.5s
    }

    .form-search-bar input.form-control {
        font-size: .75rem;
        margin-right: 1px !important;
        margin-left: 10px;
        color: #fff !important;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0;
        height: 25px
    }

        .form-search-bar input.form-control:focus {
            box-shadow: none !important
        }

        .form-search-bar input.form-control.translation {
            width: 0;
            margin: 0 !important;
            color: #fff !important;
            transition: all .5s;
            -webkit-transition: .5s
        }

        .form-search-bar input.form-control.non-translation {
            width: 118px;
            margin-right: 1px !important;
            margin-left: 10px;
            transition: all .5s;
            -webkit-transition: .5s
        }

    .form-search-bar .govco-icon {
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.1
    }

    .form-search-bar .material-icons {
        color: #fff;
        font-size: 1.7rem;
        height: auto;
        width: auto;
        text-align: end
    }

    .form-search-bar input.form-control::-webkit-input-placeholder {
        color: #fff;
        font-size: 1rem;
        opacity: .7;
        line-height: 1.1
    }

    .form-search-bar input.form-control::-moz-placeholder {
        color: #fff;
        font-size: 1rem;
        opacity: .7;
        line-height: 1.1
    }

    .form-search-bar input.form-control::-ms-input-placeholder {
        color: #fff;
        font-size: 1rem;
        opacity: .7;
        line-height: 1.1
    }

    .form-search-bar input.form-control::placeholder {
        color: #fff;
        font-size: 1rem;
        opacity: .7;
        line-height: 1.1
    }

.navbar-brand {
    padding: 0
}

@media (max-width:992px) {
    .navbar-expanded {
        display: none !important
    }

    .navbar-collapsed {
        display: initial !important
    }

        .navbar-collapsed .navbar-collapse .nav-item {
            list-style-type: none
        }

        .navbar-collapsed .navbar-collapse .nav-items {
            opacity: 1;
            -webkit-transition: height .5s,opacity .5s ease-in;
            transition: height .5s,opacity .5s ease-in;
            height: auto
        }

            .navbar-collapsed .navbar-collapse .nav-items.searching {
                opacity: 0;
                height: 0;
                -webkit-transition: height .5s,opacity .5s ease-out;
                transition: height .5s,opacity .5s ease-out
            }

                .navbar-collapsed .navbar-collapse .nav-items.searching .none-visibility {
                    display: none !important
                }

            .navbar-collapsed .navbar-collapse .nav-items .nav-item-menu {
                display: block
            }

        .navbar-collapsed .navbar-collapse .nav-accessibility {
            -webkit-transition: height .5s,opacity .5s ease-in !important;
            transition: height .5s,opacity .5s ease-in !important;
            position: relative;
            margin-top: 8vh;
            width: 100%
        }

            .navbar-collapsed .navbar-collapse .nav-accessibility.none-visibility {
                opacity: 0;
                -webkit-transition: height .5s,opacity .5s ease-out !important;
                transition: height .5s,opacity .5s ease-out !important
            }

            .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility {
                color: #fff;
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center
            }

                .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility label.item {
                    font-size: .75rem;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    margin-bottom: 0;
                    padding-left: .75rem
                }

        .navbar-collapsed .navbar-collapse .nav-most-used {
            opacity: 0;
            height: 0;
            -webkit-transition: height .5s,opacity .3s ease-out;
            transition: height .5s,opacity .3s ease-out
        }

            .navbar-collapsed .navbar-collapse .nav-most-used.searching {
                opacity: 1;
                -webkit-transition: height .5s,opacity .5s ease-in !important;
                transition: height .5s,opacity .5s ease-in !important
            }

                .navbar-collapsed .navbar-collapse .nav-most-used.searching .nav-item-most-used {
                    display: block !important
                }

            .navbar-collapsed .navbar-collapse .nav-most-used .none-visibility {
                display: none
            }

            .navbar-collapsed .navbar-collapse .nav-most-used .separator {
                margin: 1rem 2rem !important
            }

        .navbar-collapsed .navbar-translate {
            background-color: #36c !important;
            text-align: center;
            position: relative;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify !important;
            justify-content: space-between !important;
            -webkit-box-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 300px
        }

            .navbar-collapsed .navbar-translate .navbar-toggler {
                display: initial;
                background-color: transparent;
                border-color: transparent;
                box-shadow: none;
                padding: .75rem
            }

                .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
                    color: #fff
                }

                .navbar-collapsed .navbar-translate .navbar-toggler:active, .navbar-collapsed .navbar-translate .navbar-toggler:focus, .navbar-collapsed .navbar-translate .navbar-toggler:hover {
                    background-color: transparent;
                    box-shadow: none
                }

            .navbar-collapsed .navbar-translate .navbar-brand {
                margin: 0 !important;
                background-color: transparent !important
            }

            .navbar-collapsed .navbar-translate .item-text {
                line-height: 1.5
            }

            .navbar-collapsed .navbar-translate .navbar-nav-mobile {
                margin-bottom: 18px
            }

            .navbar-collapsed .navbar-translate.focus {
                max-height: 0
            }

        .navbar-collapsed .input-group {
            background-color: rgba(255,255,255,.3);
            -webkit-transition: width .5s;
            transition: width .5s
        }

            .navbar-collapsed .input-group .form-control {
                height: auto !important
            }

        .navbar-collapsed .search-items .container-search {
            margin: 1rem 2rem;
            width: 100%
        }

        .navbar-collapsed .search-items .btn-close-search a {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-size: .75rem;
            margin-top: 15px;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in
        }

        .navbar-collapsed .search-mobile-container {
            background-color: rgba(255,255,255,.3) !important;
            border-radius: 2rem;
            border: 2px solid transparent;
            overflow: hidden;
            font-size: .5rem;
            line-height: 21px;
            -webkit-transition: width .5s ease-in;
            transition: width .5s ease-in
        }

            .navbar-collapsed .search-mobile-container.focus {
                width: 70% !important;
                display: -webkit-inline-box;
                display: inline-flex;
                margin-right: 0;
                -webkit-transition: 1s ease-out;
                transition: 1s ease-out
            }

                .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active {
                    background-color: #fff !important;
                    color: #000 !important
                }

                    .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn {
                        padding-top: 7px
                    }

                        .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn .govco-icon {
                            color: #3772ff;
                            font-size: 2rem !important
                        }

                .navbar-collapsed .search-mobile-container.focus ~ .btn-close-search {
                    display: -webkit-inline-box;
                    display: inline-flex;
                    margin: 0 auto
                }

            .navbar-collapsed .search-mobile-container .item-search-mobile {
                border: none;
                background-color: rgba(255,255,255,.3) !important
            }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-moz-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::placeholder {
                    color: #fff
                }

            .navbar-collapsed .search-mobile-container .input-group-btn {
                background-color: rgba(255,255,255,.3) !important;
                padding-top: 7px
            }

                .navbar-collapsed .search-mobile-container .input-group-btn .btn-search {
                    background: 0 0
                }

                .navbar-collapsed .search-mobile-container .input-group-btn .govco-icon {
                    height: auto;
                    color: #fff;
                    font-size: 2rem !important
                }

        .navbar-collapsed s .title {
            color: #fff;
            font-size: 1rem;
            text-transform: initial
        }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #36c;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important
    }

        .navbar-collapse.close-menu-govco {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            -webkit-transition: .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

        .navbar-collapse.open-menu-govco {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition: .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

    .nav-item-mobile {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

        .nav-item-mobile:not(:first-of-type) {
            width: 100% !important
        }

            .nav-item-mobile:not(:first-of-type) .nav-link {
                height: auto;
                border-top: 1.5px solid rgba(255,255,255,.3) !important;
                margin: auto 1.5rem auto 1rem;
                padding-left: 0
            }

        .nav-item-mobile.active, .nav-item-mobile:active, .nav-item-mobile:focus, .nav-item-mobile:hover {
            background-color: #ffab00 !important;
            box-shadow: none !important;
            border-radius: 0 !important
        }

            .nav-item-mobile.active + .nav-item-mobile .nav-link, .nav-item-mobile:active + .nav-item-mobile .nav-link, .nav-item-mobile:focus + .nav-item-mobile .nav-link, .nav-item-mobile:hover + .nav-item-mobile .nav-link {
                border-top: 1.5px solid transparent !important
            }

        .nav-item-mobile .nav-link {
            margin: auto 1rem;
            padding-left: 0
        }

            .nav-item-mobile .nav-link.search {
                margin: auto 2rem !important
            }

            .nav-item-mobile .nav-link span {
                color: #fff;
                font-size: .75rem;
                font-weight: 500
            }

    .separator {
        border-top: 1.5px solid rgba(255,255,255,.3) !important;
        margin: auto 1rem
    }

        .separator .search {
            margin: auto 2rem !important
        }
}

@media (max-height:620px) {
    .navbar-collapse.flex-column.ml-0.collapse.show.navbar-mobile.open-menu-govco {
        overflow-y: auto;
        overflow-x: auto
    }
}

@media (max-width:767.98px) {
    .page__footer {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .page__footer .container .footer-container .title-footer {
            margin-top: 0;
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            font-family: Montserrat,sans-serif,sans-serif;
            letter-spacing: 0;
            color: #fff
        }

        .page__footer .container .submenu-footer {
            margin-top: 0
        }

            .page__footer .container .submenu-footer ul li a {
                text-align: left;
                padding: 1.5rem 1rem
            }

        .page__footer .container .footer-container .nav-footer .item-footer {
            width: 100%
        }

            .page__footer .container .footer-container .nav-footer .item-footer .govco-icon {
                margin-right: 15px
            }

            .page__footer .container .footer-container .nav-footer .item-footer .nav-link {
                text-align: left;
                display: -webkit-inline-box;
                display: inline-flex;
                width: 100%;
                vertical-align: middle;
                -webkit-box-align: center;
                align-items: center
            }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link a {
                    margin-top: 0;
                    margin-left: 10px
                }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title {
                    margin-top: 1rem;
                    -webkit-box-pack: left;
                    justify-content: left;
                    padding-left: 20px
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link .footer-title h2 {
                        font-size: 1.6rem
                    }

                .page__footer .container .footer-container .nav-footer .item-footer .nav-link p {
                    text-align: left;
                    font-size: 1rem !important;
                    display: contents
                }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p::first-letter {
                        text-transform: capitalize !important
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p.content-link {
                        text-transform: none !important;
                        white-space: nowrap
                    }

                    .page__footer .container .footer-container .nav-footer .item-footer .nav-link p br {
                        display: block
                    }
}

.all #header-component .nav-secondary {
    background-color: #000 !important;
    box-shadow: 0 0 3px 0 rgba(255,255,255,.5)
}

.all #header-component .navbar-notifications {
    color: #004884 !important;
    background-color: #ddfb00;
    box-shadow: 0 0 3px 0 rgba(255,255,255,.5)
}

    .all #header-component .navbar-notifications div {
        color: #004884 !important;
        background-color: #ddfb00
    }

        .all #header-component .navbar-notifications div a, .all #header-component .navbar-notifications div a strong {
            color: #004884 !important
        }

.all #header-component .navbar-govco {
    background: #000
}

    .all #header-component .navbar-govco .nav-secondary.show-transition {
        background-color: #000
    }

.all #header-component .container .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li.active, .all #header-component .container ul.navbar-nav.nav-items.nav-items-desktop li.active, .navbar-container .all #header-component .container ul.nav-items.nav-items-desktop.navbar-first-menu li.active {
    background-color: #ddfb00 !important;
    color: #004884 !important
}

#header-component .alert.alert-warning, #header-component .container, #header-component .navbar-container {
    padding: 0 5px;
    max-width: 1130px !important
}

@media (min-width:1200px) {
    #header-component .alert.alert-warning .container, #header-component .container .container, #header-component .navbar-container .container {
        max-width: 1130px !important
    }
}

#header-component .alert.alert-warning .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu, #header-component .alert.alert-warning ul.navbar-nav.nav-items.nav-items-desktop, #header-component .container .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu, #header-component .container ul.navbar-nav.nav-items.nav-items-desktop, #header-component .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu, #header-component .navbar-container ul.navbar-nav.nav-items.nav-items-desktop, .navbar-container #header-component .alert.alert-warning ul.nav-items.nav-items-desktop.navbar-first-menu, .navbar-container #header-component .container ul.nav-items.nav-items-desktop.navbar-first-menu {
    width: 100%
}

    #header-component .alert.alert-warning .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li, #header-component .alert.alert-warning ul.navbar-nav.nav-items.nav-items-desktop li, #header-component .container .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li, #header-component .container ul.navbar-nav.nav-items.nav-items-desktop li, #header-component .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li, #header-component .navbar-container ul.navbar-nav.nav-items.nav-items-desktop li, .navbar-container #header-component .alert.alert-warning ul.nav-items.nav-items-desktop.navbar-first-menu li, .navbar-container #header-component .container ul.nav-items.nav-items-desktop.navbar-first-menu li {
        text-align: center;
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        letter-spacing: .42px;
        color: #004884;
        text-transform: uppercase;
        flex-basis: 100%
    }

        #header-component .alert.alert-warning .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li a, #header-component .alert.alert-warning ul.navbar-nav.nav-items.nav-items-desktop li a, #header-component .container .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li a, #header-component .container ul.navbar-nav.nav-items.nav-items-desktop li a, #header-component .navbar-container ul.nav-items.nav-items-desktop.navbar-first-menu li a, #header-component .navbar-container ul.navbar-nav.nav-items.nav-items-desktop li a, .navbar-container #header-component .alert.alert-warning ul.nav-items.nav-items-desktop.navbar-first-menu li a, .navbar-container #header-component .container ul.nav-items.nav-items-desktop.navbar-first-menu li a {
            padding: 10px;
            text-align: center;
            font-size: 14px;
            font-family: Montserrat,sans-serif;
            height: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center
        }

#header-component .alert.alert-warning {
    padding: 0
}

#header-component .nav-secondary {
    background: #e6effd
}

    #header-component .nav-secondary .nav-item .nav-link {
        line-height: 20px;
        font-weight: 500 !important
    }

#header-component .navbar-govco .form-search-bar {
    border: 1px solid #fff
}

    #header-component .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
        font-size: 1rem;
        font-weight: 400;
        font-family: Montserrat,sans-serif
    }

    #header-component .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
        font-size: 1rem;
        font-weight: 400;
        font-family: Montserrat,sans-serif
    }

    #header-component .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
        font-size: 1rem;
        font-weight: 400;
        font-family: Montserrat,sans-serif
    }

    #header-component .navbar-govco .form-search-bar input.form-control::placeholder {
        font-size: 1rem;
        font-weight: 400;
        font-family: Montserrat,sans-serif
    }

#header-component .container-notifications-header a {
    margin: 15px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: inherit;
    font-size: 14px;
    font-family: "Work Sans",sans-serif;
    letter-spacing: 0
}

    #header-component .container-notifications-header a strong {
        font-weight: 700;
        font-size: 14px;
        font-family: "Work Sans",sans-serif;
        text-decoration: underline;
        display: inline-block;
        margin-left: 3px
    }

.navbar-container .navbar-first-menu a, .navbar-nav a {
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-size: .75rem;
    font-weight: 400;
    color: #0b457f !important;
    text-transform: uppercase;
    padding: 15px 5px
}

.navbar-govco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column
}

    .navbar-govco .form-search-bar input.form-control {
        font-size: 1rem !important;
        width: 118px
    }

        .navbar-govco .form-search-bar input.form-control.translation {
            transition: all 1s
        }

        .navbar-govco .form-search-bar input.form-control.non-translation {
            transition: all 1s
        }

        .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
            opacity: .7;
            line-height: 1.1
        }

        .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
            opacity: .7;
            line-height: 1.1
        }

        .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
            opacity: .7;
            line-height: 1.1
        }

        .navbar-govco .form-search-bar input.form-control::placeholder {
            opacity: .7;
            line-height: 1.1
        }

.navbar-container {
    background-color: #36c
}

    .navbar-container .nav-item-primary.is-scroll {
        margin-top: .63rem
    }

.form-search-bar input.form-control:focus, .form-search-bar-active, .navbar-govco .form-search-bar input.form-control:focus {
    background-color: #fff !important;
    color: #000 !important
}

@media (max-width:768px) {
    .navbar-notifications {
        display: none !important
    }
}

.rotate-icon {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    display: block
}

span.govco-icon.govco-icon-plus.rotate-icon {
    font-size: 1.2rem
}

    span.govco-icon.govco-icon-plus.rotate-icon::before {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1
    }

nav.navbar-govco {
    z-index: 99 !important
}

.btn-round {
    border-radius: 30px !important;
    margin: 0 !important;
    top: 3px;
    left: 0px;
    height: 41px;
}

.btn-sesion {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    background-color: #36c;
    border: 1px solid #fff !important;
    margin: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.btn-cerrar-sesion {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b
}

    .btn-cerrar-sesion:hover, .btn-personalizar:hover {
        background: #36c;
        color: #fff;
        border-radius: 1px
    }

.btn-personalizar {
    font-size: .75rem !important;
    font-weight: 400 !important;
    cursor: pointer;
    padding: 8px;
    color: #4b4b4b;
    margin-top: 14px
}

.mr-icon {
    padding-right: 2px
}

.btn-sesion:hover {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    background: #004884;
    padding: .1em .7em #004884 !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    border-radius: 20px;
    border: 1px solid #004884 !important
}

.btn-sesion-activo {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    background: #004884;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    border-radius: 20px;
    border: 1px solid #004884 !important
}

.icon-text {
    font-size: 1.2rem !important
}

.btn-borde {
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid #fff !important;
    font-size: 1rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important
}

.btn-boder-white:hover {
    background-color: #fff !important;
    color: #36c !important
}

.cerrar-sesion {
    text-align: left;
    position: absolute;
    -webkit-box-pack: end;
    justify-content: end;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    background: #f9f7f7;
    color: #4b4b4b;
    margin-top: -6px !important;
    border-radius: 5px
}

.index-sesion {
    position: relative;
    z-index: 1
}

.btn-boder-white {
    font-weight: 600;
    background-color: #36c !important;
    border: 1px solid !important;
    margin: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: .1em .7em !important;
    cursor: pointer !important;
    line-height: 1.5rem !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    border-radius: 20px
}

.icon-text {
    color: #fff
}

.all #govco-header .header-text-opciones {
    color: #ddfb00 !important;
    border-color: #ddfb00 !important;
    background-color: #000 !important
}

#govco-header {
    font-size: 16px;
    font-family: 'Work Sans',Montserrat,sans-serif
}

    #govco-header .header-text-opciones {
        font-size: .875rem !important;
        padding: .521rem 1rem .48rem !important;
        font-family: "Work Sans",Montserrat,sans-serif;
        letter-spacing: .5px;
        font-weight: 400 !important;
        line-height: .875rem !important
    }

    #govco-header .nav-item-primary {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 !important
    }

    #govco-header #nav-secondary .navbar-container .navbar-first-menu .nav-item a, #govco-header #nav-secondary .navbar-nav .nav-item a, .navbar-container #govco-header #nav-secondary .navbar-first-menu .nav-item a {
        font-size: .875rem !important;
        font-family: "Work Sans",Montserrat,sans-serif !important
    }

    #govco-header .collapse.navbar-collapse.navbar-first-menu.float-right {
        float: initial;
        -webkit-box-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm {
        font-family: 'Work Sans',Montserrat,sans-serif !important;
        height: auto !important;
        padding: .401rem 0 .35rem !important;
        font-size: .875rem !important;
        margin-left: 1rem !important
    }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-webkit-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: 'Work Sans',Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-moz-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: 'Work Sans',Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::-ms-input-placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: 'Work Sans',Montserrat,sans-serif !important;
            opacity: 1
        }

        #govco-header .search-desktop-container input.search-navbar.search-desktop-searchTerm::placeholder {
            color: #fff;
            font-size: 1rem !important;
            font-family: 'Work Sans',Montserrat,sans-serif !important;
            opacity: 1
        }

    #govco-header .search-desktop-container .form-search-bar input.form-control:focus ~ .icon-search, #govco-header .search-desktop-container .form-search-bar-active ~ .icon-search, #govco-header .search-desktop-container input.form-control:focus ~ .icon-search, .form-search-bar #govco-header .search-desktop-container input.form-control:focus ~ .icon-search {
        color: #36c !important
    }

    #govco-header .search-desktop-container .icon-search {
        margin-right: 0 !important
    }

.navbar {
    width: 100%;
    z-index: 3
}

.navbar-container .navbar-first-menu a:focus, .navbar-container .navbar-first-menu a:hover, .navbar-nav a:focus, .navbar-nav a:hover {
    background: 0 0 !important
}

.navbar-container .navbar-first-menu .nav-item.active, .navbar-container .navbar-first-menu .nav-item:focus, .navbar-container .navbar-first-menu .nav-item:hover, .navbar-nav .nav-item.active, .navbar-nav .nav-item:focus, .navbar-nav .nav-item:hover {
    background: #ffab00 !important
}

    .navbar-container .navbar-first-menu .nav-item.active a, .navbar-container .navbar-first-menu .nav-item:focus a, .navbar-container .navbar-first-menu .nav-item:hover a, .navbar-nav .nav-item.active a, .navbar-nav .nav-item:focus a, .navbar-nav .nav-item:hover a {
        color: #0b457f !important;
        font-weight: 600 !important
    }

.navbar-container .navbar-first-menu .container-notifications-header, .navbar-nav .container-notifications-header {
    padding: 0
}

.navbar-container .navbar-first-menu .nav-item, .navbar-nav .nav-item {
    padding: 1px 1rem
}

.navbar-notifications {
    width: 100%;
    background-color: #ffab00
}

.alert-warning {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffab00;
    border: 0;
    border-radius: 0
}

    .alert-warning a {
        padding: 0
    }

    .alert-warning .page-icon-close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-weight: 700;
        line-height: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

        .alert-warning .page-icon-close .govco-icon {
            color: #0b457f !important;
            font-weight: 600 !important;
            margin-top: 3px;
            font-size: 1.5rem
        }

    .alert-warning .page-alert-text {
        font-size: .7rem !important;
        color: #004884 !important;
        font-family: "Work Sans",sans-serif !important;
        text-transform: initial !important;
        font-weight: 500 !important
    }

.navbar-govco {
    background-color: #36c;
    font-size: .5rem;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    z-index: 9 !important
}

    .navbar-govco .form-search-bar {
        box-shadow: 0 0 1px #fff;
        border-radius: 2rem;
        border: 2px solid #fff;
        box-shadow: 0 0 1px #36c;
        overflow: hidden;
        font-size: .5rem;
        margin-left: 1rem;
        line-height: 21px
    }

        .navbar-govco .form-search-bar.none-visibility {
            border: .5px solid transparent;
            -webkit-transition: 1.5s;
            transition: 1.5s
        }

        .navbar-govco .form-search-bar input.form-control {
            margin-right: 1px !important;
            margin-left: 10px;
            color: #fff !important;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0;
            height: 25px
        }

            .navbar-govco .form-search-bar input.form-control:focus {
                color: #000 !important;
                box-shadow: none !important
            }

            .navbar-govco .form-search-bar input.form-control.translation {
                width: 0;
                margin: 0 !important;
                color: #fff !important;
                transition: all .5s;
                -webkit-transition: .5s
            }

            .navbar-govco .form-search-bar input.form-control.non-translation {
                width: 118px;
                margin-right: 1px !important;
                margin-left: 10px;
                transition: all .5s;
                -webkit-transition: .5s
            }

        .navbar-govco .form-search-bar .govco-icon {
            color: #fff;
            font-size: 1.7rem
        }

        .navbar-govco .form-search-bar .material-icons {
            color: #fff;
            font-size: 1.7rem;
            height: auto;
            width: auto;
            text-align: end
        }

        .navbar-govco .form-search-bar input.form-control::-webkit-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-moz-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::-ms-input-placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

        .navbar-govco .form-search-bar input.form-control::placeholder {
            color: #fff;
            font-size: .75rem;
            opacity: .7
        }

.navbar-container {
    width: 100%;
    padding: 0;
    margin: 0
}

    .navbar-container .container {
        max-width: 1356px !important;
        padding: 0;
        margin: 0
    }

    .navbar-container .navbar-logo img {
        margin: 10px 0 !important
    }

    .navbar-container .nav-primary a {
        color: #fff !important
    }

    .navbar-container .nav-item-primary {
        display: -webkit-inline-box;
        display: inline-flex
    }

        .navbar-container .nav-item-primary .lang-govco {
            color: #fff;
            font-size: 1.7rem;
            margin: 0;
            line-height: 30px;
            cursor: pointer
        }

        .navbar-container .nav-item-primary.is-scroll {
            margin-left: auto
        }

    .navbar-container .navbar-first-menu .navbar-first-menu a:focus, .navbar-container .navbar-first-menu .navbar-first-menu a:hover, .navbar-container .navbar-first-menu .navbar-nav a:focus, .navbar-container .navbar-first-menu .navbar-nav a:hover {
        color: #fff
    }

.form-search-bar input.form-control:focus ~ .icon-search, .form-search-bar input.form-control:focus ~ .search-btn > .icon-search, .form-search-bar-active ~ .icon-search, .form-search-bar-active ~ .search-btn > .icon-search {
    color: #3772ff !important
}

.nav-secondary {
    width: 100%;
    background-color: #fff
}

    .nav-secondary.govco-content {
        background-color: #f6f8f9 !important
    }

    .nav-secondary .nav-item {
        cursor: pointer;
        padding: 0
    }

        .nav-secondary .nav-item .nav-link {
            padding: 8.21px 30px;
            line-height: 20px;
            font-weight: 500 !important
        }

.hidden-transition {
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.show-transition {
    display: inline;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.page-header-hidden {
    height: 200px;
    background-color: #fff;
    background-image: none
}

.page-content-hidden {
    height: 3rem;
    background-color: #fff;
    background-image: none
}

.none-visibility {
    color: transparent
}

@media (min-width:992px) {
    .navbar-collapsed {
        display: none !important
    }
}

@media (max-width:992px) {
    .all #header-component .navbar-collapsed .navbar-translate {
        background-color: #000 !important
    }

    .all #header-component .nav-item-mobile.active, .all #header-component .nav-item-mobile:hover {
        background-color: #ddfb00 !important
    }

    .all #header-component i {
        color: #ddfb00 !important;
        background-color: transparent !important
    }

    .all #header-component .nav-item.nav-accessibility .option-accessibility {
        background-color: transparent
    }

    .navbar-expanded {
        display: none !important
    }

    .navbar-collapsed {
        display: initial !important
    }

        .navbar-collapsed .navbar-collapse .nav-item {
            list-style-type: none
        }

        .navbar-collapsed .navbar-collapse .nav-items {
            opacity: 1;
            -webkit-transition: height .5s,opacity .5s ease-in;
            transition: height .5s,opacity .5s ease-in;
            height: auto
        }

            .navbar-collapsed .navbar-collapse .nav-items.searching {
                opacity: 0;
                height: 0;
                -webkit-transition: height .5s,opacity .5s ease-out;
                transition: height .5s,opacity .5s ease-out
            }

                .navbar-collapsed .navbar-collapse .nav-items.searching .none-visibility {
                    display: none !important
                }

            .navbar-collapsed .navbar-collapse .nav-items .nav-item-menu {
                display: block
            }

        .navbar-collapsed .navbar-collapse .nav-accessibility {
            -webkit-transition: height .5s,opacity .5s ease-in !important;
            transition: height .5s,opacity .5s ease-in !important;
            position: relative;
            margin-top: 8vh;
            width: 100%
        }

            .navbar-collapsed .navbar-collapse .nav-accessibility.none-visibility {
                opacity: 0;
                -webkit-transition: height .5s,opacity .5s ease-out !important;
                transition: height .5s,opacity .5s ease-out !important
            }

            .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility {
                color: #fff;
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center
            }

                .navbar-collapsed .navbar-collapse .nav-accessibility .item-accessibility label.item {
                    font-size: .75rem;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    margin-bottom: 0;
                    padding-left: .75rem
                }

        .navbar-collapsed .navbar-collapse .nav-most-used {
            opacity: 0;
            height: 0;
            -webkit-transition: height .5s,opacity .3s ease-out;
            transition: height .5s,opacity .3s ease-out
        }

            .navbar-collapsed .navbar-collapse .nav-most-used.searching {
                opacity: 1;
                -webkit-transition: height .5s,opacity .5s ease-in !important;
                transition: height .5s,opacity .5s ease-in !important
            }

                .navbar-collapsed .navbar-collapse .nav-most-used.searching .nav-item-most-used {
                    display: block !important
                }

            .navbar-collapsed .navbar-collapse .nav-most-used .none-visibility {
                display: none
            }

            .navbar-collapsed .navbar-collapse .nav-most-used .separator {
                margin: 1rem 2rem !important
            }

        .navbar-collapsed .navbar-translate {
            background-color: #36c !important;
            text-align: center;
            position: relative;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify !important;
            justify-content: space-between !important;
            -webkit-box-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 300px
        }

            .navbar-collapsed .navbar-translate .navbar-toggler {
                display: initial;
                background-color: transparent;
                border-color: transparent;
                box-shadow: none;
                padding: .75rem
            }

                .navbar-collapsed .navbar-translate .navbar-toggler .navbar-toggler-icon {
                    color: #fff
                }

                .navbar-collapsed .navbar-translate .navbar-toggler:active, .navbar-collapsed .navbar-translate .navbar-toggler:focus, .navbar-collapsed .navbar-translate .navbar-toggler:hover {
                    background-color: transparent;
                    box-shadow: none
                }

            .navbar-collapsed .navbar-translate .navbar-brand {
                margin: 0 !important;
                background-color: transparent !important
            }

            .navbar-collapsed .navbar-translate .item-text {
                line-height: 1.5
            }

            .navbar-collapsed .navbar-translate .navbar-nav-mobile {
                margin-bottom: 18px
            }

            .navbar-collapsed .navbar-translate.focus {
                max-height: 0
            }

        .navbar-collapsed .input-group {
            background-color: rgba(255,255,255,.3);
            -webkit-transition: width .5s;
            transition: width .5s
        }

            .navbar-collapsed .input-group .form-control {
                height: auto !important
            }

        .navbar-collapsed .search-items .container-search {
            margin: 1rem 2rem;
            width: 100%
        }

        .navbar-collapsed .search-items .btn-close-search a {
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-size: .75rem;
            margin-top: 15px;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in
        }

        .navbar-collapsed .search-mobile-container {
            background-color: rgba(255,255,255,.3) !important;
            border-radius: 2rem;
            border: 2px solid transparent;
            overflow: hidden;
            font-size: .5rem;
            line-height: 21px;
            -webkit-transition: width .5s ease-in;
            transition: width .5s ease-in
        }

            .navbar-collapsed .search-mobile-container.focus {
                width: 70% !important;
                display: -webkit-inline-box;
                display: inline-flex;
                margin-right: 0;
                -webkit-transition: 1s ease-out;
                transition: 1s ease-out
            }

                .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active {
                    background-color: #fff !important;
                    color: #000 !important
                }

                    .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn {
                        padding-top: 7px
                    }

                        .form-search-bar .navbar-collapsed input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .form-search-bar input.search-mobile-container.focus.form-control:focus .input-group-btn .govco-icon, .navbar-collapsed .search-mobile-container.focus.form-search-bar-active .input-group-btn .govco-icon {
                            color: #3772ff;
                            font-size: 2rem !important
                        }

                .navbar-collapsed .search-mobile-container.focus ~ .btn-close-search {
                    display: -webkit-inline-box;
                    display: inline-flex;
                    margin: 0 auto
                }

            .navbar-collapsed .search-mobile-container .item-search-mobile {
                border: none;
                background-color: rgba(255,255,255,.3) !important
            }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-moz-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::-ms-input-placeholder {
                    color: #fff
                }

                .navbar-collapsed .search-mobile-container .item-search-mobile::placeholder {
                    color: #fff
                }

            .navbar-collapsed .search-mobile-container .input-group-btn {
                background-color: rgba(255,255,255,.3) !important;
                padding-top: 7px
            }

                .navbar-collapsed .search-mobile-container .input-group-btn .btn-search {
                    background: 0 0
                }

                .navbar-collapsed .search-mobile-container .input-group-btn .govco-icon {
                    height: auto;
                    color: #fff;
                    font-size: 2rem !important
                }

        .navbar-collapsed .title {
            color: #fff;
            font-size: 1rem;
            text-transform: initial
        }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 100%;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #36c;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important
    }

        .navbar-collapse.close-menu-govco {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            -webkit-transition: .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

        .navbar-collapse.open-menu-govco {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transition: .5s cubic-bezier(.685,.0473,.346,0);
            transition: all .5s cubic-bezier(.685,.0473,.346,0)
        }

    .nav-item-mobile {
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

        .nav-item-mobile:not(:first-of-type) {
            width: 100% !important
        }

            .nav-item-mobile:not(:first-of-type) .nav-link {
                height: auto;
                border-top: 1.5px solid rgba(255,255,255,.3) !important;
                margin: auto 1.5rem auto 1rem;
                padding-left: 0
            }

        .nav-item-mobile.active, .nav-item-mobile:active, .nav-item-mobile:focus, .nav-item-mobile:hover {
            background-color: #ffab00 !important;
            box-shadow: none !important;
            border-radius: 0 !important
        }

            .nav-item-mobile.active + .nav-item-mobile .nav-link, .nav-item-mobile:active + .nav-item-mobile .nav-link, .nav-item-mobile:focus + .nav-item-mobile .nav-link, .nav-item-mobile:hover + .nav-item-mobile .nav-link {
                border-top: 1.5px solid transparent !important
            }

        .nav-item-mobile .nav-link {
            margin: auto 1rem;
            padding-left: 0
        }

            .nav-item-mobile .nav-link.search {
                margin: auto 2rem !important
            }

            .nav-item-mobile .nav-link span {
                color: #fff;
                font-size: .75rem;
                font-weight: 500
            }

    .separator {
        border-top: 1.5px solid rgba(255,255,255,.3) !important;
        margin: auto 1rem
    }

        .separator .search {
            margin: auto 2rem !important
        }
}

.content-table-detalle {
    position: relative
}

    .content-table-detalle .content-detalle {
        position: absolute;
        bottom: 110px;
        right: 20%;
        width: 288px
    }

        .content-table-detalle .content-detalle p {
            margin: 0
        }

        .content-table-detalle .content-detalle ul li {
            list-style: none
        }

.content-render {
    position: relative;
    margin-bottom: 50px;
    padding: 10px 0
}

    .content-render > div > div > .content-component {
        box-shadow: 0 15px 10px -15px #000;
        padding: 10px
    }

.content-footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.content-table-venta {
    max-width: 635px;
    min-width: 635px
}

.content-movile-auto, .content-movile-venta {
    min-width: 320px;
    max-width: 380px
}

.contenfooters {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

    .contenfooters div {
        -webkit-box-flex: 1;
        flex: 1
    }

.navbar-gov-co {
    background-color: #fff;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.navbar-gov-co-pri {
    padding: 0 38px;
    background-color: #36c
}

    .navbar-gov-co-pri .govco-icon {
        color: #fff;
        font-size: 25px
    }

.navbar-gov-co-sub {
    padding: 0 38px;
    background-color: #e6effd
}

    .navbar-gov-co-sub > ul {
        width: 90%;
        margin: 0 auto
    }

.nav-item-gov-co {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    margin: 0 3px;
    cursor: pointer
}

    .nav-item-gov-co:hover {
        background-color: #ffab00
    }

    .nav-item-gov-co a {
        font-size: 12px;
        font-weight: 600;
        color: #004884
    }

    .nav-item-gov-co.active {
        background-color: #ffab00
    }

.titulo-sede-gov-co {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #004884
}

.titulo-venta {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff
}

.sub-titulo-venta {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff
}

.sub-titulo-sede-gov-co {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #004884
}

.gov-detalles {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #4b4b4b
}

.gov-detalles-venta {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 3px
}

.gov-detalles-venta-conta {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #fff;
    margin-bottom: 3px
}

.gov-co-link-presentacion {
    font-family: "Work Sans",sans-serif;
    font-size: .875rem;
    font-weight: 500;
    color: #004884
}

    .gov-co-link-presentacion span {
        text-decoration: none;
        font-size: 1.125rem !important
    }

.gov-co-link-venta {
    font-family: "Work Sans",sans-serif;
    font-size: .75rem;
    color: #fff
}

.goc-co-link-poli {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .75rem
}

.goc-co-link-poli-venta {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: .75rem;
    color: #fff;
    text-decoration: underline
}

.gov-co-logo-pie-mesa {
    width: 48px;
    height: 48px
}

.gov-co-logo-pie-blanco {
    width: 134px;
    height: 48px
}

.gov-co-footer .gov-co-footer-presetacion, .gov-co-footer-lg .gov-co-footer-presetacion, .gov-co-footer-sm .gov-co-footer-presetacion, .gov-co-footer-xl .gov-co-footer-presetacion, .gov-co-footer-xs .gov-co-footer-presetacion {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: space-between;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(15%,#fff),color-stop(15%,#e6effd),color-stop(85%,#e6effd),color-stop(85%,#e6effd));
    background-image: linear-gradient(to bottom,#fff,#fff 15%,#e6effd 15%,#e6effd 85%,#e6effd 85%)
}

    .gov-co-footer .gov-co-footer-presetacion.gov-co-footer-tramites, .gov-co-footer-lg .gov-co-footer-presetacion.gov-co-footer-tramites, .gov-co-footer-sm .gov-co-footer-presetacion.gov-co-footer-tramites, .gov-co-footer-xl .gov-co-footer-presetacion.gov-co-footer-tramites, .gov-co-footer-xs .gov-co-footer-presetacion.gov-co-footer-tramites {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(15%,#fff),color-stop(15%,#f42e63),color-stop(85%,#f42e63),color-stop(85%,#f42e63));
        background-image: linear-gradient(to bottom,#fff,#fff 15%,#f42e63 15%,#f42e63 85%,#f42e63 85%)
    }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad {
        position: relative;
        width: 90%;
        max-width: 1100px;
        min-width: 280px;
        overflow: hidden;
        margin: 0 auto 15px;
        padding: 10px 0;
        background-color: #fff;
        box-shadow: 0 0 3px gray;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > div {
            -webkit-box-flex: 1;
            flex: 1 1 auto
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo {
            vertical-align: middle
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo > div > div > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo > div > div > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo > div > div > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo > div > div > div, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo > div > div > div {
                width: 95%;
                overflow: hidden
            }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div {
            position: relative
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co {
                width: 95%;
                max-width: 291px;
                height: 71px;
                margin: 0 auto;
                background-color: #f2f2f2;
                box-shadow: 0 0 3px gray;
                display: -webkit-box;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center
            }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div {
            padding-top: 10px
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .contenido-sede-gov-co > p, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .contenido-sede-gov-co > p, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .contenido-sede-gov-co > p, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .contenido-sede-gov-co > p, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .contenido-sede-gov-co > p {
                margin-bottom: 3px
            }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales {
                display: -webkit-box;
                display: flex;
                -webkit-box-pack: justify;
                justify-content: space-between;
                padding: 10px 0
            }

                .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a {
                    text-decoration: underline;
                    text-align: center
                }

                    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a > span, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a > span, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a > span, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a > span, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div > div > div > .gov-co-redes-sociales > a > span {
                        font-size: .75rem
                    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co {
            display: none
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > div > div > p, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > div > div > p, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > div > div > p, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > div > div > p, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > div > div > p {
            margin-bottom: 3px
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co {
            display: none
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > div > div > p, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > div > div > p, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > div > div > p, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > div > div > p, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > div > div > p {
            margin-bottom: 3px
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap;
            -webkit-box-pack: justify;
            justify-content: space-between;
            align-content: center;
            height: 50px;
            padding: 15px
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a {
                font-size: 11px
            }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites {
            position: absolute;
            bottom: 10px;
            right: 0
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas {
                -moz-column-gap: 10px;
                -webkit-column-gap: 10px;
                column-gap: 10px;
                -webkit-box-pack: end;
                justify-content: flex-end
            }

                .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas a, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas a, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas a, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas a, .gov-co-footer-xs .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas.poli-tramites .gov-co-politicas a {
                    color: #004884
                }

.gov-co-footer-lg > .gov-co-footer-pie, .gov-co-footer-sm > .gov-co-footer-pie, .gov-co-footer-xl > .gov-co-footer-pie, .gov-co-footer-xs > .gov-co-footer-pie, .gov-co-footer > .gov-co-footer-pie {
    width: 100%;
    background-color: #36c
}

    .gov-co-footer-lg > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer-sm > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer-xl > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer-xs > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer > .gov-co-footer-pie > .gov-co-footer-auto {
        max-width: 1100px;
        width: 100%;
        height: 96px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
        margin: 0 auto
    }

        .gov-co-footer-lg > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-mesa, .gov-co-footer-sm > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-mesa, .gov-co-footer-xl > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-mesa, .gov-co-footer-xs > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-mesa, .gov-co-footer > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-mesa {
            margin-right: 10px
        }

        .gov-co-footer-lg > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-blanco, .gov-co-footer-sm > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-blanco, .gov-co-footer-xl > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-blanco, .gov-co-footer-xs > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-blanco, .gov-co-footer > .gov-co-footer-pie > .gov-co-footer-auto > .gov-co-logo-pie-blanco {
            border-left: 1px solid #fff
        }

    .gov-co-footer-lg > .gov-co-footer-pie.footer-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta {
        padding: 40px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
        row-gap: 30px
    }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta {
            -webkit-box-ordinal-group: 4;
            order: 3;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap;
            -webkit-box-pack: justify;
            justify-content: space-between
        }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa {
                -webkit-box-ordinal-group: 3;
                order: 2
            }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-blanco, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-blanco, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-blanco, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-blanco, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-blanco {
                -webkit-box-ordinal-group: 2;
                order: 1
            }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta {
            -webkit-box-ordinal-group: 2;
            order: 1;
            -webkit-box-flex: 1;
            flex: 1 1 auto
        }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta {
                margin: 10px 0
            }

                .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta > p, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta > p, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta > p, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta > p, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-detalles-venta > p {
                    margin-bottom: 3px
                }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta {
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-flow: column wrap;
                row-gap: 20px;
                -webkit-box-pack: start;
                justify-content: flex-start
            }

                .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a {
                    -webkit-box-flex: 1;
                    flex: 1 1 auto
                }

                    .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a:hover, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a:hover, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a:hover, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a:hover, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta > a:hover {
                        color: #fff
                    }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta {
            -webkit-box-ordinal-group: 3;
            order: 2;
            -webkit-box-flex: 1;
            flex: 1 1 auto
        }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-detalles-venta-conta > p, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-detalles-venta-conta > p, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-detalles-venta-conta > p, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-detalles-venta-conta > p, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-detalles-venta-conta > p {
                margin-bottom: 3px
            }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta {
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-flow: column wrap;
                -webkit-box-pack: start;
                justify-content: flex-start
            }

                .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a {
                    -webkit-box-flex: 1;
                    flex: 1 1 auto
                }

                    .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a:hover, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a:hover, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a:hover, .gov-co-footer-xs > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a:hover, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta > div > div > div > .gov-co-pilo-venta > a:hover {
                        color: #fff
                    }

@media (min-width:576px) {
    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > div {
        -webkit-box-flex: initial;
        flex: initial
    }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo {
        width: 100%
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: end;
            justify-content: flex-end
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co {
                margin: 0 10px
            }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion {
        width: 70%
    }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes {
        width: 50%
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-sedes > div > .h-gov-co {
            display: inline-block
        }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos {
        width: 50%
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-contactos > div > .h-gov-co {
            display: inline-block
        }

    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas {
        width: 100%
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-sm .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas {
            width: 70%;
            margin: 0 auto;
            padding: 10px
        }

    .gov-co-footer-lg > .gov-co-footer-pie.footer-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        row-gap: initial
    }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap
        }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-sm > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta {
            padding: 15px 0;
            margin: 15px 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff
        }
}

@media (min-width:992px) {
    .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad {
        padding: 50px 50px 10px
    }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-titulo {
            width: 60%
        }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad {
            width: 40%
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-logo-autoridad > div > div > div > .logo-gov-co {
                position: absolute
            }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion {
            width: 60%
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-presentacion > div {
                width: 85%;
                margin: 0
            }

        .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas {
            width: 50%;
            padding: 0 10px
        }

            .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas {
                width: 100%;
                padding: 5px
            }

                .gov-co-footer .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-lg .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a, .gov-co-footer-xl .gov-co-footer-presetacion > .gov-co-footer-autoridad > .footer-politicas > div > div > div > .gov-co-politicas > a {
                    font-size: .75rem
                }

    .gov-co-footer-lg > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer-xl > .gov-co-footer-pie > .gov-co-footer-auto, .gov-co-footer > .gov-co-footer-pie > .gov-co-footer-auto {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .gov-co-footer-lg > .gov-co-footer-pie.footer-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        padding: 40px 85px
    }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta {
            -webkit-box-ordinal-group: 2;
            order: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column wrap;
            -webkit-box-pack: start;
            justify-content: flex-start;
            align-content: flex-end;
            row-gap: 20px
        }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-footer-venta > .gov-co-logo-pie-mesa {
                margin: 0 auto;
                align-content: flex-end
            }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta {
            margin: 0 15px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff
        }

            .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-presen-venta > div > div > div > .gov-co-social-media-venta {
                margin-top: 15px
            }

        .gov-co-footer-lg > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer-xl > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta, .gov-co-footer > .gov-co-footer-pie.footer-venta > .gov-co-conta-venta {
            padding: 0;
            margin: 0;
            border: initial
        }
}

.navbar-gov-co-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 34px 85px
}

    .navbar-gov-co-search .content-search {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
        width: 350px
    }

.content-logo {
    width: 305px;
    height: 71px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f6f8f9
}

    .content-logo span {
        margin-left: 30px
    }

div.form-group-search {
    margin-top: 10px;
    width: 100%;
    position: relative
}

    div.form-group-search > input {
        padding-right: 30px
    }

    div.form-group-search > span {
        position: absolute;
        color: #36c;
        top: 0;
        right: 0;
        padding-top: 2px;
        line-height: 1.125em
    }

.nav-terri div.form-group-search > span {
    color: #a80521
}

.navbar-gov-co-sedes {
    position: relative;
    background-color: #f6f8f9;
    border-bottom: 4px solid #069169;
    padding: 0 5.208vw 0 4.167vw;
    flex-wrap: nowrap
}

    .navbar-gov-co-sedes li {
        cursor: pointer;
        list-style: none
    }

        .navbar-gov-co-sedes li:hover {
            background-color: #f2f2f2
        }

    .navbar-gov-co-sedes a {
        padding: 1.5vh .729vw;
        font-family: "Work Sans",sans-serif;
        font-weight: 400;
        font-size: .875rem;
        color: #4b4b4b
    }

        .navbar-gov-co-sedes a.nav-link {
            font-weight: 600
        }

    .navbar-gov-co-sedes h5 {
        font-family: "Work Sans",sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #4b4b4b
    }

    .navbar-gov-co-sedes .navbar-navs ul {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        margin: initial
    }

        .navbar-gov-co-sedes .navbar-navs ul .item-menu-single {
            position: relative;
            -webkit-box-flex: inherit;
            flex: inherit;
            max-width: 250px;
            text-align: center;
            list-style: none
        }

            .navbar-gov-co-sedes .navbar-navs ul .item-menu-single.show {
                background-color: #f2f2f2
            }

                .navbar-gov-co-sedes .navbar-navs ul .item-menu-single.show > a {
                    white-space: pre-wrap;
                    font-size: .875rem;
                    text-decoration: underline
                }

                .navbar-gov-co-sedes .navbar-navs ul .item-menu-single.show::after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 20px;
                    bottom: -15px;
                    left: 0;
                    background-color: #f2f2f2
                }

            .navbar-gov-co-sedes .navbar-navs ul .item-menu-single > .single-menu {
                position: absolute;
                z-index: 1001;
                top: 102%;
                left: 0;
                background-color: #f2f2f2;
                border: initial;
                border-bottom: 4px solid #069169
            }

                .navbar-gov-co-sedes .navbar-navs ul .item-menu-single > .single-menu a {
                    padding: 10px 14px;
                    display: block;
                    white-space: nowrap;
                    text-align: left
                }

                    .navbar-gov-co-sedes .navbar-navs ul .item-menu-single > .single-menu a:hover {
                        background-color: #e8e8e8
                    }

        .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu.show {
            background-color: #f2f2f2
        }

            .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu.show > a.nav-link {
                position: relative
            }

                .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu.show > a.nav-link::after {
                    content: "";
                    position: absolute;
                    background-color: #f2f2f2;
                    width: 100%;
                    height: 30px;
                    top: 100%;
                    left: 0;
                    right: 0
                }

        .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general {
            position: absolute;
            z-index: 1001;
            width: 95%;
            top: 102%;
            left: 0;
            right: 0;
            padding: 0;
            background-color: transparent
        }

            .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general.show {
                border: 0;
                display: -webkit-box;
                display: flex;
                flex-wrap: wrap;
                -webkit-box-pack: space-evenly;
                justify-content: space-evenly
            }

            .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general > .mega-menu {
                background-color: #f2f2f2;
                display: -webkit-box;
                display: flex;
                display: wrap;
                -webkit-box-pack: space-evenly;
                justify-content: space-evenly
            }

                .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general > .mega-menu > .mega-menu-items {
                    background-color: #f2f2f2;
                    border-bottom: 4px solid #069169;
                    padding: 10px 14px
                }

                    .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general > .mega-menu > .mega-menu-items h5 {
                        white-space: nowrap
                    }

                    .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general > .mega-menu > .mega-menu-items a {
                        padding: 10px 14px;
                        white-space: nowrap;
                        display: block
                    }

                        .navbar-gov-co-sedes .navbar-navs ul .item-mega-menu > .mega-menu-general > .mega-menu > .mega-menu-items a:hover {
                            background-color: #e8e8e8
                        }

    .navbar-gov-co-sedes .navbar-button {
        cursor: pointer
    }

        .navbar-gov-co-sedes .navbar-button.show {
            background-color: #f2f2f2
        }

        .navbar-gov-co-sedes .navbar-button a {
            text-decoration: none
        }

        .navbar-gov-co-sedes .navbar-button span {
            font-size: 1.5rem
        }

        .navbar-gov-co-sedes .navbar-button .dropdown-menu {
            left: initial;
            padding: 0;
            margin: 0;
            border: initial
        }

        .navbar-gov-co-sedes .navbar-button .dinamic-menu {
            position: absolute;
            right: 0;
            min-width: 520px;
            background-color: #f2f2f2;
            box-shadow: 0 3px 0 #069169;
            border-radius: 0 0 5px 5px
        }

            .navbar-gov-co-sedes .navbar-button .dinamic-menu > ul {
                position: relative;
                margin: initial;
                padding: 15px
            }

                .navbar-gov-co-sedes .navbar-button .dinamic-menu > ul > li {
                    position: initial;
                    padding: 15px 13px
                }

                    .navbar-gov-co-sedes .navbar-button .dinamic-menu > ul > li.show > a {
                        position: relative;
                        background-color: #e8e8e8
                    }

                        .navbar-gov-co-sedes .navbar-button .dinamic-menu > ul > li.show > a::after {
                            content: "\e830";
                            font-family: "Govco Icon";
                            font-size: 30px;
                            position: absolute;
                            height: 100%;
                            top: 0;
                            right: -40px;
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg)
                        }

                    .navbar-gov-co-sedes .navbar-button .dinamic-menu > ul > li a:hover {
                        background-color: #e8e8e8
                    }

            .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic {
                position: absolute;
                background-color: #e8e8e8;
                top: 0;
                right: 0;
                left: initial;
                min-width: 260px;
                height: 100%
            }

                .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic > ul {
                    padding: 0;
                    margin: 0
                }

                    .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic > ul > li {
                        padding: 10px 13px
                    }

                        .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic > ul > li:hover, .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic > ul > li:hover a {
                            background-color: #d6d6d6
                        }

                        .navbar-gov-co-sedes .navbar-button .dinamic-menu .navs-menu-dinamic > ul > li > a {
                            padding: 10px 13px
                        }

    .navbar-gov-co-sedes.nav-terri {
        border-bottom: 4px solid #a80521
    }

        .navbar-gov-co-sedes.nav-terri .mega-menu > .mega-menu-items, .navbar-gov-co-sedes.nav-terri .single-menu {
            border-bottom: 4px solid #a80521 !important
        }

        .navbar-gov-co-sedes.nav-terri .dinamic-menu {
            box-shadow: 0 3px 0 #a80521 !important
        }

.gov-co-advance .progress {
    height: 3px;
    margin-bottom: 5px
}

    .gov-co-advance .progress .progress-bar {
        background-color: #36c;
        width: 3%
    }

.gov-co-advance .navs-link-advance {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

    .gov-co-advance .navs-link-advance .nav-link-advance {
        -webkit-box-flex: 1;
        flex: 1;
        font-family: "Work Sans",sans-serif;
        font-weight: 400;
        font-size: .938rem;
        color: #4b4b4b;
        display: -webkit-box;
        display: flex;
        cursor: pointer
    }

        .gov-co-advance .navs-link-advance .nav-link-advance:last-of-type {
            -webkit-box-pack: end;
            justify-content: flex-end
        }

        .gov-co-advance .navs-link-advance .nav-link-advance span {
            font-family: Montserrat,sans-serif;
            margin-right: 5px;
            border-radius: 100%;
            border: 1px solid #4b4b4b;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 1px 0
        }

        .gov-co-advance .navs-link-advance .nav-link-advance.active {
            color: #36c;
            font-weight: 700
        }

            .gov-co-advance .navs-link-advance .nav-link-advance.active span {
                background-color: #36c;
                color: #fff;
                border: 1px solid #36c
            }

        .gov-co-advance .navs-link-advance .nav-link-advance.advance {
            color: #bababa;
            font-weight: 700
        }

            .gov-co-advance .navs-link-advance .nav-link-advance.advance span {
                background-color: #bababa;
                color: #fff;
                border: 1px solid #bababa
            }

.gov-co-servi {
    min-width: 165px;
    max-width: 289px
}

    .gov-co-servi .gov-co-servi-item {
        max-width: 287px;
        margin-bottom: 20px;
        background-color: #f6f8f9
    }

        .gov-co-servi .gov-co-servi-item > .btn {
            text-align: left;
            width: 100%;
            padding: 19px 22px;
            font-family: Montserrat,sans-serif;
            font-weight: 600;
            font-size: 1rem;
            color: #004884;
            position: relative;
            text-transform: none;
            border: initial
        }

            .gov-co-servi .gov-co-servi-item > .btn:focus {
                box-shadow: initial
            }

            .gov-co-servi .gov-co-servi-item > .btn span {
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 0;
                width: 40px;
                height: 40px;
                border-radius: 100%;
                font-size: 1rem;
                font-weight: lighter;
                text-align: center;
                padding-top: 4px;
                -webkit-transition: .5s ease-in-out;
                transition: all .5s ease-in-out;
                border: 3px solid transparent;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .gov-co-servi .gov-co-servi-item > .btn.collapsed span {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }

        .gov-co-servi .gov-co-servi-item .servi-body {
            padding: 0 30px 25px;
            border: initial;
            background-color: #f6f8f9
        }

            .gov-co-servi .gov-co-servi-item .servi-body .servi-body-item {
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-flow: row wrap;
                -webkit-box-align: center;
                align-items: center
            }

                .gov-co-servi .gov-co-servi-item .servi-body .servi-body-item span {
                    float: left;
                    width: 40px;
                    color: #36c;
                    font-size: 1.5rem
                }

                .gov-co-servi .gov-co-servi-item .servi-body .servi-body-item p {
                    -webkit-box-flex: 1;
                    flex: 1;
                    width: 40px;
                    white-space: normal;
                    margin: 0;
                    font-family: "Work Sans",sans-serif;
                    font-size: .938rem;
                    font-weight: 400;
                    color: #4b4b4b
                }

            .gov-co-servi .gov-co-servi-item .servi-body.body-expe {
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-flow: row wrap;
                -webkit-box-pack: space-evenly;
                justify-content: space-evenly
            }

                .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-body-item-expe {
                    padding: 0 15px 20px;
                    text-align: center
                }

                    .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-body-item-expe p {
                        margin: 0;
                        font-family: "Work Sans",sans-serif;
                        font-size: 1rem;
                        font-weight: 600;
                        color: #36c
                    }

                    .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-body-item-expe span {
                        color: #36c;
                        font-size: 2.5rem
                    }

                .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-form-expe {
                    width: 100%
                }

                .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-body-action {
                    width: 100%;
                    display: -webkit-box;
                    display: flex;
                    -webkit-box-pack: center;
                    justify-content: center
                }

                    .gov-co-servi .gov-co-servi-item .servi-body.body-expe .servi-body-action .btn.btn-round {
                        font-family: "Work Sans",sans-serif;
                        font-weight: 500;
                        font-size: .938rem;
                        padding: .375rem .75rem
                    }

.gov-co-servi-retro {
    width: 100%;
    background-color: #f6f8f9;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 0 77px
}

    .gov-co-servi-retro .servi-retro-item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        align-items: center;
        padding: 30px 0
    }

        .gov-co-servi-retro .servi-retro-item .text-retro-item {
            margin: 0;
            font-family: Montserrat,sans-serif;
            font-weight: 600;
            font-size: 1rem;
            color: #004884
        }

        .gov-co-servi-retro .servi-retro-item .servi-body-item-expe {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap;
            -webkit-box-align: center;
            align-items: center;
            -moz-column-gap: 10px;
            -webkit-column-gap: 10px;
            column-gap: 10px
        }

            .gov-co-servi-retro .servi-retro-item .servi-body-item-expe p {
                margin: 0;
                font-family: "Work Sans",sans-serif;
                font-weight: 600;
                font-size: 1rem;
                color: #36c
            }

            .gov-co-servi-retro .servi-retro-item .servi-body-item-expe span {
                color: #36c
            }

        .gov-co-servi-retro .servi-retro-item.servi-retro-item-action {
            min-width: 300px;
            width: 400px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column wrap
        }

            .gov-co-servi-retro .servi-retro-item.servi-retro-item-action .servi-form-expe {
                width: 100%
            }

    .gov-co-servi-retro .servi-divider {
        display: none
    }

@media (min-width:1440px) {
    .gov-co-servi-retro .servi-divider {
        display: block;
        align-self: stretch;
        border-left: 1px solid #4b4b4b
    }
}

code[class*=language-], pre[class*=language-] {
    color: #f8f8f2;
    background: 0 0;
    text-shadow: 0 1px rgba(0,0,0,.3);
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #272822
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color: #708090
}

.token.punctuation {
    color: #f8f8f2
}

.token.namespace {
    opacity: .7
}

.token.constant, .token.deleted, .token.property, .token.symbol, .token.tag {
    color: #f92672
}

.token.boolean, .token.number {
    color: #ae81ff
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color: #a6e22e
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    color: #f8f8f2
}

.token.atrule, .token.attr-value, .token.class-name, .token.function {
    color: #e6db74
}

.token.keyword {
    color: #66d9ef
}

.token.important, .token.regex {
    color: #fd971f
}

.token.bold, .token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.govco-form-signin {
    background: no-repeat padding-box #fff;
    border: 2px solid #e6effd;
    border-radius: 10px;
    width: 100%;
    max-width: 470px;
    padding: 0
}

    .govco-form-signin form {
        padding: 50px 42px
    }

        .govco-form-signin form label {
            color: #0b457f !important
        }

            .govco-form-signin form label.label_checkbox {
                font-weight: 300 !important
            }

    .govco-form-signin .govco-icon {
        text-align: center;
        font-size: 60px;
        color: #3772ff;
        line-height: 1 !important;
        margin: 0 auto 25px;
        display: block
    }

    .govco-form-signin .govco-title-sign-form {
        font-family: Montserrat,sans-serif !important;
        font-size: 33px !important;
        font-weight: 300 !important;
        color: #0b457f;
        margin-bottom: 30px;
        line-height: 1 !important
    }

    .govco-form-signin .govco-p-sign-form {
        text-align: left;
        margin-bottom: 0 0 50px
    }

    .govco-form-signin .govco-form-sign-links {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        background: #e6effd;
        border-radius: 0 0 20px 20px;
        padding: auto 60px
    }

        .govco-form-signin .govco-form-sign-links .btn-low {
            padding: 20px;
            font-size: 16px
        }

.card-title-b {
    font-size: 1.3rem;
    margin-bottom: .65rem;
    font-weight: 300
}

.galeria-vertical {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

    .galeria-vertical .title {
        color: #3772ff;
        font-weight: 200;
        font-family: Montserrat,sans-serif;
        display: block;
        text-align: center;
        text-transform: none
    }

    .galeria-vertical .launch {
        color: #3772ff;
        font-weight: 300;
        font-family: 'Work Sans',sans-serif;
        font-size: 1.3rem;
        display: block;
        text-align: center;
        margin-bottom: 2rem
    }

    .galeria-vertical .link {
        text-decoration: unset
    }

    .galeria-vertical .card-header-image {
        margin: 0 !important;
        max-height: 271px;
        height: 271px;
        overflow: hidden;
        position: relative;
        padding: 0;
        z-index: 1;
        border-radius: .75rem;
        box-shadow: 0 3px 5px #00000029;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

        .galeria-vertical .card-header-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -o-object-fit: cover;
            object-position: center;
            -o-object-position: center
        }

    .galeria-vertical .card-body {
        margin: 0 auto;
        width: 100%;
        padding: 1rem 0;
        overflow: hidden;
        z-index: 1;
        box-sizing: border-box;
        font-family: Montserrat,sans-serif;
        position: relative
    }

        .galeria-vertical .card-body .card-category {
            color: #0b457f;
            text-transform: lowercase;
            font-size: .875rem;
            font-family: 'Work Sans',sans-serif !important;
            letter-spacing: 1px;
            display: block;
            margin-bottom: .3rem;
            font-weight: 300
        }

        .galeria-vertical .card-body .card-title {
            text-decoration: underline;
            letter-spacing: 1px;
            font-family: Montserrat,sans-serif;
            font-weight: 500
        }

            .galeria-vertical .card-body .card-title:hover {
                color: #3772ff
            }

        .galeria-vertical .card-body .card-description {
            max-height: 50px;
            overflow: hidden;
            margin: 0;
            color: #3d4b58;
            font-family: 'Work Sans',sans-serif;
            font-weight: 300
        }

    .galeria-vertical .card-blog {
        margin-top: .5rem !important;
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }

    .galeria-vertical .entidad {
        font-size: .875rem;
        position: absolute;
        bottom: 0
    }

    .galeria-vertical .see-more a {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        color: #3772ff;
        font-weight: 500;
        padding: .6rem 1.5rem .5rem;
        margin-top: 1rem;
        border: 2px solid #3772ff;
        border-radius: 2rem;
        text-transform: uppercase;
        transition: background-color .4s ease-out;
        -moz-transition: background-color .4s ease-out;
        -webkit-transition: background-color .4s ease-out
    }

    .galeria-vertical .see-more:hover a {
        background-color: #3772ff;
        color: #fff;
        transition: background-color .4s ease-out;
        -moz-transition: background-color .4s ease-out;
        -webkit-transition: background-color .4s ease-out
    }

.galeria-horizontal {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

    .galeria-horizontal .interest-theme-container {
        max-height: 12.5rem;
        overflow: hidden
    }

        .galeria-horizontal .interest-theme-container .card-img {
            border-radius: 10px 0 0 10px
        }

        .galeria-horizontal .interest-theme-container .card-img-govco {
            height: 12.5rem;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            overflow: hidden;
            clear: both
        }

@media screen and (max-width:768px) {
    .galeria-horizontal .interest-theme-container .card-img-govco {
        height: 126px
    }
}

.galeria-horizontal .interest-theme-container .card-header-govco {
    height: 12.5rem;
    padding: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

    .galeria-horizontal .interest-theme-container .card-header-govco .title-govco-temas {
        color: #004884 !important;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: .5rem;
        display: block;
        font-weight: 600;
        text-decoration: none
    }

        .galeria-horizontal .interest-theme-container .card-header-govco .title-govco-temas:hover {
            color: #004884 !important;
            font-size: 20px !important;
            text-decoration: underline
        }

.galeria-horizontal .interest-theme-container .content-govco {
    font-size: 1rem;
    font-family: "Work Sans",sans-serif;
    color: #4b4b4b;
    line-height: 1.3125rem
}

.categories {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.categories-container {
    width: 255px;
    min-height: 100px;
    background: #fff;
    border: 1px solid #e6effd;
    padding: 1.2em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

    .categories-container.hover, .categories-container:hover {
        border: 1px solid #36c;
        box-shadow: 0 3px 5px 0 #3366CC24;
        box-shadow: 0 4px 0 #3366CC24
    }

    .categories-container.inactive {
        background: #f2f2f2;
        border: 1px solid #f6f8f9
    }

        .categories-container.inactive h1, .categories-container.inactive h2, .categories-container.inactive h3, .categories-container.inactive h4, .categories-container.inactive h5, .categories-container.inactive h6, .categories-container.inactive p {
            color: #4b4b4b
        }

.categories-container_img {
    height: 85px
}

    .categories-container_img.s60 {
        width: 60px;
        height: 60px
    }

.categories-container-text_title {
    color: #004884;
    font-size: 1rem;
    margin: 1em
}

.categories-container-text_description {
    color: #4b4b4b;
    font-size: 1rem;
    line-height: 22px;
    word-break: break-word
}

@media screen and (max-width:768px) {
    .galeria-horizontal .interest-theme-container .card-header-govco {
        height: auto
    }

        .galeria-horizontal .interest-theme-container .card-header-govco .title-govco {
            font-size: 1rem;
            line-height: 24px
        }

    .categories-container {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: flex
    }

    .categories-container-text {
        text-align: left;
        margin-left: 1em
    }

    .categories-container-text_img {
        width: 64px;
        height: 64px
    }

    .categories-container-text_title {
        margin: 0
    }

    .categories-container-text_description {
        font-size: .875rem
    }
}

.see-more {
    -webkit-box-pack: center;
    justify-content: center
}

    .see-more .p-2 .btn-high {
        font-weight: 500;
        font-family: "Work Sans",sans-serif;
        font-size: .938rem;
        text-transform: uppercase
    }

@media only screen and (max-device-width:767px) {
    .title {
        font-size: 2.0625rem !important
    }

    .card-description, .card-title {
        font-size: unset !important
    }
}

.govco-icon {
    font-family: "Govco Icon";
    font-size: 2em
}

    .govco-icon.size-1x {
        font-size: 1em
    }

    .govco-icon.size-2x {
        font-size: 2em
    }

    .govco-icon.size-3x {
        font-size: 3em
    }

    .govco-icon.size-4x {
        font-size: 4em
    }

    .govco-icon.size-5x {
        font-size: 5em
    }

    .govco-icon.size-6x {
        font-size: 6em
    }

    .govco-icon.size-7x {
        font-size: 7em
    }

    .govco-icon.size-8x {
        font-size: 8em
    }

    .govco-icon.size-9x {
        font-size: 9em
    }

    .govco-icon.size-10x {
        font-size: 10em
    }

.govco-icon-head-arrow-right::before {
    content: "\e802"
}

.govco-icon-head-arrow-left::before {
    content: "\e830"
}

.govco-icon-headphones::before {
    content: "\e820"
}

.govco-icon-money-n::before {
    content: "\e96b"
}

.govco-icon-menu-sede::before {
    content: "\e920"
}

.govco-icon-copy-p::before {
    content: "\e91b"
}

.govco-icon-circle-p::before {
    content: "\e801"
}

.govco-icon-star-p::before {
    content: "\2605"
}

.govco-icon-backspace-p::before {
    content: "\e91a"
}

.govco-icon-padlock-p-v2::before {
    content: "\e919"
}

.govco-icon-menu::before {
    content: "\e0fd"
}

.govco-icon-dropdown-v2::before {
    content: "\e826"
}

.govco-icon-instagram-cp::before {
    content: "\e91c"
}

.govco-icon-twiter-cp::before {
    content: "\e828"
}

.govco-icon-facebook-cp::before {
    content: "\e918"
}

.govco-icon-tramite-sin-costo::before {
    content: "\e8df"
}

.govco-icon-tramite-presencial::before {
    content: "\e8de"
}

.govco-icon-tramite-en-linea::before {
    content: "\e8e1"
}

.govco-icon-close::before, .govco-icon-tramite-error::before {
    content: "\e803"
}

.govco-icon-tramite-duracion::before {
    content: "\e8e3"
}

.govco-icon-logo-govco-blanco::before {
    content: "\e8e4"
}

.govco-icon-logo-govco-negro::before {
    content: "\e8e0"
}

.govco-icon-tramite-con-costo::before {
    content: "\e8e2"
}

.govco-icon-exclamation::before {
    content: "\e903"
}

.govco-icon-exclamation-cn::before {
    content: "\e901"
}

.govco-icon-plus::before {
    content: "\e902"
}

.govco-icon-plus-n::before {
    content: "\e93f"
}

.govco-icon-plus-p::before {
    content: "\e940"
}

.govco-icon-plus-cn::before {
    content: "\e9af"
}

.govco-icon-plus-cp::before {
    content: "\e9b0"
}

.govco-icon-analytic::before {
    content: "\e905"
}

.govco-icon-analytic-p::before {
    content: "\e946"
}

.govco-icon-analytic-n::before {
    content: "\e945"
}

.govco-icon-analytic-cn::before {
    content: "\e904"
}

.govco-icon-idea::before {
    content: "\e907"
}

.govco-icon-idea-cn::before {
    content: "\e906"
}

.govco-icon-searchdoc::before {
    content: "\e909"
}

.govco-icon-call-center::before {
    content: "\e90b"
}

.govco-icon-call-center-cn::before {
    content: "\e90a"
}

.govco-icon-call-center-cp::before {
    content: "\e960"
}

.govco-icon-call-center-p::before {
    content: "\e954"
}

.govco-icon-call-center-n::before {
    content: "\e953"
}

.govco-icon-share::before {
    content: "\e90e"
}

.govco-icon-share-cn::before {
    content: "\e90d"
}

.govco-icon-share-p::before {
    content: "\e970"
}

.govco-icon-share-n::before {
    content: "\e96f"
}

.govco-icon-circle-share-cp::before {
    content: "\e964"
}

.govco-icon-circle-share-cn::before {
    content: "\e963"
}

.govco-icon-dropdown-cn::before {
    content: "\e90f"
}

.govco-icon-dropdown::before {
    content: "\e914"
}

.govco-icon-callback-cn::before {
    content: "\e97f"
}

.govco-icon-callback-cp::before {
    content: "\e980"
}

.govco-icon-building::before {
    content: "\e911"
}

.govco-icon-favorite::before {
    content: "\e913"
}

.govco-icon-favorite-cn::before {
    content: "\e912"
}

.govco-icon-favorite-p::before {
    content: "\e994"
}

.govco-icon-favorite-n::before {
    content: "\e993"
}

.govco-icon-pc::before {
    content: "\e822"
}

.govco-icon-print::before {
    content: "\e808"
}

.govco-icon-print-cn::before {
    content: "\e91f"
}

.govco-icon-print-p::before {
    content: "\e99f"
}

.govco-icon-print-n::before {
    content: "\e9a0"
}

.govco-icon-info::before {
    content: "\e922"
}

.govco-icon-info-cn::before {
    content: "\e921"
}

.govco-icon-info-cp::before {
    content: "\e9a2"
}

.govco-icon-legal::before {
    content: "\e923"
}

.govco-icon-key::before {
    content: "\e927"
}

.govco-icon-key-cn::before {
    content: "\e9ac"
}

.govco-icon-key-cp::before {
    content: "\e9ad"
}

.govco-icon-email::before {
    content: "\e929"
}

.govco-icon-email-cn::before {
    content: "\e928"
}

.govco-icon-email-cp::before {
    content: "\e966"
}

.govco-icon-email-p::before {
    content: "\e976"
}

.govco-icon-email-n::before {
    content: "\e975"
}

.govco-icon-like::before {
    content: "\e92c"
}

.govco-icon-like-cn::before {
    content: "\e92b"
}

.govco-icon-like-p::before {
    content: "\e9b2"
}

.govco-icon-like-n::before {
    content: "\e9b1"
}

.govco-icon-message::before {
    content: "\e92f"
}

.govco-icon-message-cn::before {
    content: "\e92e"
}

.govco-icon-pin::before {
    content: "\e933"
}

.govco-icon-pin-cn::before {
    content: "\e932"
}

.govco-icon-question::before {
    content: "\e936"
}

.govco-icon-question-cn::before {
    content: "\e935"
}

.govco-icon-questions-p::before {
    content: "\e984"
}

.govco-icon-questions-n::before {
    content: "\e983"
}

.govco-icon-clock::before {
    content: "\e937"
}

.govco-icon-clock-p::before {
    content: "\e9c3"
}

.govco-icon-clock-n::before {
    content: "\e9c4"
}

.govco-icon-telephone::before {
    content: "\e938"
}

.govco-icon-wifi-cn::before {
    content: "\e9aa"
}

.govco-icon-wifi-cp::before {
    content: "\e9d9"
}

.govco-icon-wifi-p::before {
    content: "\e9ab"
}

.govco-icon-wifi-n::before {
    content: "\e9a9"
}

.govco-icon-callin-cn::before {
    content: "\e924"
}

.govco-icon-callin-cp::before {
    content: "\e96a"
}

.govco-icon-callin-p::before {
    content: "\e9a8"
}

.govco-icon-callin-n::before {
    content: "\e9a7"
}

.govco-icon-accessibility-cp::before {
    content: "\e93b"
}

.govco-icon-accessibility-cn::before {
    content: "\e93a"
}

.govco-icon-attached-p::before {
    content: "\e93d"
}

.govco-icon-attached-n::before {
    content: "\e93c"
}

.govco-icon-scared-face::before {
    content: "\e93e"
}

.govco-icon-sad-face::before {
    content: "\e9a6"
}

.govco-icon-sad-face-n::before {
    content: "\e9a5"
}

.govco-icon-shock-face::before {
    content: "\e9ae"
}

.govco-icon-happy-face::before {
    content: "\e9d4"
}

.govco-icon-happy-face-n::before {
    content: "\e9d3"
}

.govco-icon-bell-p::before {
    content: "\e943"
}

.govco-icon-bell-n::before {
    content: "\e941"
}

.govco-icon-bell-sound-p::before {
    content: "\e944"
}

.govco-icon-bell-sound-n::before {
    content: "\e942"
}

.govco-icon-grad-cap-p::before {
    content: "\e948"
}

.govco-icon-grad-cap-n::before {
    content: "\e947"
}

.govco-icon-x::before {
    content: "\e93e"
}

.govco-icon-x-n::before {
    content: "\e949"
}

.govco-icon-x-p::before {
    content: "\e94c"
}

.govco-icon-x-cn::before {
    content: "\e908"
}

.govco-icon-delete-p::before {
    content: "\e94e"
}

.govco-icon-delete-n::before {
    content: "\e94b"
}

.govco-icon-tag-p::before {
    content: "\e94d"
}

.govco-icon-tag-n::before {
    content: "\e94a"
}

.govco-icon-search-p::before {
    content: "\e950"
}

.govco-icon-search-n::before {
    content: "\e94f"
}

.govco-icon-search-cn::before {
    content: "\e95b"
}

.govco-icon-search-cp::before {
    content: "\e95c"
}

.govco-icon-calendar-p::before {
    content: "\e952"
}

.govco-icon-calendar-n::before {
    content: "\e951"
}

.govco-icon-calendar-cn::before {
    content: "\e95d"
}

.govco-icon-calendar-cp::before {
    content: "\e95e"
}

.govco-icon-shop-car::before {
    content: "\e90c"
}

.govco-icon-shop-car-n::before {
    content: "\e955"
}

.govco-icon-shop-car-p::before {
    content: "\e956"
}

.govco-icon-relief-p::before {
    content: "\e958"
}

.govco-icon-relief-n::before {
    content: "\e957"
}

.govco-icon-check-p::before {
    content: "\e95a"
}

.govco-icon-check-n::before {
    content: "\e959"
}

.govco-icon-check-cp::before {
    content: "\e962"
}

.govco-icon-check-cn::before {
    content: "\e961"
}

.govco-icon-right-arrow::before {
    content: "\e916"
}

.govco-icon-right-arrow-cp::before {
    content: "\e968"
}

.govco-icon-right-arrow-cn::before {
    content: "\e915"
}

.govco-icon-right-arrow-p::before {
    content: "\e996"
}

.govco-icon-right-arrow-n::before {
    content: "\e995"
}

.govco-icon-left-arrow::before {
    content: "\e918"
}

.govco-icon-left-arrow-cp::before {
    content: "\e968"
}

.govco-icon-left-arrow-cn::before {
    content: "\e917"
}

.govco-icon-left-arrow-p::before {
    content: "\e996"
}

.govco-icon-left-arrow-n::before {
    content: "\e995"
}

.govco-icon-down-arrow-p::before {
    content: "\e97c"
}

.govco-icon-down-arrow-n::before {
    content: "\e97b"
}

.govco-rotate-180 {
    -webkit-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1)
}

.govco-icon-simpled-arrow::before {
    content: "\e914"
}

.govco-icon-simpler-arrow::before {
    content: "\e919"
}

.govco-icon-shortr-arrow::before {
    content: "\e91c"
}

.govco-icon-shortr-arrow-cn::before {
    content: "\e91d"
}

.govco-icon-shortl-arrow::before {
    content: "\e91b"
}

.govco-icon-shortl-arrow-cn::before {
    content: "\e91a"
}

.govco-icon-shortu-arrow-p::before {
    content: "\e97e"
}

.govco-icon-shortu-arrow-n::before {
    content: "\e97d"
}

.govco-icon-shortd-arrow-p::before {
    content: "\e9d8"
}

.govco-icon-shortd-arrow-n::before {
    content: "\e9d7"
}

.govco-icon-voice-call-p::before {
    content: "\e96c"
}

.govco-icon-voice-call-n::before {
    content: "\e96b"
}

.govco-icon-colombia-p::before {
    content: "\e96e"
}

.govco-icon-colombia-n::before {
    content: "\e96d"
}

.govco-icon-shield-col-p::before {
    content: "\e98e"
}

.govco-icon-shield-col-n::before {
    content: "\e98d"
}

.govco-icon-peso-col::before {
    content: "\e931"
}

.govco-icon-peso-col-p::before {
    content: "\e9bc"
}

.govco-icon-peso-col-n::before {
    content: "\e9bb"
}

.govco-icon-peso-col-cn::before {
    content: "\e96b"
}

.govco-icon-peso-col-cp::before {
    content: "\e96c"
}

.govco-icon-contrast-p::before {
    content: "\e972"
}

.govco-icon-contrast-n::before {
    content: "\e971"
}

.govco-icon-music-p::before {
    content: "\e974"
}

.govco-icon-music-n::before {
    content: "\e973"
}

.govco-icon-4-phases-p::before {
    content: "\e978"
}

.govco-icon-4-phases-n::before {
    content: "\e977"
}

.govco-icon-3-phases-p::before {
    content: "\e9d0"
}

.govco-icon-3-phases-n::before {
    content: "\e9cf"
}

.govco-icon-data-up-p::before {
    content: "\e97a"
}

.govco-icon-data-up-n::before {
    content: "\e979"
}

.govco-icon-document-p::before {
    content: "\e982"
}

.govco-icon-document-n::before {
    content: "\e981"
}

.govco-icon-edit-slim-p::before {
    content: "\e986"
}

.govco-icon-edit-slim-n::before {
    content: "\e985"
}

.govco-icon-edit-p::before {
    content: "\e988"
}

.govco-icon-edit-n::before {
    content: "\e987"
}

.govco-icon-padlock-p::before {
    content: "\e98a"
}

.govco-icon-padlock-n::before {
    content: "\e989"
}

.govco-icon-link-p::before {
    content: "\e98c"
}

.govco-icon-link-n::before {
    content: "\e98b"
}

.govco-icon-language-es-p::before {
    content: "\e990"
}

.govco-icon-language-es-n::before {
    content: "\e98f"
}

.govco-icon-language-en-p::before {
    content: "\e9a4"
}

.govco-icon-language-en-n::before {
    content: "\e9a3"
}

.govco-icon-statistics-p::before {
    content: "\e992"
}

.govco-icon-statistics-n::before {
    content: "\e991"
}

.govco-icon-save-p::before {
    content: "\e998"
}

.govco-icon-save-n::before {
    content: "\e997"
}

.govco-icon-hand-p::before {
    content: "\e99a"
}

.govco-icon-hand-n::before {
    content: "\e999"
}

.govco-icon-home-p::before {
    content: "\e99c"
}

.govco-icon-home-n::before {
    content: "\e99b"
}

.govco-icon-image-p::before {
    content: "\e99e"
}

.govco-icon-image-n::before {
    content: "\e99d"
}

.govco-icon-minus::before {
    content: "\e92d"
}

.govco-icon-minus-cp::before {
    content: "\e9b4"
}

.govco-icon-minus-cn::before {
    content: "\e9b3"
}

.govco-icon-movil-cp::before {
    content: "\e9b6"
}

.govco-icon-movil-cn::before {
    content: "\e9b5"
}

.govco-icon-pitch-p::before {
    content: "\e9b8"
}

.govco-icon-pitch-n::before {
    content: "\e9b7"
}

.govco-icon-eye-p::before {
    content: "\e9ba"
}

.govco-icon-eye-n::before {
    content: "\e9b9"
}

.govco-icon-play::before {
    content: "\e934"
}

.govco-icon-play-cp::before {
    content: "\e9be"
}

.govco-icon-play-cn::before {
    content: "\e9bd"
}

.govco-icon-social-p::before {
    content: "\e9c0"
}

.govco-icon-social-n::before {
    content: "\e9bf"
}

.govco-icon-reload-p::before {
    content: "\e9c2"
}

.govco-icon-reload-n::before {
    content: "\e9c1"
}

.govco-icon-answer-p::before {
    content: "\e9c6"
}

.govco-icon-answer-n::before {
    content: "\e9c5"
}

.govco-icon-sound-p::before {
    content: "\e9c8"
}

.govco-icon-sound-n::before {
    content: "\e9c7"
}

.govco-icon-table-p::before {
    content: "\e9ca"
}

.govco-icon-table-n::before {
    content: "\e9c9"
}

.govco-icon-less-size-p::before {
    content: "\e9ce"
}

.govco-icon-less-size-n::before {
    content: "\e9cd"
}

.govco-icon-more-size-p::before {
    content: "\e9cc"
}

.govco-icon-more-size-n::before {
    content: "\e9cb"
}

.govco-icon-user-p::before {
    content: "\e9d2"
}

.govco-icon-user-n::before {
    content: "\e9d1"
}

.govco-icon-video-p::before {
    content: "\e9d6"
}

.govco-icon-video-n::before {
    content: "\e9d5"
}

.govco-icon-pause::before {
    content: "\e930"
}

.example-icon::before {
    color: #ff6c00 !important
}

.font-montserrat {
    font-family: Montserrat,sans-serif !important
}

    .font-montserrat.bold {
        font-weight: 700
    }

    .font-montserrat.semibold {
        font-weight: 600
    }

    .font-montserrat.medium {
        font-weight: 500
    }

    .font-montserrat.regular {
        font-weight: 400
    }

    .font-montserrat.light {
        font-weight: 300
    }

.font-worksans {
    font-family: "Work Sans",sans-serif !important
}

    .font-worksans.bold {
        font-weight: 700
    }

    .font-worksans.semibold {
        font-weight: 600
    }

    .font-worksans.medium {
        font-weight: 500
    }

    .font-worksans.regular {
        font-weight: 400
    }

    .font-worksans.light {
        font-weight: 300
    }

.headline-xxl-govco, h1 {
    font-family: Montserrat,sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #004884;
    line-height: 3em !important
}

.headline-xl-govco, h2 {
    font-family: Montserrat,sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #004884;
    line-height: 2.75em !important
}

.headline-l-govco, h3 {
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #004884;
    line-height: 2.25em !important
}

.headline-m-govco, h4 {
    font-family: Montserrat,sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.875em !important
}

.headline-s-govco, .subtitle-govco, h5 {
    font-family: Montserrat,sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.6875em !important
}

.headline-xs-govco, h6 {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #004884;
    line-height: 1.5em !important
}

.table-head-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #004884;
    line-height: 1.3125em !important
}

.table-head-s-gov-co {
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: #004884;
    line-height: 1.3125em !important
}

.description-gov-co {
    font-family: Montserrat,sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #004884;
    line-height: 1.875em !important
}

.body-1-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.375em !important
}

.body-2-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.3125em !important
}

.btn-font-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: .938rem;
    font-weight: 500;
    color: #004884;
    line-height: 1.375em !important;
    text-transform: uppercase;
    text-decoration: underline
}

.field-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 1.375em !important
}

.caption-gov-co {
    font-family: "Work Sans",sans-serif;
    font-size: .875rem;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 1.125em !important
}

.table-govco-cdn {
    border: 2px solid #e6effd;
    border-radius: 10px
}

    .table-govco-cdn table {
        margin: 0
    }

        .table-govco-cdn table tbody > tr td, .table-govco-cdn table tbody > tr th, .table-govco-cdn table thead > tr td, .table-govco-cdn table thead > tr th {
            text-align: center;
            vertical-align: middle;
            border-bottom: 2px dashed #e6effd;
            border-right: 2px dashed #e6effd
        }

            .table-govco-cdn table tbody > tr td:last-of-type, .table-govco-cdn table tbody > tr th:last-of-type, .table-govco-cdn table thead > tr td:last-of-type, .table-govco-cdn table thead > tr th:last-of-type {
                border-right: none
            }

            .table-govco-cdn table tbody > tr td > div, .table-govco-cdn table tbody > tr th > div, .table-govco-cdn table thead > tr td > div, .table-govco-cdn table thead > tr th > div {
                margin: 0 auto
            }

        .table-govco-cdn table thead > tr th {
            font-family: "Work Sans",sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #004884;
            line-height: 1.5 !important
        }

        .table-govco-cdn table tbody > tr td {
            font-family: "Work Sans",sans-serif;
            font-size: .938rem;
            font-weight: 400;
            color: #004884;
            line-height: 1.5 !important
        }

        .table-govco-cdn table tbody > tr:last-of-type td {
            border-bottom: none
        }

.content-table {
    min-width: 300px;
    border: 2px solid #e6effd
}

    .content-table .content-tabs {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        align-content: center
    }

        .content-table .content-tabs .tab-table {
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            justify-content: center;
            align-content: center
        }

            .content-table .content-tabs .tab-table button:hover {
                background-color: #e6effd
            }

            .content-table .content-tabs .tab-table button.active {
                background-color: #004884;
                color: #fff;
                font-weight: 600
            }

    .content-table .content-row {
        display: none;
        border-bottom: 2px dashed #e6effd
    }

        .content-table .content-row:last-of-type {
            border: initial
        }

        .content-table .content-row.show {
            display: block
        }

        .content-table .content-row .content-column {
            -webkit-box-flex: 1;
            flex: 1;
            padding: 10px;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            border-top: 2px dashed #e6effd
        }

            .content-table .content-row .content-column.header-table {
                font-family: "Work Sans",sans-serif;
                font-weight: 400;
                font-size: 1.125rem;
                color: #004884
            }

            .content-table .content-row .content-column.body-table {
                font-family: "Work Sans",sans-serif;
                font-weight: 400;
                font-size: 1rem;
                color: #4b4b4b
            }

@media (min-width:768px) {
    .content-table .content-tabs {
        display: none
    }

    .content-table .content-row .content-column {
        border: initial;
        border-right: 2px dashed #e6effd
    }

        .content-table .content-row .content-column:last-of-type {
            border: initial
        }

    .content-table .content-row {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }
}

.content-table .content-row.content-example-calendar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.content-color {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    align-content: center
}

    .content-color > span {
        width: 28px;
        height: 28px;
        margin: 8px 15px
    }

    .content-color > p {
        margin-top: 8px;
        margin-bottom: 3px
    }

    .content-color.back-tundora > span {
        background-color: #4b4b4b
    }

    .content-color.back-silver > span {
        background-color: #bababa
    }

    .content-color.back-marine > span {
        background-color: #36c
    }

    .content-color.back-concrete > span {
        background-color: #f2f2f2
    }

    .content-color.back-shiraz > span {
        background-color: #a80521
    }

    .content-color.back-blue-light > span {
        background-color: #e6effd
    }

    .content-color.back-green > span {
        background-color: #069169
    }

.container-campo-texto h1 {
    line-height: 1.125em !important
}

.container-campo-texto p {
    margin-bottom: 3px
}

.container-campo-texto ul li {
    padding-left: 10px
}

    .container-campo-texto ul li::marker {
        content: "-"
    }

.container-desplegables h1 {
    line-height: 1.125em !important
}

.container-desplegables h5 {
    margin-bottom: 25px;
    font-weight: 500
}

.container-desplegables h2 {
    line-height: 1.6875em !important
}

.container-desplegables p {
    font-family: "Work Sans",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #4b4b4b;
    margin-bottom: 3px
}

.content-header-footer h1 {
    line-height: 1.375em !important
}

.content-header-footer h3 {
    line-height: 1.6875em !important
}

.content-header-footer p {
    margin-bottom: 3px
}

.content-portal-gov-co h1 {
    font-size: calc(1em + 1.25vw);
    font-weight: 600;
    line-height: 1.125em !important;
    color: #fff
}

.content-portal-gov-co h4 {
    font-size: calc(1em + .208vw);
    font-weight: 500;
    line-height: 1.5em !important;
    color: #fff;
    margin: initial
}

    .content-portal-gov-co h4.title-module {
        margin-bottom: .83333333vh
    }

    .content-portal-gov-co h4 a {
        color: #fff
    }

.content-portal-gov-co a {
    font-family: "Work Sans",sans-serif;
    font-size: calc(1em + .104vw);
    line-height: 1.875em;
    font-weight: 600;
    text-decoration: underline;
    color: #36c
}

.content-page-pagination {
    padding: 2.5vh 1.042vw
}

    .content-page-pagination h1 {
        line-height: 1.125em !important
    }

    .content-page-pagination h5 {
        font-weight: 500
    }

    .content-page-pagination p {
        font-family: "Work Sans",sans-serif;
        font-weight: 400;
        color: #004884
    }

    .content-page-pagination .content-column {
        width: 50%
    }

    .content-page-pagination .content-text-column {
        -webkit-box-flex: initial !important;
        flex: initial !important;
        width: 200px
    }

.color-mu {
    height: 15px;
    padding: 0 70px;
    margin-left: 20px;
    background-color: #e6effd
}

.content-cardstramites h1 {
    line-height: 1.125em !important
}

.content-cardstramites h5 {
    font-weight: 500
}

.content-cardstramites p {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    color: #4b4b4b
}

    .content-cardstramites p a {
        text-decoration: underline;
        color: #36c
    }

    .content-cardstramites p span {
        font-size: 1.125rem;
        margin-right: 10px
    }

        .content-cardstramites p span.govco-icon-pc {
            color: #f3561f
        }

        .content-cardstramites p span.govco-icon-money-n {
            color: #069169
        }

.content-cardstramites .content-selects {
    display: -webkit-box;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.content-cardstramites .text-title {
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.125em !important
}

.content-cardstramites .text-link {
    text-decoration: underline;
    color: #36c;
    font-size: 1.125rem
}

.content-breadcrumb {
    padding-bottom: 30px
}

    .content-breadcrumb h1 {
        line-height: 1.125em !important
    }

    .content-breadcrumb h5 {
        font-weight: 500
    }

    .content-breadcrumb ul {
        list-style: none
    }

        .content-breadcrumb ul li {
            padding-left: 15px;
            margin-bottom: 15px
        }

            .content-breadcrumb ul li::marker {
                content: "-"
            }

    .content-breadcrumb .content-breadcrumb-example {
        pointer-events: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: end;
        align-items: flex-end
    }

        .content-breadcrumb .content-breadcrumb-example > div {
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: center;
            align-items: center;
            border-radius: 10px;
            margin-left: 20px;
            border: 2px solid #e6effd;
            position: relative
        }

            .content-breadcrumb .content-breadcrumb-example > div nav {
                padding-top: 15px
            }

            .content-breadcrumb .content-breadcrumb-example > div::before {
                content: "";
                position: absolute;
                width: 50px;
                left: -50px;
                border-top: 2px dashed #e6effd
            }

            .content-breadcrumb .content-breadcrumb-example > div::after {
                content: "Ejemplo:";
                position: absolute;
                font-family: Montserrat,sans-serif;
                font-weight: 400;
                color: #004884;
                top: -30px
            }

    .content-breadcrumb .content-example, .content-breadcrumb .gov-co-breadcrumb {
        pointer-events: none
    }

        .content-breadcrumb .gov-co-breadcrumb .item-nivel {
            position: relative;
            overflow: initial
        }

            .content-breadcrumb .gov-co-breadcrumb .item-nivel::after {
                content: "Botón al Home";
                position: absolute;
                top: 150%;
                left: -100px
            }

            .content-breadcrumb .gov-co-breadcrumb .item-nivel::before {
                content: "";
                position: absolute;
                top: 50%;
                left: -50px;
                width: 50px;
                height: 15px;
                border-top: 2px solid #e6effd;
                border-left: 2px solid #e6effd
            }

        .content-breadcrumb .gov-co-breadcrumb .item-nivel-active {
            position: relative;
            overflow: initial
        }

            .content-breadcrumb .gov-co-breadcrumb .item-nivel-active::after {
                content: "Ventana activa";
                position: absolute;
                top: 150%
            }

            .content-breadcrumb .gov-co-breadcrumb .item-nivel-active span {
                position: absolute;
                border-left: 2px solid #e6effd;
                border-bottom: 2px solid #e6effd;
                top: 100%;
                width: 60px;
                height: 25px;
                margin-left: 40%
            }

        .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel {
            position: relative;
            overflow: initial
        }

            .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel::after {
                content: "Ventana anterior";
                position: absolute;
                top: 250%;
                left: 0
            }

            .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel span {
                position: absolute;
                border-left: 1px solid #e6effd;
                top: 100%;
                width: 60px;
                height: 25px;
                margin-left: 40%
            }

        .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel-B {
            position: relative;
            overflow: initial
        }

            .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel-B::after {
                content: "Volver al nivel inmediatamente anterior";
                position: absolute;
                top: 250%;
                left: 0;
                width: 200px;
                white-space: pre-wrap;
                text-align: center
            }

            .content-breadcrumb .gov-co-breadcrumb .item-sub-nivel-B span {
                position: absolute;
                border-left: 1px solid #e6effd;
                top: 100%;
                width: 60px;
                height: 25px;
                margin-left: 40%
            }

    .content-breadcrumb .table-govco-cdn {
        width: 100%
    }

        .content-breadcrumb .table-govco-cdn .content-column.content-column-miga {
            max-width: 200px
        }

            .content-breadcrumb .table-govco-cdn .content-column.content-column-miga p {
                font-family: "Work Sans",sans-serif;
                font-size: 1rem;
                font-weight: 400;
                color: #004884;
                text-decoration: underline
            }

        .content-breadcrumb .table-govco-cdn .content-especificacion-colors {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row wrap;
            padding: 15px 30px
        }

            .content-breadcrumb .table-govco-cdn .content-especificacion-colors .content-especificacion {
                width: 48%
            }

                .content-breadcrumb .table-govco-cdn .content-especificacion-colors .content-especificacion p {
                    margin: 0
                }

            .content-breadcrumb .table-govco-cdn .content-especificacion-colors .content-colors {
                width: 48%
            }

            .content-breadcrumb .table-govco-cdn .content-especificacion-colors p {
                font-family: "Work Sans",sans-serif;
                font-size: .938rem;
                font-weight: 400;
                color: #4b4b4b
            }

        .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li {
            overflow: initial;
            position: relative
        }

            .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li span {
                position: absolute;
                top: 200%
            }

                .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li span::after {
                    content: "";
                    position: absolute;
                    top: -10px;
                    left: 0;
                    width: 8px;
                    height: 8px;
                    background-color: #004884
                }

                .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li span::before {
                    content: "";
                    position: absolute;
                    top: -40px;
                    left: 0;
                    width: 8px;
                    height: 40px;
                    border-left: 2px dashed #e6effd;
                    border-right: 2px dashed #e6effd
                }

                .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li span.ri::after, .content-breadcrumb .table-govco-cdn .gov-co-breadcrumb-espe li span.ri::before {
                    left: initial;
                    right: 0
                }

* {
    scrollbar-width: thin;
    scrollbar-color: #004884 #e6effd
}

::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004884
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6effd
}

::-webkit-scrollbar-thumb:hover {
    background: #004884
}

.text-green-color {
    color: #069169
}

.text-magenta-color {
    color: #f42e62
}

.content-component-margenes h1, .content-component-margenes h2, .content-component-margenes h5 {
    line-height: 1.375em !important
}

.content-component-margenes p {
    margin-bottom: 3px
}

.content-component-area-texto h5 {
    font-weight: 500
}

.content-page-table h1 {
    line-height: 1.125em !important
}

.content-page-table h5 {
    font-weight: 500
}

.content-page-table ul li {
    padding-left: 10px
}

    .content-page-table ul li::marker {
        content: "-"
    }

.content-page-table .content-detail h5 {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #004884;
    line-height: 1.5 !important
}

    .content-page-table .content-detail h5.title {
        font-size: 1.125rem;
        font-weight: 600
    }

.content-page-table .content-detail p {
    display: -webkit-box;
    display: flex;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #004884;
    line-height: 1.5 !important;
    margin-bottom: 0
}

    .content-page-table .content-detail p span {
        width: 80px;
        font-weight: 700
    }

.content-page-table .content-espe p {
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.5 !important
}

.content-page-table .content-table-modal {
    position: relative;
    background-color: #fff;
    padding: 30px;
    pointer-events: none
}

    .content-page-table .content-table-modal .modal-dialog {
        z-index: 1000;
        position: absolute;
        background-color: #00000033;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .content-page-table .content-table-modal .modal-content {
        width: 90% !important
    }

.content-page-table .content-tecnicos {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

    .content-page-table .content-tecnicos .margenA, .content-page-table .content-tecnicos .margenB, .content-page-table .content-tecnicos .margenC, .content-page-table .content-tecnicos .margenD, .content-page-table .content-tecnicos .margenE, .content-page-table .content-tecnicos .margenF {
        position: relative
    }

        .content-page-table .content-tecnicos .margenA::before, .content-page-table .content-tecnicos .margenB::before, .content-page-table .content-tecnicos .margenC::before, .content-page-table .content-tecnicos .margenD::before, .content-page-table .content-tecnicos .margenE::before, .content-page-table .content-tecnicos .margenF::before {
            content: "";
            right: 100%;
            bottom: 0;
            position: absolute;
            margin-right: 10px
        }

        .content-page-table .content-tecnicos .margenA::before {
            width: 36px;
            height: 36px;
            background-color: #bababa
        }

        .content-page-table .content-tecnicos .margenB::before {
            width: 32px;
            height: 32px;
            background-color: #e6effd
        }

        .content-page-table .content-tecnicos .margenC::before {
            width: 24px;
            height: 24px;
            background-color: #36c
        }

        .content-page-table .content-tecnicos .margenD::before {
            width: 23px;
            height: 23px;
            background-color: #4a7eff
        }

        .content-page-table .content-tecnicos .margenE::before {
            width: 15px;
            height: 15px;
            background-color: #4b4b4b
        }

        .content-page-table .content-tecnicos .margenF::before {
            width: 14px;
            height: 14px;
            background-color: #f3561f
        }

@media (min-width:1440px) {
    .content-page-table .content-tecnicos {
        padding: 180px 20px 284px
    }

        .content-page-table .content-tecnicos .alto-row {
            width: 100px
        }
}

.content-page-table .content-text-pie p {
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #004884;
    line-height: 1.5 !important;
    display: inline;
    padding: 5px 10px
}

    .content-page-table .content-text-pie p:first-of-type {
        display: block;
        font-weight: 500
    }

    .content-page-table .content-text-pie p span {
        margin-left: 10px;
        font-weight: 500
    }

        .content-page-table .content-text-pie p span:first-child {
            padding: 8px 16px;
            margin-right: 5px
        }

.content-page-table .content-text-pie.table-two p:first-of-type {
    display: inline
}

.content-page-header-footer-tramites h1 {
    line-height: 1.125em !important
}

.content-page-header-footer-tramites ul li {
    padding-left: 10px
}

    .content-page-header-footer-tramites ul li::marker {
        content: "-"
    }

.content-page-header-footer-tramites .content-espe-draw {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap
}

    .content-page-header-footer-tramites .content-espe-draw span.rect {
        width: 235px;
        height: 50px;
        margin-bottom: 20px;
        background-color: #004884;
        position: relative
    }

        .content-page-header-footer-tramites .content-espe-draw span.rect::after {
            content: "50px";
            position: absolute;
            height: 100%;
            top: 0;
            bottom: 0;
            margin-top: 10px;
            right: -25%
        }

        .content-page-header-footer-tramites .content-espe-draw span.rect::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 100%;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            top: 0;
            right: -8%
        }

    .content-page-header-footer-tramites .content-espe-draw .content-fig {
        height: 90px;
        display: -webkit-box;
        display: flex;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

        .content-page-header-footer-tramites .content-espe-draw .content-fig span.cir, .content-page-header-footer-tramites .content-espe-draw .content-fig span.cua {
            width: 80px;
            height: 80px;
            background-color: #004884;
            position: relative
        }

            .content-page-header-footer-tramites .content-espe-draw .content-fig span.cir::after, .content-page-header-footer-tramites .content-espe-draw .content-fig span.cua::after {
                content: "80-90px";
                top: 120%;
                width: 100%;
                text-align: center;
                position: absolute
            }

            .content-page-header-footer-tramites .content-espe-draw .content-fig span.cir::before, .content-page-header-footer-tramites .content-espe-draw .content-fig span.cua::before {
                content: "";
                position: absolute;
                top: 110%;
                width: 100%;
                height: 10px;
                border-left: 1px solid #000;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000
            }

        .content-page-header-footer-tramites .content-espe-draw .content-fig span.cir {
            border-radius: 100%
        }

.content-load-archive h1 {
    line-height: 1.125em !important
}

.content-load-archive h5 {
    font-weight: 500
}

.content-load-archive p {
    margin-bottom: 3px
}

.content-load-archive .content-table {
    border-radius: 10px
}

    .content-load-archive .content-table > .content-row {
        border: initial;
        border-bottom: 2px dashed #e6effd
    }

        .content-load-archive .content-table > .content-row.last {
            border: initial
        }

        .content-load-archive .content-table > .content-row > .content-column {
            border: initial;
            border-right: 2px dashed #e6effd
        }

            .content-load-archive .content-table > .content-row > .content-column.last {
                border: initial
            }

.content-load-archive .content-ctrl-file {
    padding: 26px 26px 52px;
    max-width: 423px;
    border: 1px solid #e6effd;
    border-radius: 15px
}

    .content-load-archive .content-ctrl-file .label-file-govco {
        position: relative
    }

        .content-load-archive .content-ctrl-file .label-file-govco > .padding-muestra {
            position: absolute;
            background-color: transparent;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 38px;
            height: 38px
        }

            .content-load-archive .content-ctrl-file .label-file-govco > .padding-muestra::before {
                content: "";
                position: absolute;
                top: -38px;
                left: 19px;
                width: 38px;
                height: 38px;
                background-color: #004884
            }

            .content-load-archive .content-ctrl-file .label-file-govco > .padding-muestra::after {
                content: "";
                position: absolute;
                bottom: -38px;
                left: 57px;
                width: 38px;
                height: 38px;
                background-color: #004884
            }

        .content-load-archive .content-ctrl-file .label-file-govco::before {
            content: "";
            position: absolute;
            top: 0;
            right: -150px;
            width: 150px;
            height: 100%;
            border-top: 2px solid #e6effd;
            border-bottom: 2px solid #e6effd
        }

        .content-load-archive .content-ctrl-file .label-file-govco .text-especificacion {
            position: absolute;
            top: -10px;
            bottom: 0;
            right: -180px;
            width: 100px;
            height: 80px;
            margin: auto
        }

            .content-load-archive .content-ctrl-file .label-file-govco .text-especificacion::after {
                content: "38px";
                position: absolute;
                bottom: -60px;
                right: 35px
            }

            .content-load-archive .content-ctrl-file .label-file-govco .text-especificacion::before {
                content: "";
                position: absolute;
                bottom: -60px;
                width: 20px;
                height: 20px;
                background-color: #004884
            }
