@charset "UTF-8";
:root,
.elementor-kit-6 {
  --e-global-typography-primary-font-family: "Roboto", sans-serif;
  --e-global-typography-secondary-font-family: "Roboto", sans-serif;
  --e-global-typography-text-font-family: "Roboto", sans-serif;
  --e-global-typography-accent-font-family: "Roboto", sans-serif;
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*:focus {
  outline: none;
}

.formulario-registro {
  width: 100%;
  margin: auto;
  /* Estilo general para los checkbox */
  /* Estilo cuando está seleccionado */
}
.formulario-registro .wpcf7-not-valid-tip {
  font-size: var(--e-global-typography-04cceaf-font-size);
  margin-top: 10px;
}
.formulario-registro .lineas-colores {
  max-width: 300px;
  top: -8px;
  position: relative;
}
.formulario-registro .titulo {
  margin-bottom: 40px;
}
.formulario-registro .titulo p {
  font-size: var(--e-global-typography-0aa0723-font-size);
  font-weight: 700;
}
.formulario-registro .campos {
  display: grid;
  width: calc(100% - 120px);
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .formulario-registro .campos {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .formulario-registro .campos {
    width: 100%;
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.formulario-registro .campos input {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: var(--e-global-typography-e400433-font-size);
  padding-bottom: 6px;
  width: 100%;
}
.formulario-registro textarea {
  resize: none;
  border: 2px solid #000;
  border-radius: 5px;
  width: 100%;
  font-size: var(--e-global-typography-e400433-font-size);
  padding: 30px;
}
.formulario-registro ::placeholder, .formulario-registro ::-webkit-input-placeholder {
  color: var(--e-global-color-text);
  font-size: var(--e-global-typography-e400433-font-size);
}
.formulario-registro .dias {
  display: grid;
  gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 990px) {
  .formulario-registro .dias {
    gap: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .formulario-registro .dias {
    grid-template-columns: 1fr;
  }
}
.formulario-registro .dias .dia-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.formulario-registro .dias .dia-wrapper .dia {
  font-weight: bold;
  font-size: var(--e-global-typography-7d80167-font-size);
}
.formulario-registro .dias .dia-wrapper .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.formulario-registro .dias .dia-wrapper .wpcf7-list-item {
  margin-left: 0;
}
.formulario-registro .dias .dia-wrapper .wpcf7-list-item-label {
  font-size: var(--e-global-typography-e400433-font-size);
  width: 200px;
  display: block;
}
@media only screen and (max-width: 990px) {
  .formulario-registro .dias .dia-wrapper .wpcf7-list-item-label {
    width: 100%;
  }
}
.formulario-registro .dias .wpcf7-list-item {
  font-size: var(--e-global-typography-e170fa8-font-size);
  display: flex;
  align-items: center;
}
.formulario-registro .dias .wpcf7-submit {
  background: red;
  border: 0;
  padding: 20px;
}
.formulario-registro .text-medium {
  font-size: var(--e-global-typography-e400433-font-size);
}
.formulario-registro .text-medium-bold {
  font-size: var(--e-global-typography-e400433-font-size);
  font-weight: 700;
  margin-bottom: 6px;
}
.formulario-registro .acceptance-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 990px) {
  .formulario-registro .acceptance-wrapper {
    gap: 30px;
  }
}
.formulario-registro .acceptance-wrapper .acceptance p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
  margin: auto;
}
.formulario-registro .acceptance-wrapper .acceptance label {
  font-size: var(--e-global-typography-e400433-font-size);
  margin-right: 20px;
  line-height: 1.2;
}
.formulario-registro .acceptance-wrapper .acceptance label a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}
.formulario-registro .acceptance-wrapper .banner {
  max-width: 100px;
}
.formulario-registro input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  min-width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-right: 24px;
}
.formulario-registro input[type=checkbox]:checked {
  background-color: transparent;
}
.formulario-registro input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.formulario-registro p:has(.wpcf7-submit) {
  text-align: center;
}
.formulario-registro .wpcf7-submit {
  background: #e10511;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: var(--e-global-typography-c020395-font-size);
  border-radius: 15px;
  max-width: 635px;
  width: 100%;
  padding: 25px;
  cursor: pointer;
  margin: auto;
}
.formulario-registro .wpcf7-submit:disabled {
  background: #999;
  opacity: 0.7;
}

.wpcf7-list-item:has(input[type=checkbox]:checked) {
  font-weight: 500;
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wpcf7-response-output {
  text-align: center;
}

/*
.wpcf7 form.sent .wpcf7-response-output {
    border: 4px solid #46b450;
    position: fixed;
    z-index: 999;
    height: 250px;
    width: 90%;
    max-width: 600px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: #fff;
    display: grid;
    place-items: center;
    right: 0;
}*/

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