html * {
  box-sizing: border-box;
}
p {
  margin: 0;
}

.fotos-group {
  margin-bottom: 80px;
  margin-right: 32px;
}

.questions-look-notas-fotos {
  height: 60px;
  margin-left: 32px;
}

.labels-questions-max {
    font-weight: 400;
    font-size: 12px;  
    font-style: oblique;
}

.upload__box {
  padding: 0;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}
.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin: 25px auto 19px;
  width: 100%;
  display: block;
  text-align: center;
}

.img-upload-button-focus:focus {
  outline: none !important;
}

.img-upload-button-focus:focus-visible {
  outline: none !important;
}

.upload__img-div {
  width: 100%;
  height: 350px;
  overflow-y: scroll;
}

.upload__img-wrap {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.upload__img-box {
  width: 97px;
  padding: 5px 5px 0;
  margin-bottom: 12px;
}
.upload__img-button2 {
  background: #0E0059;
  width: 150px;
	font-weight: 400;
	font-size: 16px;
	color: white;
	border: 0 none;
	border-radius: 70px;
	cursor: pointer;
	float: center;
	height: 40px;
}

.upload__img-button2 > p {
  text-align: center;
  padding-top: 8px;
}

.delete__img-button{
  display: none;
  background-color: #C90016;
  width: 150px;
	font-weight: 400;
	font-size: 16px;
	color: white;
	border: 0 none;
	border-radius: 70px;
	cursor: pointer;
	float: center;
	height: 40px;
}

.delete__img-button > div {
  padding-top: 8px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 0;
  cursor: pointer;
}
.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}