.ClassImagen[data-v-bc3129e0] {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cont-total-b[data-v-bc3129e0] {
  width: 55%;
  height: auto;
  margin: 0 auto;
  color: #000000;
  border: solid 2px #dedede;
  padding: 5px;
}
@media screen and (max-width: 1200px) {
.cont-total-b[data-v-bc3129e0] {
    width: 75%;
    padding: 5px;
}
}
@media screen and (max-width: 860px) {
.cont-total-b[data-v-bc3129e0] {
    width: 100%;
    border: none;
    padding: 0px;
}
}
