/****** DETALHES ******/

#formFiltro, .filtros-1 {
    float: left;
    width: 100%;
}
.detalhe .filtros-1 select {
    width: 13.428571428571428571428571428571%;
    float: left;
    margin-right: 1%;


}

.detalhe .filtros-1 select:last-of-type {
    margin-right: 0;
}

.detalhe h1 {
    padding-right: 10px;
    color: #ffffff;

}

.detalhe h1, .detalhe h5 {
    color: #ffffff;
    font-weight: bold;
    font-size: 23px;
}

.detalhe h2 {
    font-size: 16px;
    color: #ffffff;
}

.detalhe-info {
    color: #B3B3B3;
    line-height: 25px;
}

.detalhe-menu-topo {
    border-top: 1px solid ;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    list-style: none;
    color:#E5E6E6;
}

.detalhe-menu-topo li {
    height: 50px;
    float: left;
    line-height: 50px;
    border-right: 1px solid #ffffff;
    text-align: center;
    box-sizing: border-box;
    color:#E5E6E6;
}

.detalhe-menu-topo li:last-of-type {
    border-right: none;
    color:#E5E6E6;
}

.detalhe-menu-topo li a {
    height: 40px;
    color: #ffffff;
}
.detalhe-menu-topo li a :hover{
    height: 40px;
    color: #4c4c4c;
}

.detalhe-menu-topo li a.disabled {
    opacity: 0.3;
}

.detalhe-menu-topo li:nth-child(1), .detalhe-menu-topo li:nth-child(6) {
    width: 12%;
}

.detalhe-menu-topo li:nth-child(2) {
    width: 22%;
}

.detalhe-menu-topo li:nth-child(3), .detalhe-menu-topo li:nth-child(4), .detalhe-menu-topo li:nth-child(5) {
    width: 18%;

}

.detalhe-menu-topo li i {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    color: #ffffff;

}

.detalhe-container-foto-info .foto-detalhe {
    margin-right: 5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;

}

.detalhe-caracteristicas {
    position: relative;
    font-size: 13px;
    color:#ffffff;
}

.detalhe-container-caracteristicas {
    min-height: 350px;
    position: relative;
    color:#ffffff;
}

.detalhe-container-caracteristicas .col-48 {
    margin: 0 2% 10px 0;
    color:#ffffff;
}

.detalhe-financiamento {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    padding: 10px 0;
    width: 100%;
    color: #ffffff;

}

.detalhe .form-auto input[type="text"], .form-auto input[type="email"] {
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    width: 85%;
}

.detalhe .form-auto textarea {
    resize: none;
    padding: 10px;
    width: 93%;
    height: 182px;
}

.detalhe .form-auto input[type=submit] {
    height: 68px;
    line-height: 68px;
    background-color: #737373;
    color: #ffffff;
    border: 0;
    width: 100%;
}

.detalhe .form-auto input[type=submit]:hover {
    opacity: 0.8;
    color: #ffffff;
    background-color: #3D4243;
}

.detalhe-financiamento div:nth-child(1) {
    padding-left: 20px;
    color: #ffffff;
}

.detalhe-financiamento div:nth-child(2) {
    color: #999999;
    padding-left: 30px;
}

.detalhe-menu-fundo > ul {
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #E6E6E6;
    float: left;
    width: 100%;
    height: 52px;
    list-style: none;



}

.detalhe-menu-fundo > ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    height: 50px;
    line-height: 50px;
}

.detalhe-menu-fundo > ul li.active {
    background-color: #000000;
    height: 51px;
    color: #ffffff;

}

.detalhe-menu-fundo > ul li.active a, .detalhe-menu-fundo > ul li a:hover {
    color: #ffffff;
}

.detalhe-menu-fundo > ul li a {
    color: #2b2a29;
    display: inline-block;
}

.detalhe-menu-fundo > ul li a i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;

}

.detalhe-menu-fundo > div {
    padding: 40px;
    clear: both;
    font-size: 100%;
    display: none;
    color: #ffffff;

}

.detalhe-menu-fundo > ul + div {
    display: block;
    color: #ffffff;

}

.detalhe-menu-fundo > ul li:last-of-type {
    border-right: none;
    color: #ffffff;
}

.detalhe-menu-fundo > ul li.equipamento, .detalhe-menu-fundo > ul li.anotacoes, .detalhe-menu-fundo > ul li.contactos {
    width: 21%;
    color: #ffffff;

}

.detalhe-menu-fundo > ul li.fotos, .detalhe-menu-fundo > ul li.videos {
    width: 17%;
    color: #ffffff;
}

.detalhe-equipamento-descricao ul li {
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 5px;
    list-style: none;
    color: #ffffff;
}

.detalhe h3 {
    font-weight: bold;
    color: #ffffff;
}

.detalhe h6 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;

}

.detalhe-galeria {
    float: left;
    margin: 0 10px 10px 0;
    color: #ffffff;
}

.detalhe-relacionados {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 10px;
}

.detalhe .lista-viaturas-2 .item {
    border-top: none;
    border-bottom: none;
    color: #ffffff;
}

/** FILTROS **/
.filtros-1 select {
    border: none;
    float: left;
    margin-right: 5px;
    padding: 0 25px 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/assets/img/seta-down.png') no-repeat 95% 50% #4c4c4c;
    background-size: auto 25%;
    height: 30px;
    color: #ffffff;
}

.filtros-1 a {
    height: 30px;
    line-height: 30px;
    background-color: #B3B3B3;
    display: inline-block;
    padding: 0 25px 0 6px;
    color: #ffffff;
}

.lista-viaturas-2 .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 20px 0;
    color: #ffffff;
}

.lista-viaturas-2 .item .imagem {
    position: relative;
    color: #ffffff;
}

.lista-viaturas-2 .item:nth-child(4n) {
    margin-right: 0;
    color: #ffffff;
}

.lista-viaturas-botao {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color:hsl(190, 5%, 25%);
    color: #ffffff;
    border: 1px solid #000 !important;
    padding: 0 10px;
    font-size: 12px;
}

.lista-viaturas-botao:hover {
    background-color: #8E8E8E;
    color: #fff;
}

.lista-viaturas-2 .item .imagem .share {
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 17px;
    color: #fff;
}

.loader-text {
    animation: 800ms ease 0s alternate none infinite running fadeIn;
    text-align: center;

}

@media (min-width: 499px) and (max-width: 768px) {

    .detalhe .filtros-1 select {
        width: 100%;
        margin-bottom: 5px;
        color: #ffffff;
    }

    .detalhe .col-75, .detalhe .col-25 {
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .detalhe .col-75 h1, .detalhe .col-75 h2 {
        width: 100%;
        padding: 0;
        color: #ffffff;
    }

    .detalhe .col-70 {
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .detalhe-menu-topo li a span {
        display: none;
        color: #ffffff;
    }

    .detalhe-container-foto-info .col-45 {
        width: 100%;
        color: #ffffff;

    }

    .detalhe-container-foto-info .foto-detalhe {
        margin-right: 0;
        color: #ffffff;
    }

    .detalhe-container-foto-info .col-50 {
        width: 100%;
        color: #ffffff;
    }

    .detalhe-container-caracteristicas {
        height: auto;
        color: #ffffff;
    }

    .detalhe-container-caracteristicas .col-48 {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .detalhe-container-caracteristicas .col-48 .col-35, .detalhe-container-caracteristicas .col-48 .col-65 {
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .detalhe-financiamento {
        position: inherit;
        color: #ffffff;
    }

    .detalhe-menu-fundo {
        text-align: center;
        color: #ffffff;
    }

    .detalhe-menu-fundo ul li a span {
        display: none;
        color: #ffffff;

    }

    .detalhe-menu-fundo .col-20 {
        width: 50%;
        padding: 0 10px;
        color: #ffffff;
    }

    .detalhe .form-auto input[type="text"], .form-auto input[type="email"] {
        width: 100%;
        color: #ffffff;
    }

    .detalhe .form-auto textarea {
        width: 100%;
        margin-bottom: 10px;

    }

    .detalhe .form-auto input[type="submit"] {
        width: 100%;
    }

    .lista-viaturas-2 .item {
        margin-bottom: 2%;
        margin-right: 0;
        padding: 0 0 20px;
        width: calc(50% - 5px);
        color: #ffffff;

    }

    .lista-viaturas-2 .item:nth-child(even) {
        margin-left: 5px;
        color: #ffffff;
    }

    .lista-viaturas-2 .item:nth-child(odd) {
        margin-right: 5px;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .imagem {
        width: 100%;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .imagem .img-responsive {
        object-fit: cover;
        width: 100%;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .lista-botao .col-85 {
        width: 100%;
        text-align: center;
        color: #ffffff;
    }
}

@media only screen and (max-width: 498px) {
    .detalhe .filtros-1 select {
        width: 100%;
        margin-bottom: 5px;
    }

    .detalhe .col-75, .detalhe .col-25 {
        width: 100%;
        text-align: center;
        color: #ffffff;

    }

    .detalhe .col-75 h1, .detalhe .col-75 h2 {
        width: 100%;
        padding: 0;
        color: #ffffff;

    }



    .detalhe .col-70 {
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .detalhe-menu-topo li a span {
        display: none;
        color: #ffffff;
    }

    .detalhe-container-foto-info .col-45 {
        width: 100%;
        color: #ffffff;
    }

    .detalhe-container-foto-info .foto-detalhe {
        margin-right: 0;
        color: #ffffff;

    }

    .detalhe-container-foto-info .col-50 {
        width: 100%;
        color: #ffffff;
    }

    .detalhe-container-caracteristicas {
        height: auto;
        color: #ffffff;

    }

    .detalhe-container-caracteristicas .col-48 {
        width: 50%;
        margin: 0 0 15px 0;
        color: #ffffff;
    }

    .detalhe-container-caracteristicas .col-48 .col-35, .detalhe-container-caracteristicas .col-48 .col-65 {
        width: 100%;
        text-align: center;
        color: #ffffff;

    }

    .detalhe-financiamento {
        position: inherit;
        color: #ffffff;
    }

    .detalhe-menu-fundo {
        text-align: center;
        color: #ffffff;
    }

    .detalhe-menu-fundo ul li a span {
        display: none;
        color: #ffffff;
    }

    .detalhe-menu-fundo .col-20 {
        width: 100%;
        color: #ffffff;
    }

    .detalhe .form-auto input[type="text"], .form-auto input[type="email"] {
        width: 100%;
    }

    .detalhe .form-auto textarea {
        width: 100%;
        margin-bottom: 10px;
    }

    .detalhe .form-auto input[type="submit"] {
        width: 100%;
    }

    .lista-viaturas-2 .item {
        margin-bottom: 2%;
        margin-right: 0;
        padding: 0 0 20px;
        width: 100%;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .imagem {
        width: 100%;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .imagem .img-responsive {
        object-fit: cover;
        width: 100%;
        color: #ffffff;
    }

    .lista-viaturas-2 .item .lista-botao .col-85 {
        width: 100%;
        text-align: center;
    }
}




