/* LOAD BREAKS POINTS */
/* LOAD COLORS */
/* ------- */
/* COLORS */
/* ------- */
:root {
  --colorBlack: #000000;
  --colorSoftBlack: #212121;
  --colorWhite: #FFFFFF;
  --colorMorado: #800080;
  --colorCrema: #EEE8DF;
  --colorLila: #F5F4FA;
  --colorDarkLila: #EBE9F4;
  --colorAmarillo: #F8D36D;
  --colorMarron: #EEE8DF;
  --colorGrisAzulado: #82899B;
  --colorGris1: #B9B9B9;
  --colorGris2: #757575;
  --colorGris3: #4E4E4E;
  --colorGris4: #1D1D1B;
  --colorGrisTexto: #47505E;
  --colorGrisFooter: #646C7C;
  --colorGrisBackground: #F1F4F8;
  --colorGrisDarkBackground: #EFEFEF;
  --colorGrisSoft: rgba(249, 249, 249, 0.9490196078);
}

.colorBlack { color: var(--colorBlack, #000000); }
.colorBlackBg { backgroung-color: var(--colorBlack, #000000); }
.colorSoftBlack { color: var(--colorSoftBlack, #212121); }
.colorSoftBlackBg { backgroung-color: var(--colorSoftBlack, #212121); }
.colorWhite { color: var(--colorWhite, #FFFFFF); }
.colorWhiteBg { backgroung-color: var(--colorWhite, #FFFFFF); }
.colorMorado { color: var(--colorMorado, #800080); }
.colorMoradoBg { backgroung-color: var(--colorMorado, #800080); }
.colorCrema { color: var(--colorCrema, #EEE8DF); }
.colorCremaBg { backgroung-color: var(--colorCrema, #EEE8DF); }
.colorLila { color: var(--colorLila, #F5F4FA); }
.colorLilaBg { backgroung-color: var(--colorLila, #F5F4FA); }
.colorDarkLila { color: var(--colorDarkLila, #EBE9F4); }
.colorDarkLilaBg { backgroung-color: var(--colorDarkLila, #EBE9F4); }
.colorAmarillo { color: var(--colorAmarillo, #F8D36D); }
.colorAmarilloBg { backgroung-color: var(--colorAmarillo, #F8D36D); }
.colorMarron { color: var(--colorMarron, #EEE8DF); }
.colorMarronBg { backgroung-color: var(--colorMarron, #EEE8DF); }
.colorGrisAzulado { color: var(--colorGrisAzulado, #82899B); }
.colorGrisAzuladoBg { backgroung-color: var(--colorGrisAzulado, #82899B); }
.colorGris1 { color: var(--colorGris1, #B9B9B9); }
.colorGris1Bg { backgroung-color: var(--colorGris1, #B9B9B9); }
.colorGris2 { color: var(--colorGris2, #757575); }
.colorGris2Bg { backgroung-color: var(--colorGris2, #757575); }
.colorGris3 { color: var(--colorGris3, #4E4E4E); }
.colorGris3Bg { backgroung-color: var(--colorGris3, #4E4E4E); }
.colorGris4 { color: var(--colorGris4, #1D1D1B); }
.colorGris4Bg { backgroung-color: var(--colorGris4, #1D1D1B); }
.colorGrisTexto { color: var(--colorGrisTexto, #47505E); }
.colorGrisTextoBg { backgroung-color: var(--colorGrisTexto, #47505E); }
.colorGrisFooter { color: var(--colorGrisFooter, #646C7C); }
.colorGrisFooterBg { backgroung-color: var(--colorGrisFooter, #646C7C); }
.colorGrisBackground { color: var(--colorGrisBackground, #F1F4F8); }
.colorGrisBackgroundBg { backgroung-color: var(--colorGrisBackground, #F1F4F8); }
.colorGrisDarkBackground { color: var(--colorGrisDarkBackground, #EFEFEF); }
.colorGrisDarkBackgroundBg { backgroung-color: var(--colorGrisDarkBackground, #EFEFEF); }
.colorGrisSoft { color: var(--colorGrisSoft, rgba(249, 249, 249, 0.9490196078)); }
.colorGrisSoftBg { backgroung-color: var(--colorGrisSoft, rgba(249, 249, 249, 0.9490196078)); }

section.funcionales-leads {
  background-color: var(--colorCrema);
  padding: 4.6153846154vh 1rem;
  gap: 3.0769230769vh;
}
@media (min-width: 782px) {
  section.funcionales-leads {
    padding: 5.5555555556vh 23.6111111111vw;
    gap: 4.4444444444vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads {
    padding: 50px calc((100vw - 760px) / 2);
    gap: 40px;
  }
}
section.funcionales-leads .wp-block-heading {
  font-family: "Archivo";
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.2;
  color: var(--colorMorado);
  text-align: center;
}
@media (min-width: 782px) {
  section.funcionales-leads .wp-block-heading {
    font-size: 1.6666666667vw;
    margin-bottom: 4.4444444444vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads .wp-block-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
section.funcionales-leads .wp-block-heading:before {
  content: "";
  background-image: url(../../../../../assets/img/icon-entradasMorado.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  vertical-align: text-bottom;
  width: 5.0666666667vw;
  height: 1.9230769231vh;
  margin-right: 1.6vw;
}
@media (min-width: 782px) {
  section.funcionales-leads .wp-block-heading:before {
    width: 2.3611111111vw;
    height: 3vh;
    margin-right: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads .wp-block-heading:before {
    width: 34px;
    height: 27px;
    margin-right: 6px;
  }
}
section.funcionales-leads hr {
  width: calc(100% - 2rem);
  margin: 0;
  border-bottom: 0.1282051282vh solid var(--colorGris1);
}
@media (min-width: 782px) {
  section.funcionales-leads hr {
    border-bottom: 0.1111111111vh solid var(--colorGris1);
    margin-bottom: 2.2222222222vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads hr {
    border-bottom: 1px solid var(--colorGris1);
    margin-bottom: 20px;
  }
}
section.funcionales-leads form {
  width: 100%;
  padding: 0 1rem 5.2564102564vh 1rem;
  overflow-y: auto;
}
@media (min-width: 782px) {
  section.funcionales-leads form {
    padding: 0 1rem 4.5555555556vh 1rem;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form {
    padding: 0 1rem 41px 1rem;
  }
}
section.funcionales-leads form .nav,
section.funcionales-leads form p {
  position: relative;
  margin: 2.5641025641vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav,
  section.funcionales-leads form p {
    margin: 2.2222222222vh 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav,
  section.funcionales-leads form p {
    margin: 20px 0;
  }
}
section.funcionales-leads form .nav label,
section.funcionales-leads form p label {
  position: absolute;
  width: 100%;
  color: var(--colorGris2);
  padding: 1.9230769231vh 2.9333333333vw;
  line-height: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav label,
  section.funcionales-leads form p label {
    padding: 1.6666666667vh 0.7638888889vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav label,
  section.funcionales-leads form p label {
    padding: 15px 11px;
  }
}
section.funcionales-leads form .nav label small,
section.funcionales-leads form p label small {
  font-size: 70%;
  color: var(--wp--preset--color--vivid-red);
  position: absolute;
  text-align: right;
  white-space: nowrap;
  right: 1.9230769231vh;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav label small,
  section.funcionales-leads form p label small {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav label small,
  section.funcionales-leads form p label small {
    right: 15px;
  }
}
section.funcionales-leads form .nav .select2 + label,
section.funcionales-leads form p .select2 + label {
  color: transparent;
}
section.funcionales-leads form .nav .select2.select2-container--open, section.funcionales-leads form .nav .select2.hasValue,
section.funcionales-leads form p .select2.select2-container--open,
section.funcionales-leads form p .select2.hasValue {
  margin-top: 3.5897435897vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav .select2.select2-container--open, section.funcionales-leads form .nav .select2.hasValue,
  section.funcionales-leads form p .select2.select2-container--open,
  section.funcionales-leads form p .select2.hasValue {
    margin-top: 3.1111111111vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav .select2.select2-container--open, section.funcionales-leads form .nav .select2.hasValue,
  section.funcionales-leads form p .select2.select2-container--open,
  section.funcionales-leads form p .select2.hasValue {
    margin-top: 28px;
  }
}
section.funcionales-leads form .nav .select2.select2-container--open + label, section.funcionales-leads form .nav .select2.hasValue + label,
section.funcionales-leads form p .select2.select2-container--open + label,
section.funcionales-leads form p .select2.hasValue + label {
  color: var(--colorGris2) !important;
  padding: 1.9230769231vh 0;
  transform: translateY(-3.5897435897vh);
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav .select2.select2-container--open + label, section.funcionales-leads form .nav .select2.hasValue + label,
  section.funcionales-leads form p .select2.select2-container--open + label,
  section.funcionales-leads form p .select2.hasValue + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-3.1111111111vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav .select2.select2-container--open + label, section.funcionales-leads form .nav .select2.hasValue + label,
  section.funcionales-leads form p .select2.select2-container--open + label,
  section.funcionales-leads form p .select2.hasValue + label {
    padding: 15px 0;
    transform: translateY(-28px);
  }
}
section.funcionales-leads form .nav .select2 .select2-selection.error,
section.funcionales-leads form p .select2 .select2-selection.error {
  animation: 1.2s linear infinite alternate shadowError;
  border: 0.2666666667vw solid var(--wp--preset--color--vivid-red);
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav .select2 .select2-selection.error,
  section.funcionales-leads form p .select2 .select2-selection.error {
    border: 0.0694444444vw solid var(--wp--preset--color--vivid-red);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav .select2 .select2-selection.error,
  section.funcionales-leads form p .select2 .select2-selection.error {
    border: 1px solid var(--wp--preset--color--vivid-red);
  }
}
section.funcionales-leads form .nav input[type=text], section.funcionales-leads form .nav input[type=email], section.funcionales-leads form .nav input[type=password],
section.funcionales-leads form p input[type=text],
section.funcionales-leads form p input[type=email],
section.funcionales-leads form p input[type=password] {
  width: 100%;
  padding: 1.6666666667vh 2.6666666667vw;
  color: var(--colorSoftBlack);
  background-color: var(--colorWhite);
  border: 0.2666666667vw solid var(--colorGris1);
  border-radius: 1.8666666667vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav input[type=text], section.funcionales-leads form .nav input[type=email], section.funcionales-leads form .nav input[type=password],
  section.funcionales-leads form p input[type=text],
  section.funcionales-leads form p input[type=email],
  section.funcionales-leads form p input[type=password] {
    padding: 1.4444444444vh 0.6944444444vw;
    border: 0.0694444444vw solid var(--colorGris1);
    border-radius: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav input[type=text], section.funcionales-leads form .nav input[type=email], section.funcionales-leads form .nav input[type=password],
  section.funcionales-leads form p input[type=text],
  section.funcionales-leads form p input[type=email],
  section.funcionales-leads form p input[type=password] {
    padding: 13px 10px;
    border: 1px solid var(--colorGris1);
    border-radius: 7px;
  }
}
section.funcionales-leads form .nav input[type=text]::placeholder, section.funcionales-leads form .nav input[type=email]::placeholder, section.funcionales-leads form .nav input[type=password]::placeholder,
section.funcionales-leads form p input[type=text]::placeholder,
section.funcionales-leads form p input[type=email]::placeholder,
section.funcionales-leads form p input[type=password]::placeholder {
  color: transparent;
}
section.funcionales-leads form .nav input[type=text]:focus, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=email]:focus, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=password]:focus, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown),
section.funcionales-leads form p input[type=text]:focus,
section.funcionales-leads form p input[type=text]:not(:placeholder-shown),
section.funcionales-leads form p input[type=email]:focus,
section.funcionales-leads form p input[type=email]:not(:placeholder-shown),
section.funcionales-leads form p input[type=password]:focus,
section.funcionales-leads form p input[type=password]:not(:placeholder-shown) {
  margin-top: 5.1282051282vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav input[type=text]:focus, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=email]:focus, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=password]:focus, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=text]:focus,
  section.funcionales-leads form p input[type=text]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=email]:focus,
  section.funcionales-leads form p input[type=email]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=password]:focus,
  section.funcionales-leads form p input[type=password]:not(:placeholder-shown) {
    margin-top: 3.1111111111vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav input[type=text]:focus, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=email]:focus, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown), section.funcionales-leads form .nav input[type=password]:focus, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=text]:focus,
  section.funcionales-leads form p input[type=text]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=email]:focus,
  section.funcionales-leads form p input[type=email]:not(:placeholder-shown),
  section.funcionales-leads form p input[type=password]:focus,
  section.funcionales-leads form p input[type=password]:not(:placeholder-shown) {
    margin-top: 28px;
  }
}
section.funcionales-leads form .nav input[type=text]:focus + label, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=email]:focus + label, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=password]:focus + label, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown) + label,
section.funcionales-leads form p input[type=text]:focus + label,
section.funcionales-leads form p input[type=text]:not(:placeholder-shown) + label,
section.funcionales-leads form p input[type=email]:focus + label,
section.funcionales-leads form p input[type=email]:not(:placeholder-shown) + label,
section.funcionales-leads form p input[type=password]:focus + label,
section.funcionales-leads form p input[type=password]:not(:placeholder-shown) + label {
  padding: 1.9230769231vh 0;
  transform: translateY(-5.1282051282vh);
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav input[type=text]:focus + label, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=email]:focus + label, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=password]:focus + label, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=text]:focus + label,
  section.funcionales-leads form p input[type=text]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=email]:focus + label,
  section.funcionales-leads form p input[type=email]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=password]:focus + label,
  section.funcionales-leads form p input[type=password]:not(:placeholder-shown) + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-3.1111111111vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav input[type=text]:focus + label, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=email]:focus + label, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown) + label, section.funcionales-leads form .nav input[type=password]:focus + label, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=text]:focus + label,
  section.funcionales-leads form p input[type=text]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=email]:focus + label,
  section.funcionales-leads form p input[type=email]:not(:placeholder-shown) + label,
  section.funcionales-leads form p input[type=password]:focus + label,
  section.funcionales-leads form p input[type=password]:not(:placeholder-shown) + label {
    padding: 15px 0;
    transform: translateY(-28px);
  }
}
section.funcionales-leads form .nav input[type=text]:focus + label small, section.funcionales-leads form .nav input[type=text]:not(:placeholder-shown) + label small, section.funcionales-leads form .nav input[type=email]:focus + label small, section.funcionales-leads form .nav input[type=email]:not(:placeholder-shown) + label small, section.funcionales-leads form .nav input[type=password]:focus + label small, section.funcionales-leads form .nav input[type=password]:not(:placeholder-shown) + label small,
section.funcionales-leads form p input[type=text]:focus + label small,
section.funcionales-leads form p input[type=text]:not(:placeholder-shown) + label small,
section.funcionales-leads form p input[type=email]:focus + label small,
section.funcionales-leads form p input[type=email]:not(:placeholder-shown) + label small,
section.funcionales-leads form p input[type=password]:focus + label small,
section.funcionales-leads form p input[type=password]:not(:placeholder-shown) + label small {
  right: 0;
}
section.funcionales-leads form .nav input[type=text].error, section.funcionales-leads form .nav input[type=email].error, section.funcionales-leads form .nav input[type=password].error,
section.funcionales-leads form p input[type=text].error,
section.funcionales-leads form p input[type=email].error,
section.funcionales-leads form p input[type=password].error {
  animation: 1.2s linear infinite alternate shadowError;
  border: 0.2666666667vw solid var(--wp--preset--color--vivid-red);
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav input[type=text].error, section.funcionales-leads form .nav input[type=email].error, section.funcionales-leads form .nav input[type=password].error,
  section.funcionales-leads form p input[type=text].error,
  section.funcionales-leads form p input[type=email].error,
  section.funcionales-leads form p input[type=password].error {
    border: 0.0694444444vw solid var(--wp--preset--color--vivid-red);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav input[type=text].error, section.funcionales-leads form .nav input[type=email].error, section.funcionales-leads form .nav input[type=password].error,
  section.funcionales-leads form p input[type=text].error,
  section.funcionales-leads form p input[type=email].error,
  section.funcionales-leads form p input[type=password].error {
    border: 1px solid var(--wp--preset--color--vivid-red);
  }
}
section.funcionales-leads form .nav input[type=submit],
section.funcionales-leads form p input[type=submit] {
  font-family: "Archivo";
  font-size: 3.7333333333vw;
  line-height: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  color: var(--colorMorado);
  position: relative;
  display: inline-block;
  width: 73.6vw;
  padding: 2.9333333333vw 5.3333333333vw;
  border: 0.2666666667vw solid var(--colorMorado);
  border-radius: 10.6666666667vw;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav input[type=submit],
  section.funcionales-leads form p input[type=submit] {
    font-size: 0.9722222222vw;
    line-height: 1.1111111111vw;
    padding: 0.7638888889vw 1.3888888889vw;
    border: 0.0694444444vw solid var(--colorMorado);
    border-radius: 2.7777777778vw;
    width: 19.1666666667vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav input[type=submit],
  section.funcionales-leads form p input[type=submit] {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 20px;
    border: 1px solid var(--colorMorado);
    border-radius: 40px;
    width: 276px;
  }
}
section.funcionales-leads form .nav input[type=submit]:hover,
section.funcionales-leads form p input[type=submit]:hover {
  color: var(--colorWhite);
  background-color: var(--colorMorado);
}
section.funcionales-leads form .nav input[type=submit]:disabled,
section.funcionales-leads form p input[type=submit]:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
section.funcionales-leads form > p:last-child {
  margin: 4.1025641026vh 0 5.1282051282vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form > p:last-child {
    margin: 3.5555555556vh 0 4.4444444444vh 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form > p:last-child {
    margin: 32px 0 40px 0;
  }
}
section.funcionales-leads form .halfFields {
  margin: 2.5641025641vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form .halfFields {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin: 2.2222222222vh 0;
    gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .halfFields {
    margin: 20px 0;
    gap: 10px;
  }
}
section.funcionales-leads form .halfFields > p {
  width: 100%;
  margin: 0;
}
section.funcionales-leads form .halfFields > p:first-child {
  margin: 0 0 2.5641025641vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form .halfFields > p:first-child {
    margin: 0;
  }
}
section.funcionales-leads form .radiocheck p {
  /* margin: vHrwd(10) 0; */
}
@media (min-width: 782px) {
  section.funcionales-leads form .radiocheck p {
    /* margin: vh(10) 0; */
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .radiocheck p {
    /* margin: 10px 0; */
  }
}
section.funcionales-leads form .radiocheck p label {
  display: inline-block;
  position: relative;
  color: var(--colorGrisTexto);
  padding: 0;
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 782px) {
  section.funcionales-leads form .radiocheck p label {
    padding: 0 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .radiocheck p label {
    padding: 0 30px;
  }
}
section.funcionales-leads form .radiocheck p label input[type=checkbox], section.funcionales-leads form .radiocheck p label input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
section.funcionales-leads form .radiocheck p label input[type=checkbox]:checked + span:after, section.funcionales-leads form .radiocheck p label input[type=radio]:checked + span:after {
  opacity: 1;
}
section.funcionales-leads form .radiocheck p label span {
  display: block;
  vertical-align: middle;
  font-family: "Archivo";
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--colorSoftBlack);
  padding-left: 6.4vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form .radiocheck p label span {
    font-size: 0.9722222222vw;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .radiocheck p label span {
    font-size: 14px;
  }
}
section.funcionales-leads form .radiocheck p label span:before {
  content: "";
  position: absolute;
  top: 0.2564102564vh;
  left: 0;
  display: inline-block;
  vertical-align: top;
  border: 0.2666666667vw solid var(--colorMorado);
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 2.6666666667vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form .radiocheck p label span:before {
    top: 0.2222222222vh;
    border: 0.0694444444vw solid var(--colorMorado);
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .radiocheck p label span:before {
    top: 2px;
    border: 1px solid var(--colorMorado);
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
section.funcionales-leads form .radiocheck p label span:after {
  content: "";
  position: absolute;
  top: 0.2564102564vh;
  left: 0;
  background: var(--colorMorado);
  transition: 0.3s;
  opacity: 0;
  width: 4.8vw;
  height: 4.8vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form .radiocheck p label span:after {
    top: 0.2222222222vh;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .radiocheck p label span:after {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}
section.funcionales-leads form .radiocheck p label span a {
  color: var(--colorSoftBlack);
  text-decoration: none;
  font-weight: 700;
}
section.funcionales-leads form .radiocheck p label span a:hover {
  text-decoration: underline;
}
section.funcionales-leads form .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.funcionales-leads form .nav a.back, section.funcionales-leads form .nav a.add {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
section.funcionales-leads form .nav a.back span.dashicons, section.funcionales-leads form .nav a.add span.dashicons {
  text-decoration: none;
  vertical-align: middle;
  margin-right: 0.5333333333vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav a.back span.dashicons, section.funcionales-leads form .nav a.add span.dashicons {
    margin-right: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav a.back span.dashicons, section.funcionales-leads form .nav a.add span.dashicons {
    margin-right: 2px;
  }
}
section.funcionales-leads form .nav:last-child {
  margin-top: 7.1794871795vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form .nav:last-child {
    margin-top: 6.2222222222vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .nav:last-child {
    margin-top: 56px;
  }
}

/* ============================================================
   NUEVOS TIPOS DE CAMPO — number, date, textarea, fieldset, informacion, aceptacion
   ============================================================ */

/* number y date: mismo estilo que text/email */
section.funcionales-leads form p input[type=number],
section.funcionales-leads form p input[type=date] {
  width: 100%;
  padding: 1.6666666667vh 2.6666666667vw;
  color: var(--colorSoftBlack);
  background-color: var(--colorWhite);
  border: 0.2666666667vw solid var(--colorGris1);
  border-radius: 1.8666666667vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=number],
  section.funcionales-leads form p input[type=date] {
    padding: 1.4444444444vh 0.6944444444vw;
    border: 0.0694444444vw solid var(--colorGris1);
    border-radius: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=number],
  section.funcionales-leads form p input[type=date] {
    padding: 13px 10px;
    border: 1px solid var(--colorGris1);
    border-radius: 7px;
  }
}
section.funcionales-leads form p input[type=number]:focus,
section.funcionales-leads form p input[type=date]:focus {
  margin-top: 2.5641025641vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=number]:focus,
  section.funcionales-leads form p input[type=date]:focus {
    margin-top: 2.2222222222vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=number]:focus,
  section.funcionales-leads form p input[type=date]:focus {
    margin-top: 20px;
  }
}
section.funcionales-leads form p input[type=number]:focus + label,
section.funcionales-leads form p input[type=date]:focus + label {
  padding: 1.9230769231vh 0;
  transform: translateY(-2.5641025641vh);
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=number]:focus + label,
  section.funcionales-leads form p input[type=date]:focus + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-2.2222222222vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=number]:focus + label,
  section.funcionales-leads form p input[type=date]:focus + label {
    padding: 15px 0;
    transform: translateY(-20px);
  }
}
section.funcionales-leads form p input[type=number].error,
section.funcionales-leads form p input[type=date].error {
  animation: 1.2s linear infinite alternate shadowError;
  border: 0.2666666667vw solid var(--wp--preset--color--vivid-red);
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=number].error,
  section.funcionales-leads form p input[type=date].error {
    border: 0.0694444444vw solid var(--wp--preset--color--vivid-red);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=number].error,
  section.funcionales-leads form p input[type=date].error {
    border: 1px solid var(--wp--preset--color--vivid-red);
  }
}

/* date: label siempre elevada (no tiene placeholder funcional) */
section.funcionales-leads form p input[type=date] + label {
  padding: 1.9230769231vh 0;
  transform: translateY(-2.5641025641vh);
  color: var(--colorGris1);
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=date] + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-2.2222222222vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=date] + label {
    padding: 15px 0;
    transform: translateY(-20px);
  }
}

/* number: label siempre elevada */
section.funcionales-leads form p input[type=number] + label {
  padding: 1.9230769231vh 0;
  transform: translateY(-2.5641025641vh);
  color: var(--colorGris1);
}
@media (min-width: 782px) {
  section.funcionales-leads form p input[type=number] + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-2.2222222222vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p input[type=number] + label {
    padding: 15px 0;
    transform: translateY(-20px);
  }
}

/* textarea */
section.funcionales-leads form p textarea {
  width: 100%;
  padding: 1.6666666667vh 2.6666666667vw;
  color: var(--colorSoftBlack);
  background-color: var(--colorWhite);
  border: 0.2666666667vw solid var(--colorGris1);
  border-radius: 1.8666666667vw;
  min-height: 120px;
  resize: vertical;
}
@media (min-width: 782px) {
  section.funcionales-leads form p textarea {
    padding: 1.4444444444vh 0.6944444444vw;
    border: 0.0694444444vw solid var(--colorGris1);
    border-radius: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p textarea {
    padding: 13px 10px;
    border: 1px solid var(--colorGris1);
    border-radius: 7px;
  }
}
section.funcionales-leads form p textarea::placeholder {
  color: transparent;
}
section.funcionales-leads form p textarea:focus,
section.funcionales-leads form p textarea:not(:placeholder-shown) {
  margin-top: 2.5641025641vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form p textarea:focus,
  section.funcionales-leads form p textarea:not(:placeholder-shown) {
    margin-top: 2.2222222222vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p textarea:focus,
  section.funcionales-leads form p textarea:not(:placeholder-shown) {
    margin-top: 20px;
  }
}
section.funcionales-leads form p textarea:focus + label,
section.funcionales-leads form p textarea:not(:placeholder-shown) + label {
  padding: 1.9230769231vh 0;
  transform: translateY(-2.5641025641vh);
}
@media (min-width: 782px) {
  section.funcionales-leads form p textarea:focus + label,
  section.funcionales-leads form p textarea:not(:placeholder-shown) + label {
    padding: 1.6666666667vh 0;
    transform: translateY(-2.2222222222vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p textarea:focus + label,
  section.funcionales-leads form p textarea:not(:placeholder-shown) + label {
    padding: 15px 0;
    transform: translateY(-20px);
  }
}

/* fieldset seleccion multiple */
section.funcionales-leads form fieldset {
  border: none;
  padding: 0;
  margin: 2.5641025641vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset {
    margin: 2.2222222222vh 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset {
    margin: 20px 0;
  }
}
section.funcionales-leads form fieldset legend {
  font-family: "Archivo";
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: var(--colorGris2);
  margin-bottom: 1.2820512821vh;
  display: block;
  width: 100%;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset legend {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset legend {
    font-size: 14px;
  }
}
section.funcionales-leads form fieldset label {
  display: block;
  position: relative;
  color: var(--colorGrisTexto);
  cursor: pointer;
  padding: 0.5128205128vh 0;
  pointer-events: all;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset label {
    padding: 0.4444444444vh 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset label {
    padding: 4px 0;
  }
}
section.funcionales-leads form fieldset label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
section.funcionales-leads form fieldset label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
section.funcionales-leads form fieldset label span {
  display: block;
  font-family: "Archivo";
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--colorSoftBlack);
  padding-left: 6.4vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset label span {
    font-size: 0.9722222222vw;
    padding-left: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset label span {
    font-size: 14px;
    padding-left: 24px;
  }
}
section.funcionales-leads form fieldset label span:before {
  content: "";
  position: absolute;
  top: 0.7692307692vh;
  left: 0;
  border: 0.2666666667vw solid var(--colorMorado);
  width: 4.8vw;
  height: 4.8vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset label span:before {
    top: 0.5555555556vh;
    border: 0.0694444444vw solid var(--colorMorado);
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset label span:before {
    top: 5px;
    border: 1px solid var(--colorMorado);
    width: 18px;
    height: 18px;
  }
}
section.funcionales-leads form fieldset label span:after {
  content: "";
  position: absolute;
  top: 0.7692307692vh;
  left: 0;
  background: var(--colorMorado);
  transition: 0.3s;
  opacity: 0;
  width: 4.8vw;
  height: 4.8vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset label span:after {
    top: 0.5555555556vh;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset label span:after {
    top: 5px;
    width: 18px;
    height: 18px;
  }
}
section.funcionales-leads form fieldset.error-fieldset legend {
  color: var(--wp--preset--color--vivid-red);
}
section.funcionales-leads form fieldset small.error-message {
  display: block;
  font-size: 70%;
  color: var(--wp--preset--color--vivid-red);
  margin-top: 0.5128205128vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form fieldset small.error-message {
    margin-top: 0.4444444444vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form fieldset small.error-message {
    margin-top: 4px;
  }
}

/* bloque informativo */
section.funcionales-leads form .leads-informacion {
  margin: 2.5641025641vh 0;
  padding: 1.5384615385vh 2.9333333333vw;
  background-color: var(--colorLila);
  border-radius: 1.8666666667vw;
  border-left: 0.8vw solid var(--colorMorado);
}
@media (min-width: 782px) {
  section.funcionales-leads form .leads-informacion {
    margin: 2.2222222222vh 0;
    padding: 1.3333333333vh 0.9722222222vw;
    border-radius: 0.4861111111vw;
    border-left: 0.2083333333vw solid var(--colorMorado);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .leads-informacion {
    margin: 20px 0;
    padding: 12px 14px;
    border-radius: 7px;
    border-left: 3px solid var(--colorMorado);
  }
}
section.funcionales-leads form .leads-informacion p {
  margin: 0 !important;
  position: static !important;
  font-family: "Archivo";
  font-size: 3.4666666667vw;
  color: var(--colorGrisTexto);
  line-height: 1.5;
}
@media (min-width: 782px) {
  section.funcionales-leads form .leads-informacion p {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form .leads-informacion p {
    font-size: 13px;
  }
}

/* aceptaciones: cada una con su espacio y estilos propios */
section.funcionales-leads form p.radiocheck {
  margin: 1.5384615385vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.radiocheck {
    margin: 1.3333333333vh 0;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.radiocheck {
    margin: 12px 0;
  }
}
section.funcionales-leads form p.radiocheck label {
  display: block;
  position: relative;
  color: var(--colorGrisTexto);
  padding: 0;
  pointer-events: all;
  cursor: pointer;
}
section.funcionales-leads form p.radiocheck label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
section.funcionales-leads form p.radiocheck label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
section.funcionales-leads form p.radiocheck label span {
  display: block;
  font-family: "Archivo";
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  color: var(--colorSoftBlack);
  padding-left: 6.4vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.radiocheck label span {
    font-size: 0.9722222222vw;
    padding-left: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.radiocheck label span {
    font-size: 14px;
    padding-left: 24px;
  }
}
section.funcionales-leads form p.radiocheck label span:before {
  content: "";
  position: absolute;
  top: 0.2564102564vh;
  left: 0;
  border: 0.2666666667vw solid var(--colorMorado);
  width: 4.8vw;
  height: 4.8vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.radiocheck label span:before {
    top: 0.2222222222vh;
    border: 0.0694444444vw solid var(--colorMorado);
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.radiocheck label span:before {
    top: 2px;
    border: 1px solid var(--colorMorado);
    width: 18px;
    height: 18px;
  }
}
section.funcionales-leads form p.radiocheck label span:after {
  content: "";
  position: absolute;
  top: 0.2564102564vh;
  left: 0;
  background: var(--colorMorado);
  transition: 0.3s;
  opacity: 0;
  width: 4.8vw;
  height: 4.8vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.radiocheck label span:after {
    top: 0.2222222222vh;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.radiocheck label span:after {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}
section.funcionales-leads form p.radiocheck label span a {
  color: var(--colorSoftBlack);
  text-decoration: none;
  font-weight: 700;
}
section.funcionales-leads form p.radiocheck label span a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* ---- no-float: label siempre arriba, sin efecto flotante (numero, fecha) ---- */
/* El input ocupa el 100% del p igual que text/email */
section.funcionales-leads form p.no-float input[type=number],
section.funcionales-leads form p.no-float input[type=date] {
  width: 100%;
  padding: 1.6666666667vh 2.6666666667vw;
  color: var(--colorSoftBlack);
  background-color: var(--colorWhite);
  border: 0.2666666667vw solid var(--colorGris1);
  border-radius: 1.8666666667vw;
  margin-top: 3.5897435897vh;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.no-float input[type=number],
  section.funcionales-leads form p.no-float input[type=date] {
    padding: 1.4444444444vh 0.6944444444vw;
    border: 0.0694444444vw solid var(--colorGris1);
    border-radius: 0.4861111111vw;
    margin-top: 3.1111111111vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.no-float input[type=number],
  section.funcionales-leads form p.no-float input[type=date] {
    padding: 13px 10px;
    border: 1px solid var(--colorGris1);
    border-radius: 7px;
    margin-top: 28px;
  }
}
/* Label siempre arriba, no flota, no se mueve */
section.funcionales-leads form p.no-float label {
  position: absolute;
  padding: 1.9230769231vh 0 !important;
  transform: translateY(-3.5897435897vh);
  color: var(--colorGris2) !important;
  pointer-events: none;
  transition: none;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.no-float label {
    padding: 1.6666666667vh 0 !important;
    transform: translateY(-3.1111111111vh);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.no-float label {
    padding: 15px 0 !important;
    transform: translateY(-28px);
  }
}
/* Error: mismo estilo rojo que text/email */
section.funcionales-leads form p.no-float input[type=number].error,
section.funcionales-leads form p.no-float input[type=date].error {
  animation: 1.2s linear infinite alternate shadowError;
  border: 0.2666666667vw solid var(--wp--preset--color--vivid-red);
}
@media (min-width: 782px) {
  section.funcionales-leads form p.no-float input[type=number].error,
  section.funcionales-leads form p.no-float input[type=date].error {
    border: 0.0694444444vw solid var(--wp--preset--color--vivid-red);
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.no-float input[type=number].error,
  section.funcionales-leads form p.no-float input[type=date].error {
    border: 1px solid var(--wp--preset--color--vivid-red);
  }
}
/* halfFields con p.no-float dentro */
section.funcionales-leads form .halfFields > p.no-float {
  width: 100%;
  margin: 0;
}
section.funcionales-leads form .halfFields > p.no-float:first-child {
  margin: 0 0 2.5641025641vh 0;
}
@media (min-width: 782px) {
  section.funcionales-leads form .halfFields > p.no-float:first-child {
    margin: 0;
  }
}


/* error en aceptacion */
section.funcionales-leads form p.radiocheck.error-aceptacion label span {
  color: var(--wp--preset--color--vivid-red);
}
section.funcionales-leads form p.radiocheck.error-aceptacion label span:before {
  border-color: var(--wp--preset--color--vivid-red);
}
section.funcionales-leads form p.radiocheck small.error-message {
  display: block;
  font-size: 70%;
  color: var(--wp--preset--color--vivid-red);
  margin-top: 0.5128205128vh;
  padding-left: 6.4vw;
}
@media (min-width: 782px) {
  section.funcionales-leads form p.radiocheck small.error-message {
    padding-left: 1.6666666667vw;
    margin-top: 0.4444444444vh;
  }
}
@media (min-width: 1440px) {
  section.funcionales-leads form p.radiocheck small.error-message {
    padding-left: 24px;
    margin-top: 4px;
  }
}

/*# sourceMappingURL=style.css.map */
