
a.whatsapp-link, a.whatsapp-link:hover {
	color: #fff !important;
}
a.whatsapp-link:hover {
	text-decoration: underline;
}
.block-whatsapp, .block-whatsapp a {
	background-color: #00CE65;
	display: block;
}

.block-whatsapp i, .block-whatsapp * {
	color: #fff !important;
	fill: #fff !important;
}
.block-whatsapp a:hover, .block-whatsapp a:hover * {
	color: #000 !important;
}

#navigation {
	max-height:100%;
}
#menu_slide {
	margin-left: 20px;
}

.header_search {
	margin-right: 20px;
}
.logo a:hover img {
	opacity: 0.8;
}
.logo img {
	max-width: 250px;
}


.pg_itens .banner-section {
	padding: 120px 0 !important; 
}
.sidebar_widget {
	background: #fff;
}
.recent-car-list {
	margin: 0 0 30px 0 !important;
	max-height: 385px;
}
.recent-car-list.portal {
	max-height: 425px;
	max-height: 425px;
}
.section-padding-min {
	padding: 60px 0;
}

.car-info-box a:hover img {
	opacity: 0.8;
}

.car-info-box-img-container {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.car-info-box-img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
}

.car-info-box ul {
	padding: 10px;
}
.car-info-box ul li {
	font-size: 12px;
}
.car-title-m {
	padding: 10px 8px 12px 10px;
}
.car-title-m h6.item-title {
	width: 100%;
	max-width: 100%;
	min-height: 40px;
	margin-bottom: 5px;
	text-transform: uppercase;

	white-space: nowrap;       /* Não permite quebra de linha */
	overflow: hidden;          /* Oculta o texto que ultrapassa o limite */
	text-overflow: ellipsis;  

}

.pg_item h2 {
	text-transform: uppercase;
}

.car-title-m h6.dealership-title {
	font-size: 15px;
	margin-bottom: 10px;

	max-width: 100% !important;
}
h6.dealership-title a:hover {
	color: #000 !important;
}
.car-title-m .price {
	float: left;
}

.price_info p {
	line-height: 45px;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	font-size: 60px;
}

#whatsapp {
	height: 44px;
	text-align: center;
}


.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background:#000 !important;
	fill: #000 !important;
}

.blue-bg {
	background-color: #0D6EFD;
}
.text-white, .text-white * {
    color: white;
}
.btn-cta {
	border-radius: 4px;
	padding: 10px 10px;
	background-color: #000 !important;
}
.icon-center {
	text-align: center;
	font-size: 72px;
}

.form-container {
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.elementor-heading-title {
	margin-bottom: 20px;
}
.elementor-button {
	width: 100%;
}
.form-group {
	margin-bottom: 15px;
}
.form-group .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.row-spaced {
	margin-left: -10px;
	margin-right: -10px;
}

.espaco{
	margin-left: 20px;
}

section.cta {
	background-image: url('../images/cta/background-topo.jpg');
	background-position: top center;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366; /* Fundo do botão */
    border-radius: 50px; /* Deixa o botão redondo */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Sombra do botão */
    text-align: center;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Aumenta o botão ao passar o mouse */
}

.whatsapp-icon {
    width: 30px; /* Largura do ícone */
    height: 30px; /* Altura do ícone */
}