.container-calculadora{
    display: flex; 
    gap: 10px;
    justify-content: center;
    margin: 5px 0;
}

.container-calculadora h4{
    margin: 0;
}

.botoes-calculadora{
    /* border: 1px solid red; */
    padding: 7px 15px;
    width: 20%;   
    /* background-color: #D4DBDE; */

}

.botoes-grandes-calculadora{
    /* border: 1px solid red; */
    padding: 7px 15px;
    width: calc(40% + 10px);
    /* background-color: #D4DBDE; */
}

.botoes-calculadora, .botoes-grandes-calculadora{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px #D4DBDE;
    cursor: pointer;
    border-radius: 10px;
    background-color: #E4E8EA;
    transition: all ease .4s;
}

.botoes-calculadora:hover, .botoes-grandes-calculadora:hover{
    background-color: #D4DBDE;
}

.botoes-variaveis{
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
    font-weight: 500;
    /* border: 1px solid #00B1F4; */
    margin: 5px;
    cursor: pointer;
    box-shadow: 3px 3px #D4DBDE;
    color: #ffffff;
    background-color: #66D441;
    /* opacity: .7; */
    transition: all ease .4s;
}

.botoes-variaveis:hover{
    background-color: white;
    color: #66D441;
}

@media screen and (max-width: 1130px){
    .block-mobile-row{
        display: block;
    }
    .block-mobile{
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* .container-calculadora:nth-child(3) .botoes-calculadora:nth-child(4) h4{
    transform: rotate(45deg)
} */

.foto-perfil {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.foto-motorista {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 50%;
    padding: 0rem;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.espacamento {
    margin-left: 10px;
}

.foto-pp {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 1px solid #ced4da;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0rem;
    position: relative;
    overflow: visible;
}

.foto-pp img {
    object-fit: contain;
    width: 36px;
    height: 36px;
}

.foto-perfil img {
    object-fit: contain;
    width: 150px;
    height: 150px;
}

.foto-perfil .foto {
    margin-left: 0;
    position: relative;
    left: 0rem;
}

.foto-perfil .trocar-imagem {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.foto-perfil .trocar-imagem p {
    margin-bottom: 0;
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
    line-height: 90px;
}

.foto-perfil .trocar-imagem input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto-perfil:hover .trocar-imagem {
    opacity: 1;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bg-login {
    background-image: url('../img/bgGestorKm.png');
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;
}

.bg-painel-verde {
    background-image: url('../img/bgPainelVerde.png');
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;
}

.sidebar{
    background-repeat: no-repeat; 
    background-size: cover;
}

.container-img-logo {
    width: 100%;
    position: relative;
}

.container-img-logo img {
    width: 100%
}

.caminhao{
    font-size: 20px;
    margin-top: 4px;
}

/* Treinamentos */

.produto {
    background-color: #F2F2F2;
    border: 2px solid #dedede;
    border-radius: 2%;
    max-width: 500px;
    max-height: 500px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.produto img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.img-produto{
    border-radius: 20px;
    padding: 10px;
}

.card-header-pro{
    width: 100%;
    height: 53%;
    align-items: center;
}

.card-texto-pro{
    width: 80%;
    color: #333333;
    align-items: center;
}

.linha-produtos{
    border-top: 1px solid; 
    color: #e8e8e8;
    margin-bottom: 10px;
}

.divisoria-pro{
    width: 100%;
    height: 20%;
    background-color: #e6e9e8;
}

.button{
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 15px;
    border:0px;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-pro{
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    border-radius: 10px;
    margin: 0 auto;
}

.botao-comprar{
    background-color: #7ccc61; 
    font-size: 13px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 125px;
}

.botao-saldo{
    background-color: #e96969; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 150px;
}

.botao-indisponivel{
    background-color: #d8d7d7; 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 150px;
}

.botao-comprar:hover{
    color:white;
}

.botao-saldo:hover{
    color:white;
}

.botao-indisponivel:hover{
    color:white;
}

.card-total-pro{
    width: 340px;
    height: 400px;
    border-radius: 10px;
}

.foto-treinamento {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 2%;
    max-width: 500px;
    max-height: 500px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.logo-treinamento {
    border-radius: 10px; 
    object-fit: contain; 
    height: 100px;
}

.treinamento-imagem {
    border-radius: 10px;
    object-fit: contain;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}

.texto-avaliacao {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    color: #555555;
    margin-block-end: 30px;
}

.img-avaliacao {
    border-radius: 10px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.linha-treinamento {
    border-top: 1px solid; 
    color: #e8e8e8; 
    margin-block: 10px;
}

.titulo-treinamento {
    color: #66D441; 
    text-align:center; 
    margin-top: 20px;
}

.subtitulo {
    color:#455056; 
    text-align:center;
}

.subtitulo-primary {
    color: #01B0F1; 
    text-align:center; 
    margin-top: 20px; 
    text-transform: uppercase;
}

.lista-treinamento {
    color:#455056; 
    font-size:15px;
    line-height:24px; 
    margin:0;
}

.medalha {
    font-size: 200px; 
    color: #FFD856;
    text-align: center;
}

.usuarios {
    font-size: 100px; 
    color: #48ceff;
    text-align: center;
}

.link-treinamento{
    color:#455056; 
    font-size: 20px;
    text-align: center;
    padding: 6px;
}

.carrinho-loja{
    font-size: 160px;
    color: #48ceff;
    text-align: center;
}

.triangulo{
    font-size: 100px;
    color: #48ceff;
    text-align: center;
}

.texto-loja{
    color:#455056; 
    font-size: 30px;
    text-align: center;
    padding: 6px;
}

.subtexto-loja{
    color:#455056; 
    font-size: 20px;
    text-align: center;
}

.tabela-treinamento {
    border: 1px solid #D6D6D6; 
    border-radius: 20px; 
    width: 80%;  
    margin-left: auto; 
    margin-right: auto;
}

.subtexto {
    color:#455056; 
    font-size: 50px;
    text-align: center;
}

.subtexto-tabela {
    color: #455056; 
    text-align:center;
}

video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

iframe {
    border-radius: 10px;
}

.opcao-avaliacao {
    background-color: #f8f6f6;
    padding: 14px;
    margin-top: 10px;
    border-radius: 10px;
    color: #555555;
}

.texto-treinamento{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: center;
    color: #555555;
}


.botao-treinamento {
    background-color: #66D441; 
    font-size: 15px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 160px;
}

.botao-aviso {
    background-color: #66D441; 
    font-size: 15px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 200px;
}

.botao-produto {
    background-color: #66D441; 
    font-size: 15px; 
    font-weight: bold; 
    text-decoration: none; 
    padding: 14px 20px; 
    color: #ffffff; 
    border-radius: 40px; 
    display: inline-block; 
    width: 100px;
}

.botao-treinamento:hover span {
    color: #fff;
}

.foto-treinamento img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.foto-treinamento .trocar-foto {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.foto-treinamento .trocar-foto input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto-treinamento:hover .trocar-foto {
    opacity: 1;
}

.cards-container-linha {
    display: grid;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.cards-container-row {
    display: grid;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.card-treinamento {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.card-header-tre{
    width: 100%;
    height: 40%;
}

.card-header-tre img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.card-texto-tre .texto-tre{
    width: 80%;
    margin: 15px auto;
    color: #1a1a1a;
}

.btn-estudo{
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #23e4f1;
    border: none;
    font-size: 24px;
    color: white;
    text-align: center;
    justify-content: right;
    margin-left: 190px;
}

.btn-estudo .andamento-tre{
    font-size: 20px;
}

.icone-estudo{
    margin-top: 25px;
}

.card-total{
    width: 280px;
    height: 340px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #4a5057;
}

.card-total:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 3px 0 #4a5057;
}

/* Painel de treinamentos */
.linha-usuario {
    padding: 6px; 
    display:flex; 
    align-items:center;
}

.espaco-painel {
    padding: 20px; 
    display:flex; 
    align-items:center;
}

.circulo-usuario {
    border-radius: 50px; 
    padding: 10px;
}

.texto-painel {
    display:flex;
    justify-content:space-between; 
    align-items: center;
    width:100%;
}

.botao-lupa{
    position: absolute;
    right: 25px;
    bottom: 25px;
}

/* Treinamentos e loja responsivos */
@media screen and (max-width: 1920px){
    .lista .cards-container-linha{
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total{
        width: 400px;
        height: 460px;
    }

    .cards-container-row{
        width: 90%;
        grid-template-columns: repeat(4, 1fr);
    }

    .card-pro{
        width: 340px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 40px auto;
        color: #1a1a1a;
        font-size: 22px;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 280px;
    }
    
    .icone-estudo{
        margin-top: 20px;
    }

    .botao-lupa{
        right: 50px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1900px){
    .lista .cards-container-linha{
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 400px;
        height: 460px;
    }

    .cards-container-row{
        width: 90%;
        grid-template-columns: repeat(4, 1fr);
    }

    .card-pro{
        width: 340px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 40px auto;
        color: #1a1a1a;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 280px;
    }
    
    .icone-estudo{
        margin-top: 25px;
    }
}

@media screen and (max-width: 1680px){
    .lista .cards-container-linha{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 400px;
        height: 460px;
    }

    .cards-container-row{
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-pro{
        width: 340px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 40px auto;
        color: #1a1a1a;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 280px;
    }
    
    .icone-estudo{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1600px){
    .lista .cards-container-linha{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 400px;
        height: 460px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 20px;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 280px;
    }
    
    .icone-estudo{
        margin-top: 35px;
    }

    .botao-lupa{
        right: 30px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1550px){
    .lista .cards-container-linha{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 320px;
        height: 380px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 18px;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 210px;
    }
    
    .icone-estudo{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1500px){
    .lista .cards-container-linha{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 320px;
        height: 380px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 18px;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 210px;
    }
    
    .icone-estudo{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1400px){
    .lista .cards-container-linha{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 320px;
        height: 380px;
    }

    .cards-container-row{
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-pro{
        width: 320px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 18px;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 210px;
    }
    
    .icone-estudo{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1370px){
    .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        margin: 20px;
    }

    .card-pro{
        width: 300px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }
}

@media screen and (max-width: 1330px){
    .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .card-pro{
        width: 340px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }
}

@media screen and (max-width: 1280px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-total {
        width: 280px;
        height: 340px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 32px auto;
        color: #1a1a1a;
        font-size: 16px;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 190px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }

    .botao-lupa{
        right: 10px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1180px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-total {
        width: 280px;
        height: 340px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 32px auto;
        color: #1a1a1a;
        font-size: 16px;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 190px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }

    .botao-lupa{
        right: 30px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1024px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-total {
        width: 280px;
        height: 340px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 190px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }
}

@media screen and (max-width: 1000px){
    .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .card-total-pro{
        width: 330px;
        height: 400px;
    }

    .nav-pro{
        padding-top: 30px;
    }
}

@media screen and (max-width: 770px){
    .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .card-total-pro{
        width: 290px;
        height: 390px;
    }
}

@media screen and (max-width: 740px){
    .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .card-pro{
        width: 330px;
        height: 400px;
    }
}

@media screen and (max-width: 720px){
    .lista-motorista .cards-container-row{
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        margin: 12px;
    }

    .card-total-pro{
        width: 250px;
        height: 390px;
    }

    .card-pro{
        width: 280px;
        height: 400px;
    }
}

@media screen and (max-width: 680px){
    .lista-motorista .cards-container-row{
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        margin: 15px;
    }

    .card-pro{
        width: 250px;
        height: 395px;
    }
}

@media screen and (max-width: 650px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-total {
        width: 270px;
        height: 350px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 15px;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 180px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }
}

@media screen and (max-width: 630px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-total {
        width: 250px;
        height: 370px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 15px;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 165px;
    }
    
    .icone-estudo{
        margin-top: 16px;
    }
}

@media screen and (max-width: 580px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }

    .card-pro-total {
        width: 240px;
        height: 380px;
    }

    .card-total {
        width: 230px;
        height: 370px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 15px;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 155px;
    }
    
    .icone-estudo{
        margin-top: 18px;
    }

    .card-total-pro{
        width: 250px;
        height: 390px;
    }

    .card-pro{
        width: 250px;
        height: 400px;
    }
}

@media screen and (max-width: 570px){
    .lista-motorista .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }

    .card-total-pro{
        width: 230px;
        height: 395px;
    }

    .card-pro{
        width: 230px;
        height: 395px;
    }
}

@media screen and (max-width: 550px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 400px;
        height: 460px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 20px;
    }

    .texto-tre h5{
        font-size: 1.6rem;
    }

    .btn-estudo{
        width: 60px;
        height: 60px;
        margin-left: 280px;
    }
    
    .icone-estudo{
        margin-top: 18px;
    }
}

@media screen and (max-width: 520px){
    .lista-motorista .cards-container-row{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
        margin: auto;
    }

    .card-total-pro{
        width: 300px;
        height: 395px;
    }

    .card-pro{
        width: 300px;
        height: 395px;
    }
}

@media screen and (max-width: 500px){
    .lista-motorista .cards-container-row{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
        margin: auto;
    }

    .card-total-pro{
        width: 300px;
        height: 395px;
    }

    .card-pro{
        width: 300px;
        height: 395px;
    }
}

@media screen and (max-width: 465px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 370px;
        height: 430px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 20px;
    }

    .texto-tre h5{
        font-size: 1.6rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 270px;
    }
    
    .icone-estudo{
        margin-top: 18px;
    }
}

@media screen and (max-width: 430px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 340px;
        height: 400px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 20px;
    }

    .texto-tre h5{
        font-size: 1.6rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 240px;
    }
    
    .icone-estudo{
        margin-top: 18px;
    }
}

@media screen and (max-width: 420px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 320px;
        height: 380px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 35px auto;
        color: #1a1a1a;
        font-size: 18px;
    }

    .texto-tre h5{
        font-size: 1.6rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 220px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }
}

@media screen and (max-width: 380px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 300px;
        height: 360px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 16px;
    }

    .texto-tre h5{
        font-size: 1.6rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 200px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }
}

@media screen and (max-width: 360px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 280px;
        height: 340px;
    }

    .lista-motorista .cards-container-row{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        margin: auto;
    }

    .card-total-pro{
        width: 260px;
        height: 385px;
    }

    .card-pro{
        width: 260px;
        height: 385px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 15px;
    }

    .texto-tre h5{
        font-size: 1.4rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 190px;
    }
    
    .icone-estudo{
        margin-top: 1px;
    }
}

@media screen and (max-width: 330px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 260px;
        height: 320px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 14px;
    }

    .texto-tre h5{
        font-size: 1.4rem;
    }

    .btn-estudo{
        width: 50px;
        height: 50px;
        margin-left: 170px;
    }
    
    .icone-estudo{
        margin-top: -3px;
    }
}

@media screen and (max-width: 310px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 240px;
        height: 300px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 15px;
    }

    .texto-tre h5{
        font-size: 1.3rem;
    }

    .btn-estudo{
        width: 45px;
        height: 45px;
        margin-left: 160px;
    }
    
    .icone-estudo{
        margin-top: -3px;
    }
}

@media screen and (max-width: 290px){
    .lista .cards-container-linha{
        width: 80%;
        grid-template-columns: repeat(1, 1fr);
    }

    .card-total {
        width: 230px;
        height: 290px;
    }

    .card-total-pro{
        width: 240px;
        height: 385px;
    }

    .card-pro{
        width: 240px;
        height: 385px;
    }

    .card-texto-tre .texto-tre{
        width: 80%;
        margin: 30px auto;
        color: #1a1a1a;
        font-size: 13px;
    }

    .texto-tre h5{
        font-size: 1.1rem;
    }

    .btn-estudo{
        width: 43px;
        height: 43px;
        margin-left: 155px;
    }
    
    .icone-estudo{
        margin-top: 2px;
    }
}

/* Treinamentos responsivos acima */