/* Detalhe */

.usados_detalhes_ctn ._detalhe ._marca {
    min-height: 18px;
    line-height: 18px;
}

.usados_detalhes_ctn ._detalhe ._versaodados {
    color: #000
}

.usados_detalhes_ctn ._detalhe ._situacao {
    display: inline-block;
    background: #F2F2F2;
    color: #CCC;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.usados_detalhes_ctn ._detalhe ._unicodono {
    display: block;
    background: var(--terciaria);
    color: #FFF;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
}

.usados_detalhes_ctn ._detalhe ._ipvapago {
    display: block;
    background: var(--texto);
    color: #FFF;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
}

.usados_detalhes_ctn ._detalhe ._garantiafabrica {
    display: block;
    background: var(--texto);
    color: #FFF;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
}

.usados_detalhes_ctn ._detalhe ._marca {
    color: black;
    text-transform: uppercase;
}

.usados_detalhes_ctn ._detalhe ._modelo {
    font-size: 30px;
    font-weight: bold;
    color: var(--terciaria);
    text-transform: uppercase;
}

.usados_detalhes_ctn ._detalhe ._cor {
    padding-top: 5px;
    padding-bottom: 5px;
}

.usados_detalhes_ctn ._detalhe ._combustivel {
    padding-top: 5px;
    padding-bottom: 5px;
}

.usados_detalhes_ctn ._detalhe ._cambio {
    padding-top: 5px;
    padding-bottom: 5px;
}

.usados_detalhes_ctn ._detalhe ._quilometragem {
    padding-top: 5px;
    padding-bottom: 5px;
}

.usados_detalhes_ctn ._detalhe ._outros {
    padding-top: 5px;
    padding-bottom: 5px;
}

.usados_detalhes_ctn ._detalhe ._valorde {
    color: #000;
    border: 2px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 15px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase
}

.usados_detalhes_ctn ._detalhe ._valorde span {
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
}

.usados_detalhes_ctn ._detalhe ._valor {
    color: var(--terciaria);
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

.usados_detalhes_ctn ._detalhe ._valor div {
    font-size: 20px;
    font-weight: bold;
}

.btn-primary.whatsapp {
    background: #25d366;
    border-color: #25d366
}

.usados_detalhes_ctn ._detalhe ._imagem .video {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden
}

.usados_detalhes_ctn ._detalhe ._imagem .video .play {
    position: absolute;
    color: #FFF;
    top: 50%;
    font-size: 40px;
    margin-top: -23px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.usados_detalhes_ctn ._detalhe ._imagem .video .overlay {
    background: #000;
    opacity: .3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.usados_detalhes_ctn ._detalhe ._imagem .video .clique {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    margin-left: -15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.thumbs {
    margin-top: 25px
}

.veiculo-imagem-slider {
    padding-left: 30px;
    padding-right: 30px;
}

.vf-prev,
.vf-next {
    color: black;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 15px;
    z-index: 98;
    float: right
}

.vf-prev {
    float: left;
}

.usados_detalhes_ctn ._detalhe .card-header {
    background: #FFF;
    color: var(--terciaria);
    border-bottom: 3px solid var(--terciaria);
}

.loja_ctn .card {
    background-color: #FFF;
    color: #000;
}

.loja_ctn li.menu {
    border-bottom: 1px solid #F2F2F2;
}

.loja_ctn .menu_conta {
    font-size: 20px;
    font-weight: 800;
}

.loja_ctn .menu a {
    color: #000;
    padding: 10px;
    display: block;
    position: relative;
}

.loja_ctn .menu a:after {
    font-family: FontAwesome;
    position: absolute;
    right: 11px;
    top: 5px;
    font-size: 20px;
    display: block;
    width: 20px;
    text-align: center;
}

.loja_ctn .menu_estoque a:after {
    content: '\f0d1';
}

.loja_ctn .menu_ondeestamos a:after {
    content: '\f041';
}

.loja_ctn .menu_telefone a:after {
    content: '\f095';
}

.loja_ctn .menu_whatsapp a:after {
    content: '\f232';
}

.loja_ctn .menu_email a:after {
    content: '\f0e0';
}

.loja_ctn .menu_facebook a:after {
    content: '\f09a';
}

.loja_ctn .menu_instagram a:after {
    content: '\f16d';
}

.loja_ctn .menu_dominio a:after {
    content: '\f0c1';
}

.loja_ctn .telefones {
    background-color: white;
    color: var(--principal)
}

.float_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    padding-top: 8px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 900;
}

.float_whatsapp i {
    color: #FFF;
}

.btn-saibamais {
    color: #FFF;
    background-color: var(--terciaria);
}