/****** GERAL ******/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

.fleft {
    float: left;
}

.width-100{
    width: 100%;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.finline {
    display: inline-block;
}

.fblock {
    display: block;
}

.fcenter {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.ajustify{
    text-align: justify;
}

.hidden{
    visibility: hidden;
}

.brand-back {
    background: #DA251A;
}

.brand-back-hover:hover {
    background: #000;
    color: #DA251A;
}

.brand-back-reverse {
    background: #000;
}

.brand-color {
    color: #DA251A;
}

.brand-color-hover:hover {
    color: #DA251A;
}

.brand-color-reverse {
    color: #fff;
}

.brand-color-reverse-2 {
    color: #000;
}

.border-top-brand-color{
    border-top: 3px solid #DA251A;
}

.border-bottom-brand-color{
    border-bottom: 3px solid #DA251A;
}

.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-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-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:999999;
    background-color:#ffffff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(/assets/img/hex-loader2.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: 80px;
}

.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: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: #DA251A;
}

.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%;
}


.banner-topo{
    position: relative;
}

.banner-topo img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    display: block;
}


.banner-topo .info{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner-topo .descricao{
    background: rgba(0,0,0,0.6);
    float: left;
    color: #fff;
    padding: 5px 25px 5px 15px;
}

.banner-topo h2{
    color: #fff;
}

.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 .section {
    width: 20%;
}


.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;
}


/*Sobre - 1*/
.mainsobre{
	font-size:110%;
	color:#777;
	line-height:140%;
}

.mainsobre h1{
	font-size:150%;
	margin-bottom:10px;
}

.mainsobre ul li i{
	color:#DA251A;
}


/*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:0;
    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 .info{
    width: 51.5%;
    margin-right: 1%;
    height: 191px;
    position: relative;
}

.lista-viaturas-1 .item .info .versao{
    margin-left: 10px;
}

.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-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 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: #DA251A;
}

.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;
}

/*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-morada{
    width: calc(100% - 610px);
}

.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;
}

.link-tab-fotos{
    cursor: pointer;
}

#msgCookie a {
    color: #DA251A;
}

#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;
}

form.subscrever div {
    float: left;
}