.paneldiv .editor-data .datos * {
  transition: all 0.3s ease;
}

.paneldiv {
  background: none;
  background-image: url("../images/background_style10.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.paneldiv .title-instructions {
  padding: 2rem;
  text-align: center;
  line-height: 1.8;
}
.paneldiv .title-instructions h1 {
  font-family: sans-serif;
  background: -webkit-linear-gradient(#D6183B, #2E31C4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 5rem;
}
.paneldiv .title-instructions p {
  font-family: sans-serif;
  color: #1D1D1B;
  color: #616161;
  font-size: 16px;
  padding: 12px;
  max-width: 480px;
  margin: auto;
}
.paneldiv .editor-data {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 0 4rem 0;
}
.paneldiv .editor-data .datos {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  margin-top: 35px;
}
.paneldiv .editor-data .datos .datos-inputs {
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
.paneldiv .editor-data .datos .datos-inputs label {
  font-family: sans-serif;
  font-weight: bold;
  width: auto;
  color: #3C3C3B;
}
.paneldiv .editor-data .datos .datos-inputs label i {
  color: #F20341;
  margin-bottom: 8px;
}
.paneldiv .editor-data .datos .datos-inputs label input {
  border-style: none;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 25px;
  background: #FFFFFF;
  box-shadow: inset 26px 26px 53px #e8e8e8, inset -26px -26px 53px #ffffff;
}
.paneldiv .editor-data .datos .datos-inputs label input:focus {
  border-color: #D40E6A;
}
.paneldiv .editor-data .datos .submit {
  margin-top: 2.5rem;
}
.paneldiv .editor-data .datos .submit button {
  background-image: url("../images/background_style_btn3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  border-style: none;
  border: 1px solid #F20341;
  border-radius: 4px;
  width: 100%;
  padding: 1rem 4rem 1rem 4rem;
  cursor: pointer;
  font-size: 16px;
}
.paneldiv .editor-data .datos .submit button i {
  opacity: 0;
  position: relative;
  right: 50px;
  font-size: 16px;
}
.paneldiv .editor-data .datos .submit button span {
  position: relative;
  right: 10px;
}
.paneldiv .editor-data .datos .submit button:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px -12px #000000;
}
.paneldiv .editor-data .datos .submit button:hover i {
  right: -25px;
  opacity: 1;
  color: #F2F2F2;
  transform: rotate(360deg);
}
.paneldiv .editor-data .datos .submit button:hover span {
  opacity: 0;
  right: 100px;
  transform: rotate(360deg);
}
.paneldiv .editor-data .editor-web {
  width: 750px;
  padding: 18px;
  margin: auto;
  border-radius: 4px;
}
.paneldiv .editor-data .editor-web p {
  padding: 0 0 1rem 0;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}
.paneldiv .editor-data .editor-web p i {
  color: #F20341;
}
.paneldiv .editor-data .editor-web .editor {
  width: 100%;
  height: 350px;
  border-radius: 4px;
  border: 1px solid #3C3C3B;
  box-shadow: 0px 0px 15px -12px #000000;
  order: 2;
}
.message-container {
  background-color: #e6e6e6;
  width: 65%;
  margin: auto;
  height: 300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse;
  font-family: sans-serif;
  position: relative;
  top: 200px;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 25px;
}
.message-container h1 {
  color: #1D1D1B !important;
  font-weight: normal;
  font-size: 28px;
  margin-left: 25px;
  width: 430px;
}
.message-container h1 span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  top: 12px;
}
.message-container img {
  margin-top: 25px;
  width: 230px;
}

.desaparecer-formulario {
  display: none !important;
}/*# sourceMappingURL=editor_styles.css.map */