
/*Modal termos de uso */
.mantine-1conurj{
    width: 45%;
}

    @media screen and (max-width: 1450px) {
        .mantine-1conurj{
            width: 60%;
        }
    }

    @media screen and (max-width: 900px) {
        .mantine-1conurj{
            width: 100%;
        }
    }

.main-inicial{
    width: 100%;
    height: 86vh;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.video-login-page{
    width: 177.77777778vh;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 56.25vw;
    height: 100%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    margin: 0;
    transform: translate(-50%, -50%);
}

.change-footer-mobile{
    margin-top: auto;
}

.bebot-header{
    max-width: 65%;
    max-height: 65%;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
}
.change-font{
    font-size: 17px;
}
.mantine-5f6x53{ /* gap do footer */
    gap: 16px;
}

.btn-inicial-talent {
    font-family: monospace;
    font-size: 1.5rem;
    color: #00000000;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid rgb(0, 0, 0);
    background: #FFFFFF;
    box-shadow: 3px 3px #000000;
    cursor: pointer;
    margin: 35px 0;
  }
.btn-inicial-talent:active {
    box-shadow: none;
    transform: translate(3px, 3px);
  }
.btn-inicial-talent:hover {
    background-color: #FFFFFF; /* Cor de fundo vermelha no hover */
    color: #FFFFFF; /* Cor do texto branca no hover */
}

@media (max-width: 900px) {
    .full-width-mobile{
        flex: 0 0 100%;  /* Each column will take full width of the screen on small devices */
        max-width: 100%;
    }
    .change-font{
        font-size: 13px;
    }
    .mantine-5f6x53{ /* gap do footer */
        gap: 6px;
    }
    .hide-on-mobile{
        display: none;
    }
    .mantine-vl2o08{ /*divisor pie chart "renda,genero,idade"*/
        display: none;
    }
    .mantine-1eo3n18{ /* icone de user do header*/
        padding: 0px;
        padding-top: 3%;
        margin-left: 0%;
    }
    .bebot-header{
        display: none;
    }
    .home-cards-mobile{
        flex: 0 0 100%;  /* Each column will take full width of the screen on small devices */
        max-width: 100%;
        padding-bottom: 60%;
    }
    .card-container {
        width: 100%;
        height: 80%;
        position: relative;
        border-radius: 5px;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
        overflow: hidden;
      }
    .change-icon-size-mobile{
        width: 15px;
        height: 15px;
    }
    .mantine-yp2mha{ /* Pagina details, KPIS (cobertura) */
        flex: 0 0 0;
    }
    .mantine-e7eabn{ /* Pagina detalhes, ots ate barra de progresso vazando para a direita*/
        margin: 0px;
        padding: 0 0 0;
    }
    .mantine-lyd5cx{ /* Pagina detalhes, KPIS comecando mais para esquerda*/
        padding:  16px 10px 16px 5px;
    }
    .main-inicial{
        height: auto;
    }
    .change-home-title-font{
        font-size: 30px;
    }
    .change-footer-font-size{
        font-size: 7px;
    }
    .align-footer-buttons{
        margin-top: -2%;
    }

    .video-login-page{
        width: 177.77777778vh;
        height: auto;
    }

}

@media (max-width: 400px) {
    .change-icon-size-mobile{
        width: 15px;
        height: 15px;
    }
    .change-font{
        font-size: 10px;
    }
    .change-footer-font-size{
        font-size: 7px;
    }
}


@media (max-width: 370px) {
    .home-cards-mobile{
        flex: 0 0 100%;  /* Each column will take full width of the screen on small devices */
        max-width: 100%;
        padding-bottom: 70%;
    }
}


@media (max-width: 358px) {
    .change-icon-size-mobile{
        width: 12px;
        height: 12px;
    }
    
}

@media (max-width: 330px) {
    .home-cards-mobile{
        flex: 0 0 100%;  /* Each column will take full width of the screen on small devices */
        max-width: 100%;
        padding-bottom: 80%;
    }
    .change-icon-size-mobile{
        width: 10px;
        height: 10px;
    }
    .mantine-puhv18{ /*gap dos icones de social media*/
        gap: 6px;
    }
}

@media (max-width: 1367px) {
    .mantine-1eo3n18{ /* icone de user do header*/
        padding: 0px;
        padding-top: 1%;
    }
    .align-header-icons{
        padding-top: 5%;
    }

}

@media (max-width: 1367px) {
    .align-eye-and-person-icon-header{ /* icone de user do header*/
        margin-top: -4%;
    }
    .mantine-puhv18{ /* arrumar icones quebrando no header*/
        flex-flow: nowrap
    }
}