html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #666;
}

html {
    position: relative;
    min-height: 100%;
}


body, html {
    height: 100%;
    margin: 0;
}

body {
    margin-bottom: 60px;
}


.card-title {
    font-size: 1.2rem;
}

.card-value {
    font-size: 2rem;
    font-weight: bold;
}

.small-text {
    font-size: 0.9rem;
}

.chart-placeholder {
    background-color: #f0f0f0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.cover-image {
    max-height: 400px;
    object-fit: cover;
}
.news-thumbnail {
    width: 100px;
    height: 80px;
    object-fit: cover; /* Corta para preencher sem distorcer */
    border-radius: 4px;
}

header {
    background-image: url('../img/bglogin.png');
    /*/background-color: #000; /*/
}

.bglogin {
    background-image: url('../img/bglogin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bgSite {
    background-image: url('../img/bgbanner.jpg');
    background-position: center -180px;
    background-repeat: no-repeat;
}

.bgMecanica {
    background-image: url('../img/bgbanner_02.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px; /* ou ajuste conforme necessário */
}


.highlight-title {
    color: orange;
    font-weight: bold;
}

.highlight-white {
    color: #fff;
}

.icon {
    font-size: 3rem;
    color: orange;
    margin-bottom: 15px;
}

.step-text {
    font-size: 1rem;
}

.icon-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.highlight-star {
    position: absolute;
    right: 0px;
    top: 250px;
    transform: translateY(-50%);
    text-align: center;
}

    .highlight-star span {
        font-size: 26px;
        display: block;
    }

.descricao {
    text-transform: uppercase;
    font-weight: bold;
    color: #c16a0a;
}

.pontos {
    font-size: 24px;
    font-weight: bold;
    color: #663300;
}

.footnotes {
    font-size: 12px;
    margin-top: 40px;
    color: #663300;
}

.relative-container {
    position: relative;
}


.bi-telephone-fill {
    background-image: url('../img/icone_fale.png');
    width:20px;
    height:20px;
    background-size:100%;
}

.bi-exclamation-triangle-fill {
    background-image: url('../img/icone_senha.png');
    width: 20px;
    height: 20px;
    background-size: 100%;
}


.left-side {
}

.overlay {
    height: 100%;
    width: 100%;
}

.right-side {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bglogin.png');
    color: white;
}

.login-box {
    width: 100%;
    max-width: 420px;
}

.form-control {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }


}



/* Ajuste para o celular: Formulário e logo ajustados em tela pequena */
@media (max-width: 768px) {
    .login-box {
        width: 90%; /* Ajusta o tamanho do formulário em dispositivos móveis */
    }

    .overlay {
        margin-bottom: 70px;
    }

    .left-side img {
        max-width: 200px; /* Ajuste o tamanho do logo no celular */
    }

    .right-side {
        background-color: transparent; /* Fundo levemente escuro */
        min-height: auto;
        background-image:none;
    }
     


    .bglogin {
        background-image: url('../img/bglogin.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .container-fluid {
        display: flex;
        justify-content: center; /* Alinha a estrutura ao centro horizontalmente */
        align-items: center; /* Alinha a estrutura ao centro verticalmente */
        height: 100vh; /* Ocupa 100% da altura da tela */
    }

    .bgSite {
        background-position: center -480px;
    }


    header {
        /*/background-image: url('../img/bglogin.png');/*/
        background-color: #000;
    }

    .navbar .container-fluid {
        height: auto; /* Ocupa 100% da altura da tela */
    }


}