#ecosur_modal .modal-dialog {
  width: 100%;
  max-width: 345px;
  margin: 30px auto;
}

.ecosur_formCaptchaProgramaCompletoEC {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecosur_container_captcha {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecosur_container_captcha .captcha {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/fondoCaptcha.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ecosur_container_captcha button {
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.ecosur_container_captcha button i {
  color: black;
  font-size: 1.5rem;
}

.inputOfCaptcha {
  padding: 12px 20px;
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#btnValidationCaptcha {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  margin: 4px 2px;
  border-radius: 10px;
  cursor: pointer;
}

canvas {
  pointer-events: none;
}

@media (min-width: 768px) {
  #ecosur_modal .modal-dialog {
    max-width: 500px;
  }

  .ecosur_container_captcha {
    flex-direction: row;
    margin-bottom: 20px;
  }
}