.elementor-kit-7{--e-global-color-primary:#ABB098;--e-global-color-secondary:#5A5F54;--e-global-color-text:#3D3D3D;--e-global-color-accent:#525C53;--e-global-color-2aaa80f:#F7F7F7;--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:21px;--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:bold;color:var( --e-global-color-text );font-family:"EB Garamond", mono;font-size:20px;line-height:30px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:300ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:#FFFFFF;}.elementor-kit-7 a{color:var( --e-global-color-text );font-size:18px;font-weight:normal;line-height:21px;}.elementor-kit-7 a:hover{color:var( --e-global-color-text );font-weight:normal;text-decoration:none;}.elementor-kit-7 h1{font-family:"director", mono;font-size:48px;}.elementor-kit-7 h2{font-family:"director", mono;font-size:36px;line-height:42px;}.elementor-kit-7 h3{font-family:"director", mono;font-size:24px;line-height:28px;}.elementor-kit-7 h4{font-family:"director", mono;font-size:16px;}.elementor-kit-7 h5{font-family:"director", mono;font-size:14px;}.elementor-kit-7 h6{font-family:"director", mono;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:21px;--e-global-typography-text-font-size:18px;}.elementor-kit-7 a{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Esto ayuda al navegador a calcular el salto de anclaje más rápido */
html {
    scroll-behavior: smooth;
}

/* Evitamos que las secciones "salten" mientras cargan */
section, .elementor-section {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
}

/* 1. CUERPO DE LA CHARLA */
#mi-texto-insta {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    
    /* Por defecto para monitores grandes (Desktop 1920px) */
    -webkit-line-clamp: 9 !important; 
}

/* Ajuste fino para Portátiles (Pantallas menores a 1440px de ancho) */
@media (max-width: 1440px) {
    #mi-texto-insta {
        /* Reducimos a 5 líneas para que no genere scroll vertical */
        -webkit-line-clamp: 7 !important; 
    }
}

/* 2. FIRMA DEL AUTOR (1 línea) */
#firma-hashtag {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* 3. CONFIGURACIÓN DE SCROLL HORIZONTAL (MAINCO) */
@media (min-width: 1025px) {
  .elementor-element.mainco {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important; 
    
    /* Snap para evitar rebote agresivo */
    scroll-snap-type: x proximity; 
    
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh; 
    box-sizing: border-box;
    scroll-behavior: smooth;
    
    /* Evita el rebote en los bordes */
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
  }

  .elementor-element.mainco > .elementor-element.horz {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    height: 100% !important;
    scroll-snap-align: start;
    scroll-snap-stop: normal; 
    box-sizing: border-box;
  }

  /* Ocultar scrollbars */
  .mainco::-webkit-scrollbar { display: none; }
  .mainco { -ms-overflow-style: none; scrollbar-width: none; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'director';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-Regular.woff2') format('woff2'),
		url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-Regular-1.woff') format('woff'),
		url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'director';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-Bold.woff2') format('woff2'),
		url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-Bold.woff') format('woff'),
		url('https://clubdelavidabuena.org/wp-content/uploads/2026/02/Director-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */