.detalles {
  width: 100%;
  height: auto;
  background-color: #f0e3e3;
}

.cuadrado {
  width: 100%;
  background-color: #fff;
  height: 400px;
  position: relative;
}
/* Estilos adicionales */
.product-image {
  max-width: 100%;
  height: auto;
  transform: translate(100px, 65px);
}

.vehiDescr_corta {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
}

/*###margin-detalles###*/
.margin-detalles {
  margin-left: 3rem;
  margin-right: 3rem;
}

.boton-whatsApp {
  background-color: #25d366;
  padding: 15px 120px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}

.boton-whatsApp:hover {
  border: 3px solid #25d366;
}

.boton-whatsApp .icono-whatsapp:hover {
  color: #25d366;
}

.icono-whatsapp {
  font-size: 42px;
  position: absolute;
  right: 73%;
}

/*decrip_larga*/
.decrip_larga {
  margin-right: 3rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .icono-whatsapp {
    font-size: 42px;
    padding: 0px 15px;
  }
  /* Estilos adicionales */
  .product-image {
    max-width: 100%;
    height: auto;
    transform: translate(100px, 65px);
  }

  .boton-whatsApp {
    background-color: #25d366;
    padding: 15px 90px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    position: relative;
  }
}

@media screen and (min-width: 768) and (max-width: 991px) {
  /* Estilos adicionales */
  .product-image {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0em;
    transform: translate(195px, 65px);
  }
}

@media screen and (max-width: 767px) {
  /* Estilos adicionales */
  .product-image {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0em;
    transform: translate(1px, 65px);
  }
  .margin-detalles {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .margin-detalles2 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 450px) {
  /* ICONO WHASSAP */
  .icono-whatsapp {
    font-size: 22px;
    position: absolute;
    right: 71%;
    top: 14px;
  }

  /* ## BOTON WHASSAP ## */
  .boton-whatsApp {
    background-color: #25d366;
    padding: 14px 90px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  /* Estilos adicionales */
  .product-image {
    max-width: 100%;
    display: flex;
    justify-content: center;
    transform: translatex(70px);
  }
  .margin-detalles {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .margin-detalles2 {
    margin-top: 3rem;
  }
  /*decrip_larga*/
  .decrip_larga {
    margin-right: 0rem;
    text-align: justify;
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  /* ICONO WHASSAP */
  .icono-whatsapp {
    font-size: 22px;
    position: absolute;
    right: 71%;
    top: 14px;
  }

  /* ## BOTON WHASSAP ## */
  .boton-whatsApp {
    background-color: #25d366;
    padding: 14px 0px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
}
