.elementor-1759 .elementor-element.elementor-element-3cd456f6{margin-top:0px;margin-bottom:0px;}.elementor-1759 .elementor-element.elementor-element-d194a26{--spacer-size:25px;}.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-1759 .elementor-element.elementor-element-2df6fde{margin:0px 40px calc(var(--kit-widget-spacing, 0px) + 0px) 40px;text-align:center;}.elementor-1759 .elementor-element.elementor-element-2df6fde .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;text-transform:uppercase;color:#537468;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1759 .elementor-element.elementor-element-5f5225e4{margin:20px 40px calc(var(--kit-widget-spacing, 0px) + 20px) 40px;font-family:"Roboto", Sans-serif;font-weight:400;color:#537468;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:45px;height:45px;z-index:9999;opacity:1;background-color:#FFFCFC;border-radius:9px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:28px;color:#61CE70;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:28px;height:28px;fill:#61CE70;}/* Start custom CSS for text-editor, class: .elementor-element-5f5225e4 *//* Justifica el texto, pero SIN partir palabras */
.texto-justificado {
  text-align: justify;
  text-justify: inter-word;   /* distribuye espacios entre palabras */
  line-height: 1.6;
}

/* Mantén h3 sin justificar (ajústalo si lo quieres centrado) */
.texto-justificado h3 {
  text-align: left;
}

/* Clave: NO separar palabras normales con guión */
.texto-justificado p,
.texto-justificado li,
.texto-justificado span {
  hyphens: none;              /* estándar */
  -webkit-hyphens: none;      /* Safari/Chrome */
  -ms-hyphens: none;          /* Edge/IE antiguos */
  word-break: normal;         /* no rompas palabras */
  overflow-wrap: break-word;  /* sólo rompe si es MUY largo (URLs) */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://petlatdigital.com/wp-content/uploads/2025/10/Roboto-VariableFont_wdthwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */