.link_menu_desk.ativo {
    color: #ba8b2d;
    font-weight: bold;
}

.img_cham_video.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.play {
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #141c2f75;*/
    z-index: 1;
    background-position: right 5px top 5px;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}


.playdepo {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #141c2f75;
    z-index: 1;
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.bt_rapido.ativo {
    background-color: #4a3409;
}


.bt_login {
    display: flex;
    height: 60px;
    width: 100%;
    border: none;
    background-color: #0f274d;
    color: white;
    border-radius: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    flex-direction: column;
}

.esqueci {
    text-align: center;
    width: 100%;
    padding: 2px 10px;
    display: inline-block;
    margin: 15px 0px;
}


#datepicker2 {
    height: 40px;
    width: 200px;
    padding: 0px 5px;
    margin: 1px white solid;
    background-color: white;
}

.input {
    padding: 0px 5px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    border: #c1c1c1 1px solid;
    background-color: white;
}

label {
    font-size: 13px;
}

.numero_carrinho {
    background-color: darkred;
    color: white;
    border-radius: 100%;
    display: flex;
    width: auto;
    height: auto;
    position: absolute;
    top: -9px;
    right: -7px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    margin: 0px;
    z-index: 50px;
}

@media (max-width: 1290px) {

    .menu_baixo {
        padding-left: 10px;
    }

}

@media (max-width: 1180px) {
    .menu_baixo {
        padding-left: 0px;
    }

    .link_menu_desk {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .numero_carrinho {
        background-color: darkred;

        top: -8px;
        right: -5px;

    }
