:root {
    font-size: 16px;
    --primary-color: #ca0001;
    --primary-ascent-color: #1B458E;
    --text-color: #333;
}

@font-face {
    font-family: BMWMotorradW05-Regular;
    src: url('/furniture/fonts/BMWMotorradW05-Regular.otf');
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'BMWMotorradBold', sans-serif;
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: #000;
    width: 100%;
}

hr {
    color: #DB9600;
}

.form-control-custom {
    background-color: transparent !important;
    border: 1px solid #DB9600 !important;
    color: #fff !important;
    border-radius: 10px;

}

.form-control-custom:focus {
    background-color: transparent;
    border: 1px solid #DB9600;
    color: #fff;
    box-shadow: none;
}

.form-control::file-selector-button {
    color: #fff;
    font-size: 15px;
    background: transparent;

}

.form-control::file-selector-button:hover {
    background: red !important;
}



/* Mydata */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

/* Final */

.btn-custom {
    border-radius: 20px;
    border: 1px solid #DB9600;

    background: #000;

    text-decoration: none;
    height: 24.282px;
    flex-shrink: 0;
    line-height: normal;

    display: flex;
    flex-direction: column;
    justify-content: center;

    float: right;

    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-custom:hover {
    box-shadow: 0px 0px 15px 0px #DB9600;
    color: #DB9600;
}

.content-header {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    height: 60px;
    flex-shrink: 0;
}

.content-header-dashboard {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.content-header a {
    text-decoration: none;
    color: #FFF;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.content-header-not-border-radius-bottom {
    color: #fff;
    border: 1px solid #DB9600 !important;
    border-radius: 10px 10px 0 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

.content-footer {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #000;

    line-height: 50px;

    height: 50px;
    flex-shrink: 0;
}

/* .content-footer p {
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */

.content-footer img {
    width: 44px;
    height: 37px;
    flex-shrink: 0;
    line-height: 50px;
}

.content-footer p {
    /* flex-direction: column; */
    /* justify-content: center; */
    /* flex-shrink: 0; */

    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.content-footer a {
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.content-footer-home {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #000;

    height: 100px;
    flex-shrink: 0;
}

.content-footer-home p {
    display: flex;
    width: 486.984px;
    height: 47px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-footer-home img {
    width: 81.164px;
    height: 69px;
    flex-shrink: 0;
}

.content-footer-home a {
    color: #FFF;
}

/* LOGIN */

.auth-page {
    width: 100%;
    height: 100vh;
    /* background: url(/furniture/images/home/login.png) no-repeat; */
    /* background-size: cover; */
    justify-content: center;
    align-items: center;
}

.auth-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-body {
    /* width: 400px;
    padding: 20px; */
    width: 287px;
    padding: 3px;
}

.form-group-custom {
    margin: 15px 0px;
}

.form-group-custom>label {
    color: #FFF;
    padding: 10px 0;
}

.form-group-custom>input {
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    background: transparent;
    border: 1px solid #DB9600;
}

.form-group-custom .form-control:focus {
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #DB9600;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.425);
}

.reset-password p a {
    color: #6C757D;
}

.reset-password a:hover {
    color: #DB9600;
}

.btn-acessar {
    border-radius: 20px;
    background-color: #000;
    border: none;
    border: 1px solid #DB9600;
}

.btn-acessar:hover {
    color: #DB9600;
    border-radius: 20px;
    background-color: #000;
    border: none;
    border: 1px solid #DB9600;
}

/* FIM LOGIN */

/* NAVBAR */

.menu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu li {
    position: relative;
    height: 25px;
    width: 161px;
    width: 12%;
    text-align: center;
    z-index: 2;

    /* border-radius: 20px; */
    border: 1px solid #DB9600;
    background: #000;
}

.menu a {
    color: #6C757D;
    text-decoration: none;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu li:hover {
    box-shadow: 0px 0px 15px 0px #DB9600;
}

.menu li:hover a {
    color: #DB9600;

    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menu a.active {
    color: #DB9600;
    font-weight: bold;
}

#menu-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-info-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    justify-content: center;
    border: #DB9600 1px solid;
}

.menu-info-item > span > a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: BMWMotorradW05-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.menu-info-item-btn-sair {
    border: 1px solid #DB9600;
    background: #DB9600;
}

.menu-info-item-btn-sair a {
    text-decoration: none;
    color: #000;
    text-align: right;
    font-family: "BMW Motorrad";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}

/* FIM NAVBAR */

/* NAVBAR MOBILE */

#menu-mobile-item {
    background-color: #000;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

#menu-mobile-item.menu-open {
    max-height: 500px;
    opacity: 1;
}

#menu-mobile-item ul li {
    list-style: none;
    line-height: 35px;
}

#menu-mobile-item ul li a {
    text-decoration: none;
    color: #fff;
}

/* NAVBAR MOBILE */

/* PERFIL */

#info-perfil-mobile {
    background-color: #E2E2E2;
}

#info-perfil-info {}

#foto-perfil-mobile {
    background-color: #000;
    /* min-height: 65px; */
}

#foto-perfil-mobile img {
    /* max-width: 80%; */
    max-height: 130px;
}

#info-perfil-nome-mobile {
    color: #000;

    font-family: BMWMotorradW05-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#info-perfil-saldo-mobile {
    color: #000;

    font-family: "BMW Motorrad";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* FIM PERFIL */

/* REGULAMENTO */

.btn-aceitar-regulamento {
    border-radius: 20px !important;
    background-color: transparent !important;
    border: none !important;
    border: 1px solid #DB9600 !important;
    float: right;
    padding: 15px;
    width: 200px;
}

.btn-aceitar-regulamento:hover {
    color: #DB9600;
    border-radius: 20px;
    background-color: transparent;
    border: none;
    border: 1px solid #fff;
}

/* FIM REGULAMENTO */

/* NOTICIAS */

.card-custom {
    color: #fff;
    border-radius: 20px;
    border: 2px solid #DB9600;
    background: #000;
}

.card-title-noticias-custom {
    color: #FFF;
    width: 451.577px;

    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-custom-no-border {
    color: #fff;
    border: none;
    border-radius: 10px !important;
    background: transparent;
}

/* FIM NOTICIAS */

/* CARD INFOS */

.content-header-card-infos {
    color: #fff;
    border-radius: 50px !important;
    border: 2px solid #DB9600 !important;
}

.content-header-card-infos a {
    color: #fff;
    text-decoration: none;
}

.card-custom-whatsapp {
    color: #fff;
    border: 1px solid #DB9600 !important;
    border-radius: 20px;
    background: #000;
    height: 115px;
    position: static;
}

.card-custom-numero-whatsapp {
    position: relative !important;
    top: 0;
    padding: 5px;
}

.btn_sair {
    border-radius: 20px;
    background-color: #DB9600;
    border: none;
    border: 1px solid #DB9600;
    color: #000;
    text-decoration: none;
}

.btn_sair:hover {
    color: #DB9600;
    background-color: #000;
}

#moldura-perfil {
    border: 2px solid #DB9600;
    border-radius: 25px;
    max-width: 150px;
    max-height: 200px;
}

/* FIM CARD INFOS */

/* CONTATOS */

#lista-atendimentos-contato ul {
    padding: 0;
}

#lista-atendimentos-contato ul li {
    list-style: none;
}

/* FIM CONTATOS */

/* HOME */

#div-dash-trimestre {
    border-left: 2px solid #DB9600;
    border-radius: 10px;
    height: 60px;
}

#div-dash-trimestre h3 {
    text-align: center;
}

.home-dash-header {
    width: 148px;
    height: 38px;
    flex-shrink: 0;

    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #DB9600;

    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.home-dash-itens {
    width: 148px;
    height: 28px;
    flex-shrink: 0;

    border-radius: 10px;
    border: 1px solid #DB9600;

    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.quadrado-venda {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: transparent;
    width: 50px;
    height: 50px;
}

.quadrado-venda-active {
    background: #6C757D;
}

.venda-elegivel-sucesso {
    display: block;
}

.venda-elegivel-sucesso-txt {
    border-radius: 10px;
    border: 2px solid #DB9600;
    background: #6C757D;
    padding: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.venda-elegivel {
    display: none;
    /* height: 50px; */
}

/* FIM HOME */

/* QUIZ */
.accordion-header {
    display: flex;
    align-items: center;
}

.number-box {
    width: 30px;
    height: 30px;
    background-color: #8b8b8b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;

}

.btn-quiz {
    color: #6C757D;
    background-color: #fff;
    border-color: #6C757D;
}


/* QUIZZES */

/* .quizz-list .head-card a {
    color: inherit;
    text-decoration: none;
} */

.card-quizz {
    border: 1px solid #D9D9D9;
    background: #FFF;
    min-height: 100px;
    width: 45%;
}

.head-card {
    height: 50px;
}

.head-card-number {
    background: #A6A6A6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    width: 40;
}

.head-card-title {
    background: #8B8B8B;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.head-card-title>a {
    color: #FFF;
    font-family: BMWMotorradW05-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.texto-quiz-list {
    color: #8B8B8B;
    text-align: center;
    font-family: BMWMotorradW05-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quizz-list {
    margin: 0 auto;
}

/* .card-quizz {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
} */

.card-quizz:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.head-card {
    background-color: #f8f9fa;
    padding: 10px;
}

/* .head-card-title {
    font-size: 1.25rem;
} */

/* #title-question {
    background-color: #8B8B8B;
    margin-left: 12px;
    margin-top: 6px;

} */

/* #respostas {
    margin-left: 30px;
} */

.btn-enviar {
    width: 17%;
    padding-bottom: 2px;
    background-color: #6C757D;
    color: #fff;
    border-color: #6C757D !important;
    border: 2px solid;

}

.btn-enviar:hover {
    color: #fff;
    background-color: #6C757D;
    border-color: #6C757D;

}

@media (max-width: 425px) {
    .btn-enviar {
        width: 76%;
        padding-bottom: 4px;
        margin-bottom: 4px;
        margin-left: 2px;
    }
}

@media (max-width: 768px) {
    .btn-enviar {
        width: 89%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }


}

/* FIM QUIZ */

/* Banners */
.dash-banner {
    min-height: 200px;
    max-height: 400px;
}

.left-square {
    font-size: 57px;

}

.rigth-square {
    font-size: 57px;
}


/* Final */



@-webkit-keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

@keyframes is-rotating {
    to {


        transform: rotate(1turn);
    }
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

@media (max-width: 320px) {
    .quadrado-venda {
        border-radius: 5px;
        width: 15px;
        height: 15px;
    }

    .dash-banner {
        min-height: 112px;
        max-height: 400px;
    }
}

@media (max-width: 425px) {
    .dash-banner {
        min-height: 112px;
        max-height: 400px;
    }

    .venda-elegivel-sucesso {
        width: 100%;
        margin-top: 10px;
    }

    .quadrado-venda {
        border-radius: 5px;
        width: 30px;
        height: 30px;
    }

    .left-square {
        font-size: 26px;

    }

    .rigth-square {
        font-size: 26px;
    }

    .head-card-number {
        background: #A6A6A6;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #FFF;
        width: 40px;
    }

    .btn-enviar {
        width: 30%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .btn-voltar {
        width: 73px;
        height: 38px;
    }


    .head-card-title {
        background: #8B8B8B;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: -39px;
        line-height: 20px;
        color: #FFFFFF;
        width: 132px;
    }
}

@media (min-width: 768px) {
    .dash-banner {
        min-height: 155px;
        max-height: 400px;
    }

    .left-square {
        font-size: 57px;

    }

    .rigth-square {
        font-size: 57px;
    }

    .head-card-number {
        background: #A6A6A6;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #FFF;
        width: 40px;
    }


    .btn-enviar {
        width: 20%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .btn-voltar {
        width: 73px;
        height: 38px;
    }

}

.form-control-custom option {
    background-color: #000;
}