.elementor-3298 .elementor-element.elementor-element-72dd1811{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;}.elementor-3298 .elementor-element.elementor-element-72dd1811:not(.elementor-motion-effects-element-type-background), .elementor-3298 .elementor-element.elementor-element-72dd1811 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3298 .elementor-element.elementor-element-72dd1811, .elementor-3298 .elementor-element.elementor-element-72dd1811::before{--border-transition:0.3s;}.elementor-3298 .elementor-element.elementor-element-2605709b{text-align:center;}/* Start custom CSS *//* Texto ligero y adaptable */
.texto-ajustable {
  font-family: "Calibri Light", Calibri, "Segoe UI", system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
  word-spacing: 0;
  line-height: 1.3;
  font-size: 15pt !important; /* MÓVIL por defecto */
}

/* Tablet vertical (≈ 10") */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .texto-ajustable { font-size: 14pt !important; }
}

/* Tablet horizontal */
@media (min-width: 900px) and (max-width: 1366px) and (orientation: landscape) {
  .texto-ajustable { font-size: 14pt !important; }
}

/* PC / escritorio */
@media (min-width: 1025px) {
  .texto-ajustable { font-size: 15pt !important; }
}/* End custom CSS */