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

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: #000;
}

hr {
    color: #DB9600;
}

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

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

/* .btn-custom {
    border-radius: 20px;
    background-color: transparent;
    border: none;
    border: 1px solid #DB9600;
    color: #fff;
} */

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

    background: #000;

    text-decoration: none;
    width: 80px;
    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: 100%;
    background: url(/furniture/images/login/fundo_login.png) no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.auth-form {
    position: relative;
    right: 40vh;
}

.form-body {
    width: 400px;
    padding: 20px;
}

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

.form-group-custom>label {
    color: #FFF;
}

.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: transparent;
    border: none;
    border: 1px solid #DB9600;
}

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

/* FIM LOGIN */

/* NAVBAR */

.mobile-menu-button {
    display: none;
}

.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;
}

.line {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 2px;
    background-color: #DB9600;
    z-index: 1;
}

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

/* FIM NAVBAR */

/* 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: 1px solid #DB9600 !important;
    border-radius: 10px !important;
    background: transparent;
}

.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: transparent;
    height: 100px;
    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 {
    background-image: url(../images/card_infos/moldura_astronauta.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 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;
}

/* FIM HOME */

/* QUIZ */

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

.card-header-quiz {
    color: #fff;
    background-color: #DB9600 !important;
}


.content-header h4 {
    font-size: 1.5rem;
    text-align: center;
}


@media (max-width: 1200px) {
    .col-lg-10 {
        padding-left: 10px;
        margin-top: 10px;
    }

    .content-header h4 {
        font-size: 1.4rem;
    }

    .btn-outline-secondary,
    .btn-outline-info {
        font-size: 0.9rem;
        padding: 5px 10px;
    }
}

@media (max-width: 992px) {
    .col-6 {
        width: 100%;
    }

    .card-header-quiz h5 {
        font-size: 1.2rem;
    }

    .btn-outline-secondary,
    .btn-outline-info {
        font-size: 0.8rem;
    }

    .card-footer h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .card-header-quiz {
        text-align: center;
        flex-direction: column;
    }

    .card-header-quiz h5 {
        font-size: 1rem;
    }

    .btn-outline-secondary,
    .btn-outline-info {
        font-size: 0.7rem;
    }

    .card-footer h4 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .content-header h4 {
        font-size: 1rem;
    }

    .card-footer h4 {
        font-size: 0.9rem;
    }
}

.card-footer {
    padding: 20px;
}

.text-center {
    text-align: center;
}

.hr {
    border: 1px solid white;
    width: 80%;
}

@media (max-width: 768px) {
    .card-footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    .card-footer .col-5,
    .card-footer .col-2 {
        flex: 1 1 100%;
        
        margin-bottom: 15px;
    }

    .card-footer .col-2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hr {
        width: 60%;
        
    }

    h4 {
        font-size: 16px;
        
    }

    h6 {
        font-size: 14px;
    }
}


/* FIM QUIZ */

@-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 screen and (max-width: 768px) {
    .menu {
        flex-direction: column;
        align-items: stretch;
    }

    .menu ul {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        /* Fundo transparente */
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .menu li {
        margin: 10px;
        width: 80%;
        border-radius: 15px;
    }

    .menu a {
        padding: 15px;
        display: block;
        text-decoration: none;
        color: #6C757D;
    }

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

    .mobile-menu-button {
        display: block;
        background-color: transparent;
        color: #6C757D;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 2000;
    }

    .mobile-menu-button:hover {
        color: #DB9600;
    }

    .menu.open ul {
        display: flex;
        /* Exibe a lista quando o menu está aberto */
    }
}

@media screen and (max-width: 1440px) {
    .mobile-menu-button {
        display: none;
    }

    .menu ul {
        /* margin: 0px 0px 0px 10px !important; */
    }

    .menu li {
        /* width: 154px; */
    }

    .line {
        display: none;
    }
}

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