.elementor-203 .elementor-element.elementor-element-8cb4b90{--display:grid;--min-height:100vh;--e-con-grid-template-columns:repeat(12, 1fr);--e-con-grid-template-rows:auto;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-203 .elementor-element.elementor-element-8cb4b90.e-con{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-203 .elementor-element.elementor-element-ec34043{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;grid-column:span 6;}.elementor-203 .elementor-element.elementor-element-ec34043:not(.elementor-motion-effects-element-type-background), .elementor-203 .elementor-element.elementor-element-ec34043 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://genecode.fecori.com/wp-content/uploads/2026/03/bg_contactanos_v2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-203 .elementor-element.elementor-element-ec34043.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-203 .elementor-element.elementor-element-a719bdb{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;grid-column:span 5;}.elementor-203 .elementor-element.elementor-element-a719bdb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-203 .elementor-element.elementor-element-feedc3a{margin:190px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-203 .elementor-element.elementor-element-feedc3a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:60px;font-weight:800;color:#D9D9D9;}.elementor-203 .elementor-element.elementor-element-f91c465{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;padding:0px 0px 0px 0px;}.elementor-203 .elementor-element.elementor-element-f91c465.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-203 .elementor-element.elementor-element-8cb4b90{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-203 .elementor-element.elementor-element-8cb4b90{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-203 .elementor-element.elementor-element-a719bdb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-203 .elementor-element.elementor-element-feedc3a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f91c465 *//* ==============================
   CONTENEDOR GENERAL
============================== */
.cf7-formulario {
  max-width: 520px;
  margin: 0 auto;
  font-family: inherit;
}

/* ==============================
   TITULO
============================== */
.cf7-titulo {
  margin: 30px 0 15px;
  font-size: 32px;
  font-weight: 600;
  color: #d9d9d9;
}

/* ==============================
   RADIOS – CONTENEDOR
============================== */
.cf7-radios .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

/* CADA ITEM */
.cf7-radios .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  margin: 0;
}

/* RADIO NATIVO (OCULTO PERO CLICABLE) */
.cf7-radios .wpcf7-list-item input[type="radio"] {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 2; /* 👈 asegura click */
}

/* TEXTO */
.cf7-radios .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 28px; /* 👈 deja espacio para el radio */
}

/* CÍRCULO CUSTOM */
.cf7-radios .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  border: 2px solid #f28c28;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* CHECKED */
.cf7-radios input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #f28c28;
  box-shadow: inset 0 0 0 4px #fff;
}

/* HOVER */
.cf7-radios .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.15);
}

/* ==============================
   INPUTS
============================== */
.cf7-formulario input[type="text"],
.cf7-formulario input[type="email"],
.cf7-formulario input[type="tel"],
.cf7-formulario textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s;
}

/* FOCUS */
.cf7-formulario input:focus,
.cf7-formulario textarea:focus {
  border-color: #f28c28;
  box-shadow: 0 0 0 3px rgba(242, 140, 40, 0.15);
}

/* TEXTAREA */
.cf7-formulario textarea {
  height: 180px;
  resize: none;
}

/* ==============================
   TEXTO DE AYUDA
============================== */
.cf7-ayuda {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

/* ==============================
   BOTONES
============================== */
.cf7-botones {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

/* CF7 mete <p> y <br>, los normalizamos */
.cf7-botones p {
  margin: 0;
  display: flex;
  gap: 12px;
}

.cf7-botones br {
  display: none;
}

/* CANCELAR */
.cf7-botones .btn-cancelar {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #f4b183;
  background: transparent;
  color: #f4b183;
  font-size: 13px;
  cursor: pointer;
}

/* ENVIAR */
.cf7-botones .btn-enviar {
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  background: #f28c28;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

/* HOVER */
.cf7-botones button:hover {
  opacity: 0.9;
}

/* ==============================
   MENSAJE DE RESPUESTA
============================== */
.wpcf7-response-output {
  border: none;
  padding: 12px 16px;
  border-radius: 10px;
  background: #eaf7ee;
  color: #2e7d32;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f7ef36 *//* ==============================
   MODAL ÉXITO CF7
============================== */
.cf7-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.cf7-modal.active {
  opacity: 1;
  visibility: visible;
}

.cf7-modal-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

.cf7-modal-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.cf7-modal-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 24px;
}

.cf7-modal-btn {
  background: #f28c28;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.cf7-modal-btn:hover {
  opacity: 0.9;
}/* End custom CSS */