/*#region contenedor-etiquetas */

.contenedor-etiquetas {
  /* width: auto; en 1200 */
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: right;
  padding: 0;
  margin-top: 2px;
  /* border: 1px solid red; */
}

.card-coche .contenedor-foto .contenedor-etiquetas {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
}

.contenedor-etiquetas button {
  /* border: 2px solid green !important; */
  border: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  width: 40px;
  height: 40px;
}

/* Icono comparador en la ficha del vehiculo */
.icon-compare  button {
  width: 35px;
  height: 35px;
}

.icon-compare.detalle button {
  background-position: left;
  background-position-x: 16px;
  border-radius: 30px 0 0 30px;
  width: 50px;
  margin-top: 5px;
}


.contenedor-etiquetas .button-whatsapp {
  background-image: var(--whatsapp-icon);
}

.title-car-mv span.txtWhatsapp {
  line-height: 2;
  font-size: 0.79em;
}

span.txtWhatsapp {
  padding-top: 10px;
  padding-right: 20px;
  color: var(--azulCarsAndCars);
}

.contenedor-etiquetas .cars-favorits .added {
  background-image: var(--fav-active-icon);
}

.contenedor-etiquetas .button-share {
  background-image: var(--share-icon);
}

.contenedor-etiquetas .cars-favorits button {
  background-image: var(--fav-inactive-icon);
  margin-right: 16px;
  width: 32px;
  height: 32px;
}

.contenedor-etiquetas .cars-calc button {
  background-image: var(--calculator-icon);
  margin-right: 16px;
}

.contenedor-etiquetas .icon-compare button.btnAdd-compare {
  background-image: var(--compare-icon);
  display: block;
}

.contenedor-etiquetas .icon-compare button.btnRemove-compare {
  background-image: var(--remove-compare-icon);
  background-color: rgba(1, 53, 149, 0.8);
  background-size: 16px;
  display: none;
}



.contenedor-galeria-detalle .contenedor-etiquetas .etiqueta {
  margin-bottom: 15px;
}

.contenedor-galeria-detalle .contenedor-etiquetas .etiqueta:last-child {
  margin-bottom: 0px;
} */


.card-coche .contenedor-foto .contenedor-etiquetas .cars-favorits {
  margin-left: 20px;
} */


.card-coche .contenedor-foto .contenedor-etiquetas {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
}

.contenedor-galeria-detalle .contenedor-etiquetas {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.contenedor-galeria-detalle.pantalla-completa .contenedor-etiquetas {
  display: none;
}

.contenedor-galeria-detalle.pantalla-completa .contenedor-etiquetas {
  display: none;
}

.icon-compare {
  background: transparent;
}



@media (min-width:1200px) {
  .contenedor-etiquetas {
    width: auto;
    padding: 0;
  }

  .contenedor-etiquetas .cars-share button,
  .contenedor-etiquetas .cars-whatsapp {
    margin-right: 18px;
    
  }

  .contenedor-etiquetas .cars-favorits {
    margin-right: 10px;
  }
}

/*#endregion contenedor-etiquetas */