/****** GERAL ******/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

.width-100 {
    width: 100%;
}

.finline {
    display: inline-block;
}

.fblock {
    display: block;
}

.clear {
    clear: both;
}

.ajustify {
    text-align: justify;
}

.hidden {
    visibility: hidden;
}

.brand-back {
    background: #0254B7;
}
.b-black{
    background: #2B2D42;
}

.brand-back-hover:hover {
    background: #000;
    color: #0254B7;
}

.brand-back-reverse {
    background: #000;
}

.brand-color {
    color: #0254B7;
}

.brand-color-hover:hover {
    color: #0254B7;
}

.brand-color-reverse {
    color: #fff;
}

.brand-color-reverse-2 {
    color: #000;
}

.border-top-brand-color {
    border-top: 3px solid #0254B7;
}

.border-bottom-brand-color {
    border-bottom: 3px solid #0254B7;
}

.border-top-linha {
    border-top: 1px solid #E6E6E6;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ease-in-out {
    transition: all 0.3s ease-in-out 0s;
}

.custom-col-xs-12 {
    width: 100%;
    min-height: 1px;
}

.custom-col-xs-11 {
    width: 91.66666666666667%;
    min-height: 1px;
}

.custom-col-xs-10 {
    width: 83.33333333333333%;
    min-height: 1px;
}

.custom-col-xs-9 {
    width: 75%;
    min-height: 1px;
}

.custom-col-xs-8 {
    width: 66.66666666666667%;
    min-height: 1px;
}

.custom-col-xs-7 {
    width: 58.33333333333333%;
    min-height: 1px;
}

.custom-col-xs-6 {
    width: 50%;
    min-height: 1px;
}

.custom-col-xs-55 {
    width: 48%;
    min-height: 1px;
}

.custom-col-xs-5 {
    width: 41.66666666666667%;
    min-height: 1px;
}

.custom-col-xs-4 {
    width: 33.33333333333333%;
    min-height: 1px;
}

.custom-col-xs-3 {
    width: 25%;
    min-height: 1px;
}

.custom-col-xs-2 {
    width: 16.66666666666667%;
    min-height: 1px;
}

.custom-col-xs-1 {
    width: 8.333333333333333%;
    min-height: 1px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.spacer-1 {
    height: 1px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-60 {
    height: 60px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-70 {
    height: 70px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

.size-21 {
    font-size: 21px;
}

.size-22 {
    font-size: 22px;
}

.size-23 {
    font-size: 23px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-26 {
    font-size: 26px;
}

.size-27 {
    font-size: 27px;
}

.size-28 {
    font-size: 28px;
}

.size-29 {
    font-size: 29px;
}

.size-30 {
    font-size: 30px;
}

.size-35 {
    font-size: 35px;
}

.size-40 {
    font-size: 40px;
}

.size-45 {
    font-size: 45px;
}

.size-50 {
    font-size: 50px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-40 {
    padding-right: 40px;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.botao {
    height: 40px;
    padding: 0 20px;
    border: none;
    line-height: 40px;
}

.uppercase {
    text-transform: uppercase;
}

@media print {
    body * {
        visibility: hidden;
    }

    .imprimir, .imprimir * {
        visibility: visible;
    }

    .imprimir {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/loader-logo.gif);
}

/*.mobile-hidden{
    display: inline-block;
}
*/
.visible-mobile {
    display: none;
}

/****** Layout ******/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 1140px;
}

.main {
    width: 1140px;
    margin: 0 auto;
    clear: both;
    height: auto;
    overflow: hidden;
}

.header {
    width: 100%;
    float: left;
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.header-menu .main .logo {
    float: left;
    height: 130px;
    /*padding: 10px 0;
*/
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.header-menu .main .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.header-menu .main ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.header-menu .main ul li {
    float: left;
    height: 130px;
    width: 90px;
    line-height: 130px;
    border-right: 1px solid #000;
    text-align: center;
}

.header-menu .main ul li {
    float: left;
    height: 130px;
    width: 90px;
    line-height: 130px;
    border-right: 1px solid #000;
    text-align: center;
}

.header-menu .main ul li:first-child {
    border-left: 1px solid #000;
}

.header-menu .main ul li a {
    display: block;
    height: 100%;
    font-weight: bold;
}

.header-menu .main ul li a {
    color: #fff;
}

.header-menu .main ul li a.active, .header-menu .main ul li a:hover {
    color: #E31E24;
}

.header-fixo {
    height: 80px;
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.6);
}

.header-fixo .main .logo {
    height: 80px;
}

.header-fixo .main ul li {
    height: 80px;
    line-height: 80px;
}

.header-fixo .main ul li {
    border-right: 1px solid #333;
}

.header-fixo .main ul li:first-child {
    border-left: 1px solid #333;
}

.header-fixo .main .logo img {
    max-width: 75%;
}

.breadcrumb {
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb a {
    display: inline-block;
    color: #fff;
}

.ofertas {
    padding: 20px 0;
    text-align: center;
    clear: both;
}

.ofertas .main a {
    color: #fff;
}

.titulos-line-through {
    border-bottom: 1px solid #000;
    height: 25px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.titulos-line-through span {
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
}

.lista-destaques-home .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
    float: left;
}

.lista-destaques-home .item:nth-child(3n) {
    margin-right: 0;
}

.lista-destaques-home .item .imagem {
    position: relative;
}

.lista-destaques-home .item a:hover .preco, .lista-destaques-home .item a:hover .mascara {
    visibility: visible;
}

.lista-destaques-home .preco {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url("/assets/img/preco.png");
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.mascara {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.garantia-credito {
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    margin-bottom: 1px;
    font-size: 13px;
}

.mapa {
    height: 300px;
}

.copyright {
    padding: 10px 0;
}

/*Listagem Viaturas - 1*/
.lista-viaturas-1 .item {
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
}

.lista-viaturas-1 .item:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.lista-viaturas-1 .item .imagem {
    width: 25%;
    margin-right: 2%;
    height: 191px;
    position: relative;
}

.lista-viaturas-1 .item .imagem img {
    border: 1px solid #999;
    width: 100%;
    height: 191px;
    object-fit: cover;
}

.lista-viaturas-1 .item .imagem .garantia, .lista-viaturas-2 .item .imagem .garantia {
    position: absolute;
    top: 62px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/assets/img/garantia3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

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

.lista-viaturas-1 .item .info {
    width: 51.5%;
    margin-right: 1%;
    height: 191px;
    position: relative;
}

.lista-viaturas-1 .item .preco {
    width: 20.5%;
    height: 191px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.lista-viaturas-1 .item .info .lista-botao, .lista-viaturas-1 .item .preco .lista-botao {
    position: absolute;
    bottom: 0;
}

.lista-viaturas-1 .item .info .coluna-1 {
    width: 120px;
}

.lista-viaturas-1 .item .info .coluna-2 {
    width: calc(100% - 120px);
}

.lista-viaturas-1 .item .preco .lista-botao {
    right: 0;
}

.lista-viaturas-1 .item .preco .preco-info {
    margin-left: auto;
    min-width: 135px;
}
.filtros-ordenacao .custom-col-xs-7{
	text-align:right;
	width:100%;
}
.filtros-1 select, .filtros-2 select, .filtros-ordenacao 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% #E6E6E6;
    background-size: auto 25%;
    height: 30px;
}

.filtros-2 select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}

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

.filtros-2 a {
    height: 30px;
    line-height: 30px;
    background-color: #B3B3B3;
    display: block;
    padding: 0 25px 0 6px;
    color: #000;
    float: left;
    width: 100%;
}

.filtro {
    margin-right: 8px;
}

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

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

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

.lista-viaturas-2 .item:nth-child(1), .lista-viaturas-2 .item:nth-child(2), .lista-viaturas-2 .item:nth-child(3), .lista-viaturas-2 .item:nth-child(4) {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0;
}

.lista-viaturas-botao {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 1px solid #000 !important;
    padding: 0 10px;
}

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

.total-viaturas {
    background-color: #E6E6E6;
    padding: 0 35px 0 10px;
    position: relative;
    height: 34px;
    line-height: 34px;
    margin-right: 25px;
}

.total-viaturas:after {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 12px solid #E6E6E6;
    border-bottom: 17px solid transparent;
    content: '';
}

.vistas {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.vistas div {
    float: right;
    text-align: center;
}

.vistas ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vistas ul li {
    float: left;
    margin-right: 4px;
    opacity: 0.4;
}

.vistas ul li:last-child {
    margin-right: 0;
}

.vistas ul li img {
    height: 30px;
    width: 30px;
}

.vistas ul li:hover, .vistas ul li.active {
    opacity: 1;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.flex-right {
    margin-left: auto;
}

/*Paginação*/
.paginacao {
    float: right;
}

.paginacao ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paginacao ul li {
    height: 30px;
    width: 30px;
    float: left;
    background-color: #E6E6E6;
    margin-right: 4px;
    text-align: center;
    line-height: 30px;
}

.paginacao ul li:last-child {
    margin-right: 0;
}

.paginacao ul li.disabled {
    opacity: 0.55;
    background-color: #E6E6E6 !important;
}

.paginacao ul li a {
    height: 30px;
    width: 30px;
    display: block;
    color: #000;
}

.paginacao ul li:hover, .paginacao ul li.active {
    background-color: #999999;
}

.paginacao ul li:hover a, .paginacao ul li.active a {
    color: #fff;
}

.paginacao li.extenso {
    width: auto;
    background: #fff;
    margin: 0 10px;
}

.paginacao li.extenso:hover {
    background: #fff;
}

/*mensagens*/
.mensagens {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 6;
    padding: 20px;
}

.mensagens ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.mensagens ul li {
    margin-bottom: 5px;
}

.mensagens ul li:last-child {
    margin-bottom: 0;
}

.mensagens i {
    position: absolute;
    top: 5px;
    right: 5px;
}

.mensagens.erro {
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    color: #a94442;
}

.mensagens.sucesso {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid;
    color: #3c763d;
}

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

.detalhe-menu-topo {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    float: left;
}

.detalhe-menu-topo li {
    height: 40px;
    float: left;
    line-height: 40px;
    border-right: 1px solid #E6E6E6;
    text-align: center;
}

.detalhe-menu-topo li:last-child {
    border-right: none;
}

.detalhe-menu-topo li a {
    color: #000;
    height: 40px;
}

.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:nth-child(1) > a {
    background-image: url("/assets/img/seta-esquerda.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 29px;
}

.detalhe-menu-topo li:nth-child(2) > a {
    background-image: url("/assets/img/mais-informacao.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 29px;
}

.detalhe-menu-topo li:nth-child(3) > a {
    background-image: url("/assets/img/avaliar-retoma.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 44px;
}

.detalhe-menu-topo li:nth-child(4) > a {
    background-image: url("/assets/img/imprimir.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 35px;
}

.detalhe-menu-topo li:nth-child(5) > a {
    background-image: url("/assets/img/partilhar.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 28px;
}

.detalhe-menu-topo li:nth-child(6) > a {
    background-image: url("/assets/img/seta-direita.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    padding-right: 29px;
}

.detalhe-container-foto-info {
    display: flex;
}

.detalhe-container-foto-info .foto-detalhe {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.detalhe-caracteristicas {
    position: relative;
}

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

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

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

.detalhe-menu-fundo > ul {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    float: left;
    width: 100%;
    height: 42px;
}

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

.detalhe-menu-fundo > ul li.active {
    background: #fff;
    height: 41px;
}

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

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

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

.detalhe-menu-fundo > ul + div {
    display: block;
}

.detalhe-menu-fundo > ul li:last-child {
    border-right: none;
}

.detalhe-menu-fundo > ul li.equipamento, .detalhe-menu-fundo > ul li.anotacoes, .detalhe-menu-fundo > ul li.contactos {
    width: 22%;
}

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

.detalhe-menu-fundo > ul li.equipamento > a {
    background-image: url("/assets/img/descricao-equipamento.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 26px;
}

.detalhe-menu-fundo > ul li.fotos > a {
    background-image: url("/assets/img/fotos.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}

.detalhe-menu-fundo > ul li.videos > a {
    background-image: url("/assets/img/video.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 27px;
}

.detalhe-menu-fundo > ul li.anotacoes > a {
    background-image: url("/assets/img/anotacoes.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 27px;
}

.detalhe-menu-fundo > ul li.contactos > a {
    background-image: url("/assets/img/contatos.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
}

.detalhe-equipamento-descricao ul li {
    font-size: 13px;
    background-image: url("/assets/img/seta-direita-detalhe.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 50%;
    padding-left: 20px;
    margin-bottom: 5px;
}

.detalhe-equipamento-descricao h4 {
    margin-bottom: 20px;
}

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

.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;
}

/*Disabled icon categorias*/
.icon-categorias.disabled {
    color: #4c4c4c;
    cursor: default;
}

.detalhe-container-informacoes label {
    display: block;
    margin-bottom: 2px;
}

/*Form Geral*/
.form-geral input[type="text"], .form-geral input[type="email"] {
    height: 40px;
    padding: 10px;
}

.form-geral textarea {
    resize: none;
    padding: 10px;
}

.altura-google-captcha {
    height: 75px;
    line-height: 75px;
}
/*Noticias*/
.lista-noticias .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
    float: left;
}

.lista-noticias .item:nth-child(3n) {
    margin-right: 0;
}

.lista-noticias .item .imagem {
    position: relative;
    border: 1px solid #E6E6E6;
    opacity: 0.9;
}

.lista-noticias .item .titulo {
    height: 50px;
    overflow: hidden;
    color: #000;
}

.lista-noticias .item a:hover > div .imagem {
    opacity: 1;
}
.credits-magazine{
	font-size:85%;
}
.noticia-contend{
	width:100%;
	text-align:justify;
	line-height:24px;
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #ddd;
}
.noticia-contend p{
	margin-bottom:15px;
}
.galery-magazine{
	width:45%;
	margin:0 20px 25px 0;
}

/*Contactos*/
.mapa_contactos {
    float: left;
    width: 100%;
    border: 1px dashed #808080;
    padding: 20px;
}

#mapa_contactos {
    height: 350px;
}

.contactos-container {
    padding: 20px;
}

.contactos-form {
    width: 610px;
}

.contactos-form .coluna {
    width: 196.6666666666667px;
    margin-right: 10px;
}

.contactos-form .coluna:nth-of-type(3) {
    margin-right: 0;
}

.contactos-departamentos {
    width: calc(100% - 610px);
}

.contactos-morada {
    background: #f1f1f1;
    padding: 50px;
}

.centro-arbitragem {
    background-color: #F5F5F5;
}

.centro-arbitragem .main {
    color: #999999;
    padding: 20px;
}

.centro-arbitragem img {
    height: 80px;
}

/*Pedido Avaliação*/
.pedido-avaliacao {
    padding: 0 30px;
}

.pedido-avaliacao .coluna {
    width: 19.2%;
    margin-right: 1%;
}

.pedido-avaliacao .coluna:nth-of-type(5) {
    margin-right: 0;
}


/*Finaciamento*/
.financiamento {
    padding: 0 30px;
}

.financiamento .coluna2 {
    width: 19.2%;
    margin-right: 1%;
}

.financiamento .coluna2:nth-of-type(3) {
    margin-right: 0;
}

.financiamento .coluna {
    width: 19.2%;
    margin-right: 1%;
}

.financiamento .coluna:nth-of-type(5) {
    margin-right: 0;
}
.financia-section{
	width:90%;
	float:right;
	font-size:100%;
	margin-bottom:80px;
}
.financia-section-title{
	margin-bottom:20px;
}
.financia-section p{
	font-size:160%;
	margin-bottom:10px;
}
.financia-box{
	width:100%;
	background:#eee;
	padding:40px 60px;
}
.financia-box input,
.financia-box label,
.financia-box span,
.financia-box select{
	border:none;
}
.financia-box span{
	color:#E31E24;
}
.financia-box span,
.financia-box select{
	width:100%;
}
.financia-box option{
	background:#E31E24;
}
.financia-box input,
.financia-box select{
	padding:15px 5%;
}
.financia-box select,
.amount-prima{
	background:#bbb;
}
.financia-box select,
.ranger-line{
	margin-bottom:35px;
}
.amount-prima{
	width:30%;
	float:right;
}
.slider-prima{
	width:60%;
	float:left;
	margin-top:20px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	background:#E31E24;
	border:1px solid #E31E24;
	margin-top:1px;
	outline:none;
}
.ui-widget.ui-widget-content{
	border:1px solid #bbb;
	background:#bbb;
}
.prestacao-prima{
	margin-bottom:20px;
}
.prestacao-prima span,
.prestacao-prima input{
	display:block;
	width:100%;
}
.prestacao-prima span{
	text-align:center;
	color:#000;
	font-weight:bold;
	margin-bottom:3px;
}
.prestacao-prima input{
	background:#E31E24;
	color:#000;
	font-weight:bold;
	font-size:140%;
	text-align:center;
}
.financia-prima-nota{
	font-size:80%;
	color:#999;
}
.form-financia-prima{
	padding:0;
	font-size:90%;
}
.financia-prima-intro{
	color:#E31E24;
	margin-bottom:20px;
}
.form-financia-prima input,
.form-financia-prima textarea{
	color:#999;
	border:0;
}

/*.g-recaptcha {
    transform: scale(0.60);
    -webkit-transform: scale(0.60);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}*/
.botao-financia{
	height:none;
	line-height:auto;
}
.link-tab-fotos {
    cursor: pointer;
}

/* Novo a partir daqui*//*** GERAL ***/
html, body, h4, h5, h6, h1, h2, h3, ul, ol, p, li, input, select, textarea, label, button {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    outline: 0;
}

html, body {
    font-family: Tahoma, Geneva, sans-serif;
    color: #232628;
}

html, body {
    background: #fff;
}

* {
    margin: 0;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 100%;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
}

a {
    text-decoration: none;
}

a:hover, .blink {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcenter {
    margin: 0 auto;
}

.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.show-inline {
    display: inline-block;
}

/*** BRAND ***/
.c-red {
    color: #0254B7;
}

.c-gray {
    color: #232628;
}

.b-red {
    background-color: #0254B7;
}

.b-gray {
    background-color: #0254B7;
}
.credits{
    background-color:#EAEAEC;
}
.b-gray-light {
    background-color: #f1f1f1;
}

.b-gray-less {
    background: #808080;
    /* Old browsers */
    background: -moz-linear-gradient(top, #808080 0%, #666666 50%, #808080 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #808080 0%, #666666 50%, #808080 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #808080 0%, #666666 50%, #808080 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#808080', GradientType=0);
    /* IE6-9 */
}

/*** LAYOUT ***/
.col-xs-100 {
    width: 100%
}

.col-xs-98 {
    width: 98%
}

.col-xs-95 {
    width: 95%
}

.col-xs-90 {
    width: 90%
}

.col-xs-85 {
    width: 85%
}

.col-xs-80 {
    width: 80%
}

.col-xs-75 {
    width: 75%
}

.col-xs-70 {
    width: 70%
}

.col-xs-66 {
    width: 66.2326287%
}

.col-xs-65 {
    width: 65%
}

.col-xs-60 {
    width: 60%
}

.col-xs-58 {
    width: 58%
}

.col-xs-55 {
    width: 55%
}

.col-xs-50 {
    width: 50%
}

.col-xs-48 {
    width: 48%
}

.col-xs-45 {
    width: 45%
}

.col-xs-40 {
    width: 40%
}

.col-xs-35 {
    width: 35%
}

.col-xs-33 {
    width: 33.2326287%
}

.col-xs-30 {
    width: 30%
}

.col-xs-25 {
    width: 25%
}

.col-xs-24 {
    width: 24%
}

.col-xs-20 {
    width: 20%
}

.col-xs-15 {
    width: 15%
}

.col-xs-10 {
    width: 10%
}

.col-xs-5 {
    width: 5%
}

.row-xs-100 {
    height: 100vh
}

.row-xs-95 {
    height: 95vh
}

.row-xs-90 {
    height: 90vh
}

.row-xs-85 {
    height: 85vh
}

.row-xs-80 {
    height: 80vh
}

.row-xs-75 {
    height: 75vh
}

.row-xs-70 {
    height: 70vh
}

.row-xs-65 {
    height: 65vh
}

.row-xs-60 {
    height: 60vh
}

.row-xs-58 {
    height: 58vh
}

.row-xs-55 {
    height: 55vh
}

.row-xs-50 {
    height: 50vh
}

.row-xs-48 {
    height: 48vh
}

.row-xs-45 {
    height: 45vh
}

.row-xs-40 {
    height: 40vh
}

.row-xs-35 {
    height: 35vh
}

.row-xs-30 {
    height: 30vh
}

.row-xs-25 {
    height: 25vh
}

.row-xs-24 {
    height: 24vh
}

.row-xs-20 {
    height: 20vh
}

.row-xs-15 {
    height: 15vh
}

.row-xs-10 {
    height: 10vh
}

.row-xs-5 {
    height: 5vh
}

/*** CONTEND ***/
.contend {
    width: 1180px
}

/*** TOPBAR ***/
.topbar {
    height: 115px;
    background-color: #fff;
}
.topbar .contend{
	position:relative;
}

.topbar, .topbar a {
    color: #666;
}

.topbar .logo {
	position:absolute;
	z-index:999;
    height: 115px;
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.topbar .logo img {
    max-width: 100%;
    height: auto
}

.topbar .col-xs-70 .col-xs-35, .topbar .col-xs-70 .col-xs-30 {
    height: 40px;
    margin-top: 40px;
	font-size:90%;
}

.topbar .col-xs-70 .col-xs-35 i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 3px solid #0254B7;
    border-radius: 50%;
    color: #0254B7;
    font-size: 130%;
    margin-right: 5px;
}

.topbar .col-xs-70 .col-xs-35 .show-inline {
    font-size: 95%;
}

.topbar .col-xs-70 .col-xs-30 i {
    background: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #232628;
    font-size: 140%;
    margin-left: 10px;
}

.topbar .col-xs-70 .col-xs-30 i:hover {
    background: #0254B7;
    border: 3px solid #0254B7;
}

/*** MENU ***/
.menu {
    border-top: 1px solid #666;
    clear: both;
}

.menu-home {
    font-size: 200% !important;
}

.menu ul a li {
    height: 67px;
    line-height: 67px;
    text-transform: uppercase;
    font-size: 95%;
    padding: 0 12px;
    list-style: none;
}

.menu ul a .fleft {
    color: #fff;
}

.menu ul a .fright {
    color: #000;
    padding-right: 0;
}

.menu ul a li i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 110%;
    margin-left: 15px;
}

.menu ul a .fleft:hover, .menu ul .active > .fleft {
    background: #0254B7;
    color: #fff;
}

.menu ul a .fright:hover, .menu ul a .fright:hover > i, .menu ul .active > .fright, .menu ul .active .fright > i {
    color: #0254B7;
}

.menu ul a .fright:hover > i, .menu ul .active .fright > i {
    border-color: #0254B7;
}

/*** BANNER ***/
.banner {
    position: relative;
}

.banner img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    display: block;
}

/*** MENU SEARCH ***/

.menu-search {
    height: 110px;
    background-color: #EAEAEC;
}

.welcome {
    padding-top: 25px;
    color: #000000;
    font-size: 165%;
    font-weight: bold;
}

.welcome-slogan {
    color: #000000;
    font-size: 111%;
}

.menu-search select, .menu-search input {
    width: 20%;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0;
    margin: 30px 2.6% 0;
}
.menu-search select {
	text-align-last:center;
    background: #0254B7;
}
.menu-search select, .menu-search input {
    text-align: center;
    color: #FFFFFF;
}

.menu-search select option {
    font-weight: normal;
    border: 0;
    background: #222;
    text-align: center;
	font-size:80%;
	outline:none;
}

.menu-search input {
    margin-right: 0;
    background: #ffffff;
    color: #2B2D42;
}

.menu-search input:hover {
    opacity: 0.5;
}

/*** PAGES ***/
.page-type {
    padding: 90px 0;
}

.main-title, .car-count {
    width: auto;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}

.main-title {
    font-size: 150%;
    border-bottom: 8px solid #0254B7;
    text-transform: uppercase;
}

.car-count {
    margin-top: 10px;
    font-size: 120%;
}

.results-list {
    width: 1212px;
}

.results-item {
    width: 271px;
    margin: 40px 16px 0;
}

.results-item:hover {
    opacity: 0.7;
}

.results-item-image {
    width: 271px;
    height: 185px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
}

.results-item-image i {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #E31E24;
    font-size: 200%;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.results-item-brand {
}

.results-item-versao {
    width: 90%;
    font-size: 80%;
    color: #666;
    overflow: hidden;
    /*margin-top: 10px;*/
}

.results-item-brand b, .results-item-price {
    display: block;
    font-style: 140%;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.results-item-brand b, .results-item-brand p {
    width: 90%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.results-item-brand p {
    font-style: 110%;
    color: #666;
}

.results-item-price {
    height: 40px;
    line-height: 40px;
    background: #0254B7;
    text-align: center;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.results-item-details {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    color: #999;
    text-transform: uppercase;
    font-size: 90%;
}

.results-item-details p {
    display: inline-block;
    margin-right: 10px;
}

/*** COMPRAR E VENDER ***/
.buy-sell {
    height: 500px;
    background: url(../img/buy-sell.jpg) center center no-repeat;
    background-size: cover;
}

.buy-sell .comprar, .buy-sell .vender {
    height: 200px;
    margin-top: 150px;
}

.buy-sell .comprar {
    background-color: rgba(0, 0, 0, 0.7);
}

.buy-sell .vender {
    /*background-color: rgba(227, 30, 36, 0.7);*/
    opacity: 0.7;
    background-color: #0254B7;
}

.buy-sell .conteudo {
    margin: 50px 40px;
    padding-left: 100px;
    color: #fff;
    font-size: 95%;
}

.buy-sell .conteudo:hover {
    opacity: 0.7;
}

.buy-sell .comprar .conteudo {
    background: url(../img/buy_icon.png) top left no-repeat;
}

.buy-sell .vender .conteudo {
    background: url(../img/sell_icon.png) top left no-repeat;
}

.buy-sell .conteudo p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 160%;
}

/*** PORQUE PRIMAGAMA ***/
.why-prima {
    margin: 60px auto 80px auto;
    color: #232628;
    font-size: 95%;
}

.why-prima .col-xs-90 {
    padding-left: 75px;
}

.financia {
    background: url(../img/financia_icon.png) top left no-repeat;
}

.varia {
    background: url(../img/varia_icon.png) top left no-repeat;
}

.garantia {
    background: url(../img/garantia_icon.png) top left no-repeat;
}

.assiste {
    background: url(../img/assiste_icon.png) top left no-repeat;
}

.why-prima h3 {
    font-weight: bold;
    font-size: 110%;
}

/*** FOOTER ***/

.footer {
    padding: 60px 0;
    color: #ffffff;
}

.footer p {
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 15px;
}

.footer ul a li {
    font-size: 85%;
    color: #fff;
    line-height: 21px;
}
.footer ul a li:hover {
    opacity: 0.75;
}


.top-footer .col-xs-95 {
    border-bottom: 2px solid #333;
    padding-bottom: 40px;
}

.top-footer ul li {
    color: #666;
    font-size: 85%;
    list-style: none;
}

.top-footer ul a li:hover {
    color: #E31E24;
}

.top-footer ul li i {
    color: #E31E24;
}

.bottom-footer {
    padding-top: 40px;
}

.bottom-footer p {
    color: #fff;
}

.bottom-footer input {
    height: 40px;
    line-height: 40px;
    border: 0;
    margin: 0;
    padding: 0 15px;
    display: block;
    float: left;
}

.bottom-footer input[type=text] {
    font-size: 85%;
}

.bottom-footer input[type=submit] {
    font-weight: bold;
    background-color: #EAEAEC;
}

.bottom-footer input[type=submit]:hover {
    opacity: 0.7;
}

.bottom-footer span {
    clear: both;
    display: block;
    font-size: 75%;
    line-height: 21px;
}

.bottom-footer font {
    font-size: 85%;
    line-height: 21px;
}

/*** FOOTER ***/
.credits {
    font-size: 85%;
    color: #232323;
    height: 90px;
    /*padding-top:15px;*/
    display: flex;
}

.credits>div{
    margin: auto auto;
    display: flex;
}

.credits > div .aright{
    margin: auto auto;
    margin-right: 0;
} 

.credits a {
    color: #232323;
}

.credits a:hover {
    color: #fff;
}

/*Contactos*/

.mapa_contactos {
    float: left;
    width: 100%;
    border: 1px dashed #808080;
    padding: 20px;
}

#mapa_contactos {
    height: 350px;
}

.contactos-container {
    padding: 20px 0px;
}

.contactos-form {
    width: 610px;
}

.contactos-form .coluna {
    width: 196.6666666666667px;
    margin-right: 10px;
}

.contactos-form .coluna:nth-of-type(3) {
    margin-right: 0;
}

.contactos-departamentos {
    width: calc(100% - 630px);
    margin-right: 20px;
    box-sizing: border-box;
}

.centro-arbitragem {
    background-color: #F5F5F5;
}

.centro-arbitragem .main {
    color: #999999;
    padding: 20px;
}

.centro-arbitragem img {
    height: 80px;
}

/** SOBRE **/

.sobre p {
    text-align: justify;
    font-size: 80%;
}
.text-itens{
	margin-left:30px;
}
.text-itens i{
	color:#0254B7;
}
.m20{
	margin-bottom:20px;
}
.main-posvenda{
	font-size:90%;
}
.main-posvenda ul{
	margin-left:20px;
}
.main-posvenda i{
	color:#0254B7;
}
.main-posvenda img{
	width:100%;
	height:auto;
}

.detalhe .filtros-1 select{
    width: 15.833333333333333333333333333333%;
    float: left;
    margin-right: 1%;
}

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


#msgCookie a {
    color: #E31E24;
}

#msgCookie {
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.grecaptcha-badge {
    display: none;
}