.dash{
    max-width: 1240px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.container-titulo-dash h1{
    font-size: 75px;
    color: rgba(41, 77, 99, 1);
}

.container-titulo-dash p{
    font-size: 25px;
    color: rgba(41, 77, 99, 1);
    margin-top: 15px;
}

.carrossel{
    width: 70%;
    border: 5px solid rgba(41, 77, 99, 1);
    border-radius: 40px;
    height: 55px;
    margin: 35px auto;
    display: flex;
    justify-content: space-evenly;
}

.btn-carrossel{
    color: rgba(41, 77, 99, 1);
    background-color: transparent;
    font-size: 24px;
    border: none;
    padding: 5px;
    width: 32%;
}

.ativo-dash{
    height: 47px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    background-color: rgba(41, 77, 99, 1);
    border-radius: 45px;
}

.button-inicio{
    margin: start;
    
}

.button-grafico{
    margin: auto;
}

.button-usuario{
    margin: end;
    width: 40%;
}

.imagem-carrossel{

    margin: 35px auto;
    border: 3px solid  rgba(41, 77, 99, 1);
    border-radius: 20px;
    max-width: 1000px;
}

.imagem-carrossel img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.imagem_dash_celular {
    margin: 35px auto;
    border: 3px solid  rgba(41, 77, 99, 1);
    border-radius: 20px;
    max-width: 250px;
}

.imagem_dash_celular img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


@media (max-width: 950px) {
    .container-titulo-dash h1{
    font-size: 50px;
    }
    .container-titulo-dash p{
        font-size: 20px;
    }
    .btn-carrossel{
        font-size: 18px;
    }
    .carrossel{
        width: 80%;
    }
}

@media (max-width: 650px) {
    .container-titulo-dash h1{
        font-size: 40px;
    }
    .container-titulo-dash p{
        font-size: 20px;
    }

}

@media (max-width: 580px) {
    .btn-3{
        display: none;
    }
    .btn-carrossel{
        width: 48%;
    }
    .btn-1{
        margin: start;
    }
    .btn-2{
        margin: end;
    }
    .ativo-dash{
        border: 8px solid rgba(41, 77, 99, 1);
        width: 55%;
    }
}