.contenedorvehiculos {
  background-color: white;
  /*border: 1px dashed red;*/
  display: flex;
  justify-content: center;
}

.condeelementos {
  width: 100%;
  max-width: 1200px;
  /*  border: royalblue dashed 1px;*/
  padding: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-height: 100%;
}

.caja1 {
  width: 100%;

  /*  border: yellow dashed 1px;*/
  display: flex;
}
.caja2 {
  /* border: deeppink dashed 1px;*/
  width: 100%;
}
.contenedorlogoimpor {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.contenedorlogoimpor img {
  width: 300px;
}

.vendedorimport {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cajita1 {
  width: 100%;
  /*border: blue dashed 1px;*/
  display: flex;
  /*padding-left: 25px;*/
  justify-content: center;
  align-items: center;
}

.datitosvehiculo {
  width: 100%;
  /* border: 1px dashed red;*/
}

.tabla {
  /*width: 100%;*/
  /*border: #dadada  solid 1px;*/
  padding: 10px;
}
.tabla ul {
  list-style: none;
  line-height: 30px;
}
.tablita {
  line-height: 25px;
}
.trr {
  width: 200px;
}
.texa {
  resize: none;
  width: 100%;
}
.tidi {
  /*border: 1px dashed red;*/

  width: 100%;
}
.contacto {
  line-height: 25px;
  width: 100%;
  padding-left: 14px;
}

.datos {
  /*  border: 1px dashed;*/
  max-width: 404px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.whatsap {
  color: white;
  display: flex;
}

.botonenviar {
  height: 40px;
  width: 180px;
  background-color:#25d366;
  color: white;
  border: none;
  font-style: normal;
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.botonenviarcredito {
  height: 40px;
  width: 180px;
  background-color: rgba(0, 32, 128, 1.0);
  color: white;
  border: none;
  font-style: normal;
  border-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.botonenviarcredito img {
  width: 30px;
}
.botonenviar img {
  width: 30px;
}

#fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 21px;
  padding: 0 3px;
}
#fb-share-button {
  background: #4267b6;
  border-radius: 3px;
  font-weight: 500;
  padding: 5px 8px;
  /* display: inline-block; */
  position: static;
  width: 300px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
}
#fb-share-button svg {
  width: 23px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
}

@media screen and (max-width: 1060px) {
  .caja1 {
    flex-direction: column;
  }
  .datos {
    display: flex;
    flex-direction: column;
  }

  .contonshare {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 565px) {
  .datos {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contasto {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  #fb-share-button {
    width: 80%;
  }
}
