@font-face {
    font-family: Neutro;
    src: local("Neutro-Medium"), local("Neutro-Medium"), url(/assets/fonts/Neutro-Medium.ttf);
    font-weight: medium;
}

@font-face {
    font-family: Orbitron;
    src: local("Orbitron-Bold"), local("Orbitron-Bold"), url(/assets/fonts/Orbitron-Bold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Neutro;
    src: local("Neutro-bold"), local("Neutro-bold"), url(/assets/fonts/Neutro-Bold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Neutro;
    src: local("Neutro-Black"), local("Neutro-Black"), url(/assets/fonts/Neutro-Black.ttf);
    font-weight: 800;
}

@font-face {
    font-family: montserrat-regular;
    src: url(/assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: montserrat-bold;
    src: url(/assets/fonts/Montserrat-bold.ttf);
}

@media only screen and (max-width: 770px) {
    .desktop_cgpreview {
        display: none !important;
    }
    
    .banner_cgpreview {
        border-radius: 12px;
    }

    .cardinfos_preview {
        margin-top: 5px;
    }

    .header_cgpreview {
        padding: 1rem !important;
        border-radius: 12px !important;
    }
}


@media only screen and (min-width: 992px) {
    .mobileinfo_cgpreview {
        display: none !important;
    }
}

@media  only screen and (min-width: 1280px) {
    .mobileinfo_cgpreview {
        display: none !important;
    }
}

body {
    background: #fafafa;
    font-family: Neutro;
    font-weight: medium;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.text-white {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
}

.text-white:hover {
    color: #fafafa !important;
    background: #33333380;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    font-size: 14px;
}

.card-text:last-child {
    margin-bottom: 0;
    font-size: 15px;
    color: #333;
}

.lead {
    font-size: 16px;
}

.btn-primary-custom {
    background: none;
    font-size: 16px;
    font-weight: 500;
    border-color: #006AA6;
    border-width: 3px;
    border-radius: 50px;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
    color: #006AA6;
}

    .btn-primary-custom:hover {
        background: #006AA6;
        border-color: #006AA6;
        border-width: 3px;
        border-radius: 50px;
        color: white;
    }

.btn-bd-primary-custom {
    background: #006AA6;
    font-size: 16px;
    border-width: 2px;
    border-radius: 50px;
    border-color: #fff;
    color: #fff;
    font-weight: medium;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
}

.btn-bd-primary-custom:hover {
    background: #006AA6;
    font-size: 16px;
    border-width: 2px;
    border-radius: 50px;
    border-color: #fff;
    color: #fff;
    font-weight: medium;
}

.btn-outline-secondary-custom {
    font-size: 16px;
    border-width: 2px;
    border-radius: 50px;
    border-color: #fff;
    color: #fff;
    font-weight: medium;
}

.btn-outline-secondary-custom:hover {
    background: #ffffff00;
    font-size: 16px;
    border-width: 2px;
    border-radius: 50px;
    border-color: #F6BE00;
    color: #fff;
    font-weight: medium;
}

.card-challenge {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
    border-radius: 20px !important;
    /*height: 500px;*/
}

.card-challenge:hover {
    box-shadow: 0 0 11px rgba(0, 106, 166, 1);
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #F9BD00;
    border-radius: .25rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 18px;
    border-radius: 50px;
}

.display-4 {
    font-size: 48px;
}

.btn-success-custom {
    background: #fff;
    font-size: 16px;
    border-color: #006AA6;
    border-width: 2px;
    color: #333;
    border-radius: 50px;
    border-color: #333;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
}

.btn-success-custom:hover {
    background: #006AA6;
    font-size: 16px;
    border-color: #F9BD00;
    border-width: 2px;
    border-radius: 50px;
}

#line {
    text-align: center;
    position: relative;
    line-height: 100px;
    z-index: 5;
}

#line:before {
    background: linear-gradient(to right, #3FA036 25%, #233271 25%, #233271 50%, #D80F15 50%, #D80F15 75%, #F6BE00 75%);
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    left: 0;
}

#line:after {
    bottom: 0px;
}

.bg-hero {
    background: radial-gradient(rgba(77,169,44,0.7), rgba(71,197,76,0.5), rgba(0,106,166,1.0));
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    -o-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    filter: blur(120px);
    position: absolute;
    width: 100%;
    min-height: 400px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


.bd-title {
    color: #fff;
    font-size: 48px;
    font-family: Neutro;
    font-weight: 800;
}

.bd-lead {
    color: #fff;
    font-size: 16px;
    font-weight: medium;
}

#bg-hero {
    background: url(http://200.17.133.11/wp-content/uploads/2021/05/image-3.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.snippets {
    font-size: 24px;
    color: #333;
    font-weight: 800;
}

.text-contact {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.text-footer {
    color: #fff;
    font-size: 16px;
}

ul#menu li {
    display: inline;
}

.fab {
    padding-right: 16px;
    font-size: 24px;
    color: #fff;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
}

.fab:hover {
    font-size: 24px;
    color: #F9BD00;
}

.link-dark:focus,
.link-dark:hover {
    color: #006AA6;
    text-decoration: underline;
}

.display-6-custom {
    font-size: 48px;
    font-family: Neutro;
    font-weight: bold;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
}

.display-6-custom:hover {
    font-size: 48px;
    font-family: Neutro;
    font-weight: bold;
    color: #006AA6;
}

.title-challenger {
    font-size: 24px;
    font-family: Neutro;
    font-weight: 500;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
    color: #135f8b;
}

/*.title-challenger:hover {
    font-size: 24px;
    font-family: Neutro;
    font-weight: bold;
    color: #black;
}*/

@media only screen and (max-width: 600px) {

    .display-6-custom {
        font-size: 32px;
        font-family: Neutro;
        font-weight: bold;
    }

    .display-6-custom:hover {
        font-size: 32px;
        font-family: Neutro;
        font-weight: bold;
        color: #006AA6;
    }

    .ml-auto {
        margin-left: auto !important;
        margin-top: 24px;
    }

    .img-fluid {
        max-width: 100%;
        height: 300px;
    }
}

/*Start mode leitura */

@font-face {
    font-family: "OpenDyslexic";
    src: url('https://dl.dropboxusercontent.com/s/qfpakpjedhsrdb9/OpenDyslexicAlta-Regular.ttf');
}

body.active {
    font-family: OpenDyslexic;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    width: 60px;
    height: 34px;
}

Hide default HTML checkbox
.switch input {
    opacity: 0;
    width: 0;
    height: 2em;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.aw {
    position: absolute;
    right: 0px;
}

label {
    /* font-family: "Neutro", Sans-serif; */
    font-size: 15px;
    font-weight: medium;
    line-height: 1.5em;
}

/*end mode leitura */

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #233271;
    border-left-width: 5px;
    border-radius: 3px;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #135f8b;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: 0px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #F9BD00;
    border-radius: 10px;
}

.card-header:first-child {
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.p-dt {
    font-size: 14px;
}

.sticky {
    background: transparent;
}

.sticky.fixed-top {
    background: white;
    border: none !important;
}


.ancor:target::before {
    content: "";
    display: block;
    height: 240px;
    /* fixed header height*/
    margin: -240px 0 0;
    /* negative fixed header height */
}

/*.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1000px;
}*/

.link-dark:focus,
.link-dark:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #21409a !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.border-bottom {
    border-bottom: 1px solid #f9bd00 !important;
}

.off-card {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar-custom {
    background: white !important;
}


/*.border-bottom-custom {
    border-bottom: 1px solid #f9bd00 !important;
}*/

.img-fluid-custom {
    width: 100%;
    height: 450px;
}

.img-custom {
    height: 55px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100% !important;
}

.card-title {
    margin-bottom: .5rem;
}

.card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.link-dark {
    color: #333;
    font-weight: 500;
}

hr {
    color: #006AA6;
    height: 2px !important;
}

.errata-text {
    color: #030303;
    -webkit-transition: ease;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

.errata-text:hover {
    color: #fafafa;
    text-decoration: none !important;
}


.card-errata {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #F9BD00;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.btn-link {
    text-decoration: none;
}

.bg-upi {
    /*background-image: url("https://usina.pe.gov.br/wp-content/uploads/2021/08/bg-upi1.png");*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

s {
    text-decoration-color: #333;
}


.pt-5-custom {
    padding-top: 9rem !important;
}

.search-result {
    font-size: 18px;
    font-family: Neutro;
    font-weight: initial;
}

.card-search {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #F9BD00;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

.link-dark:focus, .link-dark:active {
    text-decoration: none;
    color: #006aa6;
}

.mb-5-custom {
    padding-bottom: 3rem !important;
}

.form-text {
    display: block;
    margin-top: 0px !important;
}

.custom-btn-subscribe {
    margin: 0 0 0 30px;
}

.custom-card {
    border: solid;
    border-radius: 20px;
}

.custom-card:hover {
    box-shadow: 0 0 11px rgba(0, 106, 166, 1);
}

.card-title {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    background-color: #E7E7E7;
    display: block;
}

.custom-title-card {
    color: #005986;
    font-size: 1rem;
}

.custom-badge {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 10px auto;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    color: black;
}

.hr_custom {
    height: 1px;
    width: 100%;
    background-color: #005986;
}

.card-row {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    font-size: 14px;
}

.custom-link {
    color: black;
    text-decoration: none;
}

#notify-count {
}

.banner-image {
    background-color: white;
    width: auto;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 80px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block;
}

.sec {
    position: relative;
    right: -13px;
    top: -22px;
}

.counter.counter-lg {
    top: -24px !important;
}

.button-challenge {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px;
    border-radius: 20px !important;
    min-height: 140px;
    margin: 40px 15px 0px 15px;
    padding: 0 40px 0 30px;
    font-family: 'Neutro';
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    color: #6B6A6A;
    background-color: #FFFFFF;
    transition: 0.3s ease;
    text-align: center;
}

.button-challenge:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.card-search2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none;
    background-clip: border-box;
    border: 2px solid #135F8B;
    border-radius: 50px;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 1200px) {
    .button-challenge {
        font-size: 24px;
        line-height: 30px;
        min-height: 160px;
    }
}

@media (max-width: 990px) {
    .button-challenge {
        font-size: 20px;
        line-height: 25px;
        min-height: 160px;
    }
}

@media (max-width: 766px) {
    .button-challenge {
        font-size: 15px;
        line-height: 22px;
        margin: 20px 5px 0px 5px;
        min-height: 60px;
        align-items: center;
    }

    .bg-hero {
        min-height: 450px;
    }

    .content-header-bg {
        padding: 8rem 0rem 0rem 0rem !important;
    }

    .title_cg {
        font-size: 15px !important;
    }
    
    .header_cgpreview {
        padding: 1rem !important;
        border-radius: 12px !important;
    }
    
    .banner_cgpreview {
        border-radius: 12px;
    }
    
    .desktop_cgpreview {
        display: none !important;
    }
}

.star-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    direction: rtl;
}

.star-wrapper a {
    font-size: 7em;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    margin: 4px;
}

.star-wrapper a:hover {
    color: gold;
    transform: scale(1.3);
}

.s1:hover ~ a {
    color: gold;
}

.s2:hover ~ a {
    color: gold;
}

.s3:hover ~ a {
    color: gold;
}

.s4:hover ~ a {
    color: gold;
}

.s5:hover ~ a {
    color: gold;
}

.card-servico {
    display: flex;
    width: 100%;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px;
    border-radius: 20px !important;
    min-height: 320px;
    margin: 40px 15px 0px 15px;
    padding: 30px 15px;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: white;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.share-icon {
    background-color: #EFEFEF;
    padding: 10px;
    border: none;
    border-radius: 50px;
    color: #135F8B;
}

.h4-servico {
    font-family: 'Neutro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #135F8B;
}

.link-servico {
    color: #135F8B;
    text-decoration: underline;
}

.servicedetails h2 {
    color: #565656;
    font-size: 2em;
}

.servicedetails h3 {
    color: #135F8B;
    font-size: 1.2em;
}

.servicedetails h6 {
    color: #565656;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 200;
}

.servicedetails p {
    margin-bottom: 0.5rem;
}

.details {
    margin-top: 4rem;
}

.servicedetails button {
    background-color: #135F8B;
    border-radius: 50px;
    border: solid 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 0px;
}

.share-icon2 {
    background-color: white;
    padding: 10px;
    border: none;
    border-radius: 50px;
    color: #135F8B;
    width: 50px;
    height: 50px;

}


.servicedetails button:hover {
    background-color: #113C55;
}

.bluerectangle {
    border: 3px solid #135F8B;
    margin-left: 12px;
}


.box-info-challenge {
    display: flex;
    flex-direction: column;
    border: solid 1px #135f8b;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    top: 110px;
}

@media (max-width: 990px) {
    .box-info-challenge {
        display: none;
    }
}

.overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.eixo-card {
    color: #005986 !important;
    font-size: 0.8em;
    padding-bottom: 10px;
}

.footer-custom {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    display: block;
    font-size: 12px;
    color: #515151;
    font-weight: 600;
}

.footer-custom-item {
    display: flex;
    align-items: center;
    flex-direction: center;
}

.container-certificate-validation {
    margin: 80px auto 60px auto !important;
}

.banner {
    background-image: url('images/Mask\ group.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 1;
    padding: 5px 0px 5px 0px;
}

@media (max-width: 768px) {
    .content-cgpreview {
        padding-top: 22rem !important;
    }

    .col_challenge {
        width: 50% !important;
    }

}


.container.header {
    margin-bottom: 50px;
    word-break: break-word;
}

.subtitle_cg {
    font-size: 20px;
    color: #F6BE00;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "montserrat-regular", sans-serif;
}

.title_cg {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    max-width: 100%;
    max-width: 100%;
    font-family: "montserrat-regular", sans-serif;
}

.label_cgpreview {
    font-size: 25px;
    color: #355E89;
    font-weight: 500;
    font-family: montserrat-bold
}

.img_cg {
    max-width: 100%;
}

.text_cg {
    font-size: 16px;
    color: #1E1E1E;
    margin-bottom: 0px;
}

.link_cgpreview a {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline #1E1E1E;
}

div.header {
    margin-top: 5rem;
}

.content-cgpreview {
    margin-bottom: 5rem !important;
    padding-top: 2rem !important;
}

.col_challenge {
    width: 69%;
    margin-left: 100px;
}

.label_cgpreview_colleft {
    font-size: 15px;
    color: #355E89;
    font-weight: 700;
    display: flex;
    font-family: "Orbitron", Sans-serif;
}

.text_cgleft {
    font-size: 13px;
    color: #1E1E1E;
}

.text_cg {
    color: #1E1E1E;
    font-size: 15px;
}

.solved_challange {
    position: absolute;
}

.btn-available {
    width: 150px;
    background-color: #AEE86E;
    color: rgba(70, 131, 4, 0.71) !important;
    font-weight: 500;
    border-radius: 20px;
    transition: 0.3s ease;
}

.btn-available:hover {
    color: rgba(70, 131, 4) !important;
}

.btn-unavailable {
    width: 150px;
    background-color: rgba(150, 150, 150, 0.71);
    color: rgba(43, 43, 43, 0.71) !important;
    font-weight: 500;
    border-radius: 20px;
    transition: 0.3s ease;
}

.btn-unavailable:hover {
    color: rgba(43, 43, 43) !important;
}

.btn-ongoing {
    width: 150px;
    background-color: rgba(247, 215, 72, 0.6);
    color: rgba(187, 159, 33, 0.8) !important;
    font-weight: 500;
    border-radius: 20px;
    transition: 0.3s ease;
}

.btn-ongoing:hover {
    color: rgba(187, 159, 33, 1) !important;
}

.title-category {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}

input#login {
    border-radius: 0px !important;
}

.filter-bar {
    margin: 40px 15px 0px 15px;
    background-color: #FFFFFF;
    border: solid 1px rgba(158, 158, 158, 0.42);
    padding: 1rem;
    border-radius: 12px;
    font-size: 18px;
    color: #898989;
    box-shadow: 0px 0px 20px 0px rgba(0, 106, 166, 0.15);
    cursor: pointer;
}

.filter-bar-content {
    transition: 0.3s ease;
}

.filter-bar-content:hover {
    color: #333;

}

.content-header-bg {
    padding: 10rem 0rem 0rem 0rem;
    z-index: 2;
    position: relative;
}

.bd-title {
    text-align: center;
}

.bd-lead {
    text-align: center;
}

.btn-primary-custom {
    display: flex;
    justify-content: center;
}

.collapse-body {
    background-color: #FFFFFF;
    margin: 40px 15px 0px 15px;
    border: 1px solid rgba(158, 158, 158, 0.42);
    border-radius: 12px;
}

.carousel-control-next-icon {
    background-image: url("/Assets/images/Next-Arrow.png");
}

.carousel-control-prev-icon {
    background-image: url("/Assets/images/Prev-Arrow.png");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 35px;
}

.carousel-control-next, .carousel-control-prev { 
    width: 5%;
}

.filter-bar.active {
    transition: 0.3s ease;
    .fa-chevron-down {
        transform: rotate(180deg);
    }
}

.cardinfos_preview {
    padding: 1rem;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.title_cgpreview_mobile {
    color: #0068A3;
    font-family: "montserrat-bold", Sans-serif;
    font-size: 14px;
}

.img_previewmobile {
    width: 110px;
}

.subtitle_cgmobile {
    color: #000000;
    font-family: "montserrat-regular", Sans-serif;
    font-size: 14px;
}

.btn-primary-mobile {
    border-radius: 10px !important;
}

.bg-challengebyorgan {
    background: linear-gradient(0.25turn, rgba(121, 226, 144, 0.5), #ebf8e1, rgba(92, 194, 200, 0.4263));
    filter: blur(120px);
    position: absolute;
    width: 100%;
    min-height: 260px;
}

.challengetitle {
    color: #006AA6;
}

.challengetitle-organ {
    color: #000000;
}

.subtitle-organ {
    font-family: "montserrat-regular", Sans-serif;
    color: #000000;
    font-size: 16px;
}

.btn-confirm {
    background-color: #28a745 !important; /* Verde */
    color: white !important;
}

.btn-cancel {
    background-color: #dc3545 !important; /* Vermelho */
    color: white !important;
}

.badge-darkorange {
    color: #FF8C00;
}
