
/* body .no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
} */
/* POP UP  */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.box {
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:   #06b706;

  color: #fff;
  display: flex;
  flex-direction: row;
}

/* h2, .box p {
margin: 0 20px; */
/* } */
.titulo-pop {
  color:aqua;
}
.close {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -10px 0 0 -10px;
  width: 31px;
  height: 31px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #5c5c5c;
  cursor: pointer;
  text-decoration: none;
}

.pop-img-container {
  max-width: 300px;
}
.pop-img {
  width: 100%;
  height: auto;
}

.pop-img-header {
  width: 100%;
}

/* POP UP  */



.form-inline-group {
  display: flex;
  align-items: center;
  gap: 1rem; /* Espacio entre los elementos */
}

.form-inline-group .form-group {
  margin-bottom: 0;
}


/* FORM */
#send_s2 {
  /* background-color: green; */
  width: 320px;
}
.formFieldspopUp {
  margin-top: -91px;
}
/* FORM */
