.box-video {
    position: relative;
    width: 100%;
    height: auto !important;
    overflow: hidden;
}

.box-video img {
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.box-video-home {
    position: relative;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    border-radius: 10px;
}

.box-video-home:hover {
    translate: 1px -2px 1px;
    transition: 170ms;
}

.box-video-home img {
    width: 100%;
    margin: 0 auto;
}

.select2-container--material {
    width: 100% !important;
}

.select2-container--material .select2-selection--single {
    background-color: transparent;
    border: 1px solid #2b3553;
    /* border-bottom: 1px solid #ced4da; */
    border-radius: 0.4285rem;
    box-shadow: none;
    box-sizing: content-box;
    height: calc(2.25rem + 2px) !important;
    margin: 0;
    outline: none;
    padding: 8px 0 5px 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    margin-top: -3px !important;
    font-size: 0.75rem !important;
}

.select2-container--material .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--material .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    height: 26px;
    margin: 0.3rem 0 0.4rem 0;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--material .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    cursor: text;
    height: auto;
    margin: 0;
    outline: none;
    padding: 5px 0 0 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--material .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    background-color: #ffca28;
    border-radius: 16px;
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    padding: 0 12px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    /* float: right; */
    margin-left: 5px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--material.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--material.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--material.select2-container--focus .select2-selection--single {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
}

.select2-container--material.select2-container--focus .select2-selection--multiple {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
}

.select2-container--material .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
}

.select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #ced4da;
    border-bottom: 1px solid #ced4da;
}

.select2-container--material .select2-search--inline .select2-search__field {
    background: transparent;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
    -webkit-appearance: textfield;
}

.select2-container--material .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--material .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--material .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--material .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--material .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: var(--info);
    color: white;
    border-bottom-left-radius: 0.4285rem !important;
    border-bottom-right-radius: 0.4285rem !important;
}

.select2-container--material .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2b3553 !important;
    background-color: #27293d !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-bottom-left-radius: 0.4285rem !important;
    border-bottom-right-radius: 0.4285rem !important;
    border: 1px solid #2b3553 !important;
    background-color: #27293d !important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.blog-image {
    background: none;
    width: auto;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-top-left-radius: 0.2857rem;
    border-top-right-radius: 0.2857rem;
    margin-bottom: 20px;
}

.blog-image-transp {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 350px;
    max-height: 350px;
    margin-bottom: 20px;
}

.image-header-blog {
    width: 100% !important;
}

.tags-blog {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tags-blog .tag {
    background-color: var(--info);
    border-radius: 7px;
    padding: 5px 10px;
    margin-right: 5px;
    color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

input:autofill {
    background: transparent !important;
    /* or any other */
}

input {
    filter: none;
}

/* select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
} */

.form-control:focus#select-igreja {
    color: rgba(255, 255, 255, 0.8);
    background-color: #ffffff;
    border-color: rgba(50, 151, 211, 0.25);
    outline: 0;
    box-shadow: none, none;
}

.card-body big strong,
.card-body strong big {
    color: var(--warning);
}

.card-stats .info-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #e14eca;
    background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca);
    background-size: 210% 210%;
    background-position: 100% 0;
}

.card-stats .info-icon.icon-warning {
    background: #ff8d72;
    background-image: linear-gradient(to bottom left, #ff8d72, #ff6491, #ff8d72);
    background-size: 210% 210%;
    background-position: 100% 0;
}

.card-stats .info-icon i {
    color: #fff;
    font-size: 1.7em;
    padding: 14px 13px;
}

.card-stats .numbers {
    text-align: right;
}

.card-stats .stats {
    color: hsla(0, 0%, 100%, .6);
    margin: 10px 15px;
    font-size: .9em;
}

.card-stats .info-icon.icon-success {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left, #00f2c3, #0098f0, #00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0;
}

.card-stats .info-icon.icon-danger {
    background: #fd5d93;
    background-image: linear-gradient(to bottom left, #fd5d93, #ec250d, #fd5d93);
    background-size: 210% 210%;
    background-position: 100% 0;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 10px;
    position: relative;
    border-radius: 10px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
    margin-right: 10px;
    margin-bottom: 5px;
}

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background: #00f2c3;
    background-image: linear-gradient(to bottom left, #00f2c3, #00f2c0, #00f2c3);
    background-size: 210% 210%;
    background-position: 100% 0;
}

.nav-pills .nav-item .nav-link.active,
.nav-pills .nav-item .nav-link.active:focus,
.nav-pills .nav-item .nav-link.active:hover {
    background-color: #9a9a9a;
    color: #344675;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.nav-pills .nav-item .nav-link {
    text-align: center;
    padding: 11px 23px;
    min-width: 100px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5);
    background-color: #191f31;
}

.nav-pills .nav-item .nav-link {
    text-align: center;
    padding: 11px 23px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5);
    background-color: #191f31;
}

.nav-pills .nav-item i {
    display: block;
    font-size: 24px;
    line-height: 60px;
}

.spinner-border {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: text-bottom;
    border: 0.25em solid #1d8cf8;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin .75s linear infinite;
    -webkit-animation: spin .75s linear infinite;
    margin-right: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select2-container--material.select2-container--disabled .select2-selection--single {
    background-color: #1d253b !important;
    cursor: default;
}

/* .select2-container--material .select2-selection--single .select2-selection__rendered{
   color: #344675 !important;
} */

.card form label+.form-control {
    margin-bottom: 5px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--info);
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media(min-width: 574px) {

    #inst-button-pagar-boleto,
    #inst-button-pagar-cartao {
        display: none;
    }
}

@media(max-width:574px) {
    #row-valor-button {
        flex-direction: column !important;
    }

    #row-valor-button h4,
    #row-valor-button button,
    #row-valor-button a {
        width: 100% !important;
    }

    #row-valor-button h4 {
        margin-bottom: 5px;
    }
}