input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-banner {
  position: relative;
  width: 300px;
  height: 250px;
  max-width: 100%;
}
.cont-banner img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.cont-slider {
  position: relative;
  width: 300px;
  height: 350px;
  max-width: 100%;
}
.link, .enlace {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  background-color: #308DB8;
  color: #fff;
  height: 30px;
}
.slide {
  padding: 10px 15px;
}
.title {
  font-weight: bold;
  display: flex;
  width: 100%;
  font-size: 18px;
}
.details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}
.item {
  width: 100%;
  display: flex;
  font-size: 14px;
  margin: 2px;
  padding: 5px;
}
.item.border {
    order-bottom: 1px solid #ebebeb;
}
.item .label {
  width: 40%;
  font-weight: bold;
}
.item .desc {
  width: 60%;
  text-align: right;
}
.cont-image {
  display: block;
  height: 140px;
}
.cont-image img {
  max-height: 100%;
  margin: 0 auto;
}
.cont-detail-car {
  position: relative;
  width: 300px;
  height: 325px;
  display: none;
  top: 0;
  padding: 15px;
}
.cont-detail-car .cont-image {
  height: 170px;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  cursor: pointer;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.cont-detail-car .link {
  display: none;
}
.cont-detail-car .colors {
  display: flex;
}
.cont-detail-car .item {
  margin: 0 2px;
}
.colors {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
span.bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 8px;
}
span.bullet.active {
  box-shadow: 0px 0px 2px 1px #000;
}
.cont-slider-interno {
  display: none;
  height: 275px;
  padding: 20px;
  width: 100%;
}
.cont-slider-interno .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 2px;
}
.content-slider-interno {
  display: none;
}
.slider-interno img {
  border-radius: 15px;
  height: 160px;
}
.cont-detail-car .slider-interno {
  display: block;
  width: 100%;
  height: 300px;
}
.container .bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  margin: 0;
}
.cont-slider a.bx-prev, .cont-slider a.bx-next {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  width: 15px;
  height: 20px;
}
.cont-slider a.bx-prev {
  background-image: url('../images/arrow-left.png');
  left: 15px;
}
.cont-slider a.bx-next {
  background-image: url('../images/arrow-right.png');
  right: 15px;
}