.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}/* ==========================================================
   FORM CONTACTO - SOLO LIGHT MODE
   No modifica dark mode
   ========================================================== */

body.bg-light-mode .form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title {
  color: var(--gtec-negro) !important;
}

body.bg-light-mode .form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233c3d3d' viewBox='0 0 24 24'%3E%3Cpath d='M21 12c0 4.418-4.03 8-9 8-1.1 0-2.15-.16-3.1-.46L3 21l1.54-4.07C3.58 15.5 3 13.82 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/%3E%3C/svg%3E");
}

body.bg-light-mode .form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title::after {
  color: rgba(22, 22, 22, 0.72);
}

body.bg-light-mode .form-gtec-contacto .portlet-forms label,
body.bg-light-mode .form-gtec-contacto .portlet-forms .ddm-label {
  color: rgba(22, 22, 22, 0.85) !important;
}

body.bg-light-mode .form-gtec-contacto .portlet-forms .ddm-label-required::after {
  color: var(--gtec-morado);
}

body.bg-light-mode .form-gtec-contacto form .ddm-field input,
body.bg-light-mode .form-gtec-contacto form .ddm-field textarea,
body.bg-light-mode .form-gtec-contacto form .ddm-field select,
body.bg-light-mode .form-gtec-contacto form .form-control,
body.bg-light-mode .form-gtec-contacto form .form-control-select,
body.bg-light-mode .form-gtec-contacto form button.form-control-select {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(22, 22, 22, 0.22) !important;
  color: var(--gtec-negro) !important;
  box-shadow: none !important;
}

body.bg-light-mode .form-gtec-contacto form .ddm-field input::placeholder,
body.bg-light-mode .form-gtec-contacto form .ddm-field textarea::placeholder,
body.bg-light-mode .form-gtec-contacto form .form-control::placeholder {
  color: rgba(22, 22, 22, 0.45) !important;
}

body.bg-light-mode .form-gtec-contacto form .form-control-select {
  color: var(--gtec-negro) !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(22, 22, 22, 0.22) !important;
}

body.bg-light-mode .form-gtec-contacto form .form-control-select .lexicon-icon,
body.bg-light-mode .form-gtec-contacto form .form-control-select svg {
  color: rgba(22, 22, 22, 0.7) !important;
  fill: rgba(22, 22, 22, 0.7) !important;
}

body.bg-light-mode .form-gtec-contacto form .ddm-field input:focus,
body.bg-light-mode .form-gtec-contacto form .ddm-field textarea:focus,
body.bg-light-mode .form-gtec-contacto form .form-control:focus,
body.bg-light-mode .form-gtec-contacto form .form-control-select:focus,
body.bg-light-mode .form-gtec-contacto form button.form-control-select:focus {
  border-color: var(--gtec-morado) !important;
  box-shadow: 0 0 0 1px rgba(122, 40, 255, 0.18) !important;
  outline: none !important;
}

body.bg-light-mode .form-gtec-contacto .portlet-forms .text-secondary,
body.bg-light-mode .form-gtec-contacto .portlet-forms .form-feedback-item {
  color: rgba(22, 22, 22, 0.6) !important;
}

body.bg-light-mode .form-gtec-contacto #ddm-form-submit,
body.bg-light-mode .form-gtec-contacto .btn-primary {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(22, 22, 22, 0.28) !important;
  color: var(--gtec-negro) !important;
  box-shadow: none !important;
}

body.bg-light-mode .form-gtec-contacto #ddm-form-submit:hover,
body.bg-light-mode .form-gtec-contacto .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--gtec-negro) !important;
}

body.bg-light-mode .form-gtec-contacto .portlet-forms::after {
  color: rgba(22, 22, 22, 0.6);
}



/* Limpieza de ruido en Liferay */
.lfr-ddm__default-page, 
.lfr-layout-structure-item-container,
.portlet-content, 
.portlet-body {
  background: transparent !important;
  border: none !important;
}

/* Estilo de inputs */
.form-gtec-contacto form .ddm-field input,
.form-gtec-contacto form .ddm-field select,
.form-gtec-contacto form .ddm-field textarea,
.form-gtec-contacto form .form-control-select {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  color: #fff !important;
  padding: 10px !important;
}

#wrapper {
  margin-top: 6.5rem;
}

/* Título */
.form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title {
  position: relative;
  padding-left: 52px;
  margin-bottom: 2.8rem !important;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.2;
}

/* Icono del título */
.form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M21 12c0 4.418-4.03 8-9 8-1.1 0-2.15-.16-3.1-.46L3 21l1.54-4.07C3.58 15.5 3 13.82 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/%3E%3C/svg%3E");
}

/* Subtítulo */
.form-gtec-contacto .portlet-forms .lfr-ddm-form-page-title::after {
  content: "Déjanos tu información y un experto estará en contacto pronto";
  display: block;
  margin-top: 10px;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.lfr-ddm__default-page-header {
  display: none !important;
}

/* Labels */
.form-gtec-contacto .portlet-forms label {
  color: rgba(248, 248, 248, 0.8);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0.75rem;
}

/* Reemplazo del icono obligatorio */
.form-gtec-contacto .portlet-forms .ddm-label-required .lexicon-icon {
  display: none;
}

.form-gtec-contacto .portlet-forms .ddm-label-required {
  display: inline-flex;
  align-items: flex-start;
  padding:0;
}

.form-gtec-contacto .portlet-forms .ddm-label-required::after {
  content: "*";
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.lfr-ddm__default-page-container {
  background: black !important;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 700px;
  padding: 80px 20px;
  position: relative;
  grid-template-rows: auto auto auto auto;
  row-gap: 8px;
}

/* Icono check */
.lfr-ddm__default-page-container::before {
  content: "";
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

/* Título final */
.lfr-ddm__default-page-title {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 600;
}

/* Subtítulo final */
.lfr-ddm__default-page-description {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 22px;
}

/* Texto inferior final */
.lfr-ddm__default-page-container::after {
  content: "Tu información es confidencial.\A Te contactaremos en menos de 24 horas hábiles.";
  white-space: pre-line;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
}

/* Ocultar botón final */
.lfr-ddm__default-page-buttons {
  display: none !important;
}

/* Texto inferior debajo del formulario */
.form-gtec-contacto .portlet-forms::after {
  content: "Tu información es confidencial. Nos pondremos en contacto en menos de 24h.";
  display: block;
  margin: 1.5rem auto 0;
  font-size: 0.875rem;
  text-align: center;
}

.text-secondary{
    display:none
}

/* Solo desktop */
@media (min-width: 1070px) {
  .form-gtec-contacto .portlet-forms::after {
    white-space: nowrap;
  }
}

/* Ocultar tooltip negro de Liferay */
.tooltip,
[role="tooltip"],
.clay-tooltip-top,
.clay-tooltip-bottom {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ocultar encabezados dentro de dropdowns Clay */
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-subheader,
.dropdown-menu .dropdown-section-header {
  display: none !important;
}.lfr-layout-structure-item-fbb0710f-ab95-ee47-1272-2852ecd97777 {
margin-bottom: var(--spacer-3,1rem) !important;
margin-left: var(--spacer-3,1rem) !important;
margin-right: var(--spacer-3,1rem) !important;
margin-top: var(--spacer-3,1rem) !important;
}
