#Carro-imagem {
  max-width: 645px;
  height: 100%;
  text-align: left;
}

#Carro-imagem-principal {
  width: 100%;
  aspect-ratio: 3 / 4;
}

#logo-beretta-automoveis {
  margin-left: 20px;
  text-align: left;
  overflow: hidden;
  position: absolute;
}

.seta {
  width: 15px;
  height: 15px;
}

#whats {
  width: 100px;
  aspect-ratio: 4 / 1;
  float: right;
}

.lineRed {
  height: 80px;
  text-align: center;
  background-color: #0f4f4f;
}

.Carro-dados, .Carro-opcionais {
  font-size: 24px;
  color: white;
  font-family: verdana;
  text-decoration: none;
  text-align: center;
}

.Carro {
  color: #ffffff;
  font-family: verdana;
  text-decoration: none;
  margin-top: 4px;
  text-align: center;
}

.Carro-opcional {
  color: #ffffff;
  font-family: verdana;
  text-decoration: none;
  margin-top: 2px;
  text-align: center;
}

@media (min-width:1207px) {
#Carro-imagem {
  margin-left:15px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}


#logo-beretta-automoveis {
  width: 300px;
}

#Carro-informacao {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#Carro-dados {
  width: 600px;
  height: 100%;
  display: inline-block;
  float: left;
}

#Carro-opcionais {
  width: 600px;
  height: 100%;
  display: inline-block;
}

.lineRed {
  width: 596px;
}

.Carro {
  font-size: 20px;
 }

.Carro-opcional {
  font-size: 20px;
}
}

@media (max-width:1206px) {
#Carro-imagem {
  margin:0 auto;
}

#Carro-dados {
  width: 100%;
  height: 100%;
}

#Carro-opcionais {
  width: 100%;
  height: 100%;
}

.lineRed {
  width: 100%;
}
}

@media (min-width:1025px) AND (max-width:1206px) {
#logo-beretta-automoveis {
  width: 300px;
}

.Carro {
  font-size: 29px;
 }

.Carro-opcional {
  font-size: 29px;
}
}

@media (min-width:861px) AND (max-width:1024px) {
#logo-beretta-automoveis {
  width: 300px;
}

.Carro {
  font-size: 28px;
 }

.Carro-opcional {
  font-size: 28px;
}
}

@media (min-width:821px) AND (max-width:860px) {
#logo-beretta-automoveis {
  width: 300px;
}

.Carro {
  font-size: 27px;
}

.Carro-opcional {
  font-size: 27px;
}
}

@media (min-width:721px) AND (max-width:820px) {
#logo-beretta-automoveis {
  width: 300px;
}

.Carro {
  font-size: 26px;
}

.Carro-opcional {
  font-size: 26px;
}
}

@media (max-width:720px) {
#logo-beretta-automoveis {
  width: 200px;
}

.Carro {
 font-size: 25px;
}

.Carro-opcional {
  font-size: 25px;
}
}