html {
  background: url("../img/bgr-light.png") repeat top left !important;
}
body {
  font-family: "Tahoma";
  background: url("../img/bgbd.png") no-repeat top left !important;
  background-size: cover;
  height: 100% !important;
}
select {
  border-radius: 50px;
}

.bgr-transparent {
  background: transparent;
}

.mysection {
  margin: 0px 16px 16px 16px;
}

.p-top-100 {
  padding-top: 100px;
}

.td-detail {
  vertical-align: top;
  margin: 0 auto;
  padding: 0px;
}

.changeImgFoto {
  position: relative;
  cursor: pointer;
}

.changeImgFoto_icon {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.changeImgFoto span {
  display: none;
  align-content: center;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  /* z-index: 100; */
  color: #000;
}

.changeImgFoto:hover span {
  display: block;
  margin-left: 12%;
  margin-right: 12%;
}
