#uploadPreview {
  width: 132px;
  height: 132px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#uploadPreview img {
  width: 100%;
  max-width: none !important;
}

.foto-wrapp {
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.foto-general-wrapper {
  display: flex;
  width: 100%;
  padding: 1rem;
  column-gap: 3rem;
  justify-content: center;
  align-items: center;
}
.widget {
  width: 50%;
  background-color: var(--white);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  text-align: center;
  justify-content: center;
  max-width: 420px;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mensaje {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.logos-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.monograma {
  width: 32px !important;
  height: 32px !important;
  margin-bottom: 12px;
}

.logo {
  max-width: 200px !important;
}

@media only screen and (max-width: 769px) {
  .foto-general-wrapper {
    flex-direction: column;
    row-gap: 3rem;
    padding: 3rem 1rem;
  }
  .mensaje {
    order: 1;
    width: 100%;
  }
  .widget {
    order: 2;
    width: 100%;
  }
  .mar-img {
    margin-top: 2rem !important;
    width: 60%;
  }
}

@media only screen and (max-width: 426px) {
  .mar-img {
    margin-top: 1rem !important;
    width: 100%;
  }
  .widget {
    padding: 3rem 1.5rem !important;
  }
}

.mensaje p {
  max-width: 400px;
  text-align: center;
}
.mensaje .btn {
  margin-top: 10px;
}
.mar-img {
  margin-top: 4rem;
  max-width: 24rem;
}

.edit-text {
  transition: all ease 0.2s;
}

.edit-text:hover {
  opacity: 0.5;
}
.widget .data {
  position: relative;
  z-index: 10;
}

.lirios {
  position: absolute;
  z-index: 0;
  left: 25%;
  bottom: 0px;
  width: 50%;
}
