/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.filtros-viaturas { margin-bottom:20px; }

.filtros-viaturas a {
    display:inline-block;
    margin:4px;
    padding:6px 12px;
    background:#f3f3f3;
    text-decoration:none !important;
    color:#333;
    border-radius:4px;
}

.filtros-viaturas a:hover {
	background: #ed1d26; 
	color: #fff;
}

.filtros-viaturas a.ativo {
    background:#ed1d26;
    color:#fff;
}

.filtro-grupo {
	text-align: center;
	margin-bottom: 10px;
}

.filtro-grupo strong {
	display: block;
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
}

.lista-viaturas .e-loop-item:nth-child(even) .custom-viaturas-block {
	background: #f3f3f3;
	border-radius: 0 0 16px 16px;
}