/* *{border:1px solid #666;} */


.venda-concretizada {
    padding: 8px 15px;
    background: linear-gradient(45deg, #28a745, #218838);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 10px rgba(40, 167, 69, 0.8); }
    50% { box-shadow: 0 0 20px rgba(40, 167, 69, 1); }
    100% { box-shadow: 0 0 10px rgba(40, 167, 69, 0.8); }
}

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes jump2 {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
}

.tachado
    {
        text-decoration: line-through;
    }
.pulando {
    display: inline-block; /* Necessário para aplicar transformações */
    animation: jump 0.5s infinite ease-in-out;
    font-size: 2rem; /* Aumenta o tamanho para mais destaque */
    color: red; /* Opcional para chamar mais atenção */
}

.pulando2 {
    display: inline-block; /* Necessário para aplicar transformações */
    animation: jump2 0.5s infinite ease-in-out;
    font-size: 2rem; /* Aumenta o tamanho para mais destaque */
    color: red; /* Opcional para chamar mais atenção */
}

iframe,embed
    {
        max-width: 100%;
    }
.scroll-horizontal {
    width: 100%; /* Defina a largura máxima da div */
    white-space: nowrap; /* Impede que o conteúdo quebre para a linha abaixo */
    overflow-x: hidden; /* Ativa o scroll horizontal */
    overflow-y: hidden; /* Opcional: remove o scroll vertical */
  }

  .carousel-inner > .item {
    -webkit-transition: transform 0.1s ease-in-out; /* Para navegadores baseados em WebKit */
    -moz-transition: transform 0.1s ease-in-out;    /* Firefox */
    -o-transition: transform 0.1s ease-in-out;      /* Opera */
    transition: transform 0.1s ease-in-out;         /* Padrão */
  }

/* Remove o efeito de sombra das setas de navegação */
.carousel-control.left,
.carousel-control.right {
  background-image: none; /* Remove o gradiente */
  background-color: transparent; /* Deixa o fundo transparente */
  box-shadow: none; /* Remove qualquer sombra */
}

.carousel-inner img {
    width: 100%;      /* Ajusta a imagem para preencher a largura disponível */
    height: 200px;    /* Define uma altura fixa para todas as imagens */
    object-fit: cover; /* Garante que a imagem seja cortada sem distorcer */
  }

.sombreado
	{
		transition:.5s;
		box-shadow: 0 3px 15px -7px #008CDC;
	}
.sombreado:hover
	{
		transition:.5s;
		box-shadow: 0 10px 15px -3px #008CDC;
	}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    height: auto; /* Define uma altura fixa para todos os cards */
    overflow: hidden; /* Impede que o conteúdo transborde */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card img {
    width: 100%;      /* Faz a imagem ocupar toda a largura do card */
    min-height: 250px !important;    /* Ajusta a altura da imagem */
    max-height: 250px !important;    /* Ajusta a altura da imagem */
    object-fit: cover; /* Mantém a proporção da imagem */
  }


.veiculo-legenda-esquerda
    {
        padding-right: 0 !important;
    }
.veiculo-legenda-direita
    {
        padding-left: 0 !important;
    }

.favorito
	{
		background:none !important;
        border: 0 !important;
	}

.uppercase
    {
        text-transform: uppercase;
    }
.but_salvar_flutuante
    {   
        bottom: -4px;
        left: 50%;
        margin-left: -170px;
        position: fixed;
        z-index: 10;
    }


@keyframes spin 
    {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.normal
    {
        font-weight: normal;
    }

.borda-top-none
    {
        border-top: 0 !important;
    }
.borda-right-none
    {
        border-right: 0 !important;
    }
.borda-left-none
    {
        border-left: 0 !important;
    }
.borda-bottom-none
    {
        border-bottom: 0 !important;
    }

.bold
    {
        font-weight: bold;
    }

.fundo1
    {
        background-color: #333333;
    }

.fonte15
    {
        font-size: 15px;
    }

.fonte17
    {
        font-size: 17px;
    }

.fonte18
    {
        font-size: 18px;
    }
.fonte30
	{
		font-size:30px !important;
	}
.fonte35
	{
		font-size:35px !important;
	}
.fonte45
	{
		font-size:45px !important;
	}
.fonte55
	{
		font-size:55px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}

.overflow200
    {
        max-height: 200px;
        overflow: auto;
    }

.overflow300
    {
        max-height: 300px;
        overflow: auto;
    }

.overflow400
    {
        max-height: 400px;
        overflow: auto;
    }

.overflow450
    {
        max-height: 450px;
        overflow: auto;
    }

.overflow500
    {
        max-height: 500px;
        overflow: auto;
    }


input[type=file]
    {
        z-index: 0 !important;
    }

select option { 
    line-height: 30px !important;
}
 
.linha25
    {
        line-height: 25px;
    }
.linha35
    {
        line-height: 35px;
    }
.pointer
    {
        cursor: pointer;
    }
.cor1
	{
		color:#008CDC;
	}
.cor2
	{
		color:#FF0000;
	}
.cor3
    {
        color:#17ca17;
    }
.cor4
    {
        color:#999999;
    }
.cor5
    {
        color:#CCC;
    }
.cor6
	{
		color:#FFF;
	}
.cor9
	{
		color: #F6B000;
	}
.italic
	{
		font-style:italic;
	}
.modal-body p 
	{
    	word-wrap: break-word;
	}

.nav,.dropdown-menu
	{
		font-size:13px;
	}

.padding5
	{
		padding:5px;
	}
.padding10
    {
        padding:10px;
    }
.padding15
    {
        padding:15px;
    }
.padding20
    {
        padding:20px;
    }
.padding0
    {
        padding: 0 !important;
    }
	
/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* callout - fim */

.none
	{
		display:none;
	}

.mobile
    {
        display: none;
    }
@media screen and (max-width: 768px)
	{
        .pointer_mobile
            {
                cursor: pointer;
            }
		.desktop
			{
				display: none;
			}
		.mobile
			{
				display: block;
			}

        .sem-scroll {
            height: auto !important;
            max-height: none !important;
            overflow: hidden !important;
        }
    }

    .divWhatsapp
	{
		width: 50px;
		bottom: 20px;
		right: 20px;
		position: fixed;
		z-index: 10;

		-webkit-animation: animacao 1s ease;
        animation: animacao 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

@-webkit-keyframes animacao
	{
	    15%
	    {
	        -webkit-transform: translateY(0px);
	        transform: translateY(0px);
	    }
	    30%
	    {
	        -webkit-transform: translateY(2px);
	       transform: translateY(2px);
	    } 
	    50%
	    {
	        -webkit-transform: translateY(4px);
	        transform: translateY(4px);
	    }
	    65%
	    {
	        -webkit-transform: translateY(2px);
	        transform: translateY(2px);
	    }
	    80%
	    {
	        -webkit-transform: translateY(1px);
	        transform: translateY(1px);
	    }
	    100%
	    {
	        -webkit-transform: translateY(0);
	        transform: translateY(0);
	    }
	}