@charset "utf-8";


.car-logo {
  position: relative;
  /* background-color: pink; */
}
.car-brand::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  left: 0;
  /* background-color: aliceblue; */
}
.tcol-05 .car-brand::before {
  width: 30px;
  height: 30px;
  bottom: -3px;
  left: 0;
}
.tcol-05 .marca {
  padding-left: 40px;
}
.car-model {
  display: inline-block;
  padding-left: 70px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.car-model .marca {
  font-weight: bold;
}
.car-model .modelo {
  font-weight: normal;
}
.car-group {
  display: inline-block;
  margin-left: 20px;
  padding: 0px 13px;
  background-color: #DDFADB;
  font-family: 'Bould', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: .5rem;
}
/*LISTA DE profile-car-logos E LOGOTIPOS*/
.car-brand[data-brand="Abarth"]::before{
   background-image: url('../../../../../images/profile-car-logos/Abarth.png');
}
.car-brand[data-brand="Alfa Romeo"]::before{
   background-image: url('../../../../../images/profile-car-logos/Alfa-Romeo.png');
}
.car-brand[data-brand="Alpine"]::before{
   background-image: url('../../../../../images/profile-car-logos/Alpine.png');
}
.car-brand[data-brand="Audi"]::before{
   background-image: url('../../../../../images/profile-car-logos/Audi.png');
}
.car-brand[data-brand="BMW"]::before{
    background-image: url('../../../../../images/profile-car-logos/BMW.png');
 }
.car-brand[data-brand="Citroën"]::before{
   background-image: url('../../../../../images/profile-car-logos/Citroen.png');
}
.car-brand[data-brand="Datsun"]::before{
   background-image: url('../../../../../images/profile-car-logos/Datsun.png');
}
.car-brand[data-brand="DS"]::before{
   background-image: url('../../../../../images/profile-car-logos/DS.png');
}
.car-brand[data-brand="Fiat"]::before{
   background-image: url('../../../../../images/profile-car-logos/Fiat.png');
}
.car-brand[data-brand="Ford"]::before{
   background-image: url('../../../../../images/profile-car-logos/Ford.png');
}
.car-brand[data-brand="Honda"]::before{
   background-image: url('../../../../../images/profile-car-logos/Honda.png');
}
.car-brand[data-brand="Hyundai"]::before{
   background-image: url('../../../../../images/profile-car-logos/Hyundai.png');
}
.car-brand[data-brand="Kia"]::before{
   background-image: url('../../../../../images/profile-car-logos/Kia.png');
}
.car-brand[data-brand="Lancia"]::before{
   background-image: url('../../../../../images/profile-car-logos/Lancia.png');
}
.car-brand[data-brand="Lotus"]::before{
   background-image: url('../../../../../images/profile-car-logos/Lotus.png');
}
.car-brand[data-brand="Mazda"]::before{
   background-image: url('../../../../../images/profile-car-logos/Mazda.png');
}
.car-brand[data-brand="Mercedes"]::before{
   background-image: url('../../../../../images/profile-car-logos/Mercedes.png');
}
.car-brand[data-brand="MG"]::before{
   background-image: url('../../../../../images/profile-car-logos/MG.png');
}
.car-brand[data-brand="Mini"]::before{
   background-image: url('../../../../../images/profile-car-logos/Mini.png');
}
.car-brand[data-brand="Mitsubishi"]::before{
   background-image: url('../../../../../images/profile-car-logos/Mitsubishi.png');
}
.car-brand[data-brand="Nissan"]::before{
   background-image: url('../../../../../images/profile-car-logos/Nissan.png');
}
.car-brand[data-brand="Opel"]::before{
   background-image: url('../../../../../images/profile-car-logos/Opel.png');
}
.car-brand[data-brand="Peugeot"]::before{
   background-image: url('../../../../../images/profile-car-logos/Peugeot.png');
}
.car-brand[data-brand="Porsche"]::before{
   background-image: url('../../../../../images/profile-car-logos/Porsche.png');
}
.car-brand[data-brand="Renault"]::before{
   background-image: url('../../../../../images/profile-car-logos/Renault.png');
}
.car-brand[data-brand="SEAT"]::before{
   background-image: url('../../../../../images/profile-car-logos/SEAT.png');
}
.car-brand[data-brand="Skoda"]::before{
   background-image: url('../../../../../images/profile-car-logos/Skoda.png');
}
.car-brand[data-brand="Subaru"]::before{
   background-image: url('../../../../../images/profile-car-logos/Subaru.png');
}
.car-brand[data-brand="Talbot"]::before{
   background-image: url('../../../../../images/profile-car-logos/Talbot.png');
}
.car-brand[data-brand="Toyota"]::before{
   background-image: url('../../../../../images/profile-car-logos/Toyota.png');
}
.car-brand[data-brand="Volkswagen"]::before{
   background-image: url('../../../../../images/profile-car-logos/Volkswagen.png');
}
.car-brand[data-brand="Volvo"]::before{
   background-image: url('../../../../../images/profile-car-logos/Volvo.png');
}


.nation-flag{
  position: relative;
  padding-left: 34px;
}
.nation-flag::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 0;
  bottom: 0;
  /* margin: auto 0; */
  left: 0;
}
/*LISTA DE profile-car-logos E LOGOTIPOS*/
.nation-flag[data-nation="Brazil"]::before{
   background-image: url('../../../../../images/country-flags/Brazil.png');
}
.nation-flag[data-nation="France"]::before{
   background-image: url('../../../../../images/country-flags/France.png');
}
.nation-flag[data-nation="Italy"]::before{
   background-image: url('../../../../../images/country-flags/Italy.png');
}
.nation-flag[data-nation="Portugal"]::before{
   background-image: url('../../../../../images/country-flags/Portugal.png');
}
.nation-flag[data-nation="Spain"]::before{
   background-image: url('../../../../../images/country-flags/Spain.png');
 }
.nation-flag[data-nation="Ukraine"]::before{
   background-image: url('../../../../../images/country-flags/Ukraine.png');
}
.nation-flag[data-nation="United Kingdom"]::before{
   background-image: url('../../../../../images/country-flags/United-Kingdom.png');
}