.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9F5F2;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 1025px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* INICIO de la Bandera LGTBI+ con tooltips */
.bandera {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 100vh;
  display: flex;
  flex-direction: row;
  z-index: 9999;
  pointer-events: auto;
}

.franja {
  flex: 1;
  height: 100%;
  display: block;
  position: relative;
  transition: background 0.3s ease;
}

.rojo    { background: #FFADAD; }
.naranja { background: #FFD6A5; }
.amarillo{ background: #FDFFB6; }
.verde   { background: #CAFFBF; }
.azul    { background: #A0C4FF; }
.violeta { background: #BDB2FF; }

/* Hover con acento */
.rojo:hover    { background: #ff7b7b; }
.naranja:hover { background: #ffb347; }
.amarillo:hover{ background: #ffff6b; }
.verde:hover   { background: #8ef58b; }
.azul:hover    { background: #7ab8ff; }
.violeta:hover { background: #9f91ff; }

/* Tooltip contenedor */
.tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: auto;
  min-height: 200px;
  padding: 40px 40px 30px 40px;
  padding-top: 70px;
  border-radius: 24px;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 10001;
  background-color: #fff;
  border: 3px solid #404040;
  box-shadow: 3px 5px 0 #404040;
  font-size: 16px;
  color: #364057;
  line-height: 1.6;
}

/* Mostrar tooltip en hover */
.franja:hover .tooltip {
  opacity: 1;
}

/* Fondo del tooltip por franja */
.rojo .tooltip    { background-color: #FFADAD; color: #404040; }
.naranja .tooltip { background-color: #FFD6A5; color: #404040; }
.amarillo .tooltip{ background-color: #FDFFB6; color: #404040; }
.verde .tooltip   { background-color: #CAFFBF; color: #404040; }
.azul .tooltip    { background-color: #A0C4FF; color: #404040; }
.violeta .tooltip { background-color: #BDB2FF; color: #404040; }

/* Etiqueta - Mollica */
.tooltip-label {
  position: absolute;
  top: 35px;
  left: 40px;
  font-family: "MollicaVF", "Mollica", sans-serif !important;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #404040;
}

/* Título - New Spirit */
.tooltip h3 {
  font-family: "New Spirit", Sans-serif !important;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -1.6px;
  position: relative;
  color: #404040;
  margin-top: 25px;
}

.tooltip h3::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 40%;
  height: 2px;
  color: #404040;
  background-color: #404040;
}

/* Descripción - Fraunces */
.tooltip p {
  font-family: "Fraunces 72pt", Sans-serif !important;
  font-size: 21px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #404040;
  text-align: left;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Icono */
.tooltip-icon {
  position: absolute;
  top: 35px;
  right: 28px;
  width: 21px;
  height: auto;
  opacity: 1;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 600px) {
  .bandera {
    width: 40px; /* reduce ancho de la bandera */
  }

  .tooltip {
    width: 90vw;
    max-width: 90vw;
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    font-size: 15px;
  }

  .tooltip-label {
    top: 20px;
    left: 24px;
    font-size: 12px;
  }

  .tooltip h3 {
    font-size: 20px;
  }

  .tooltip h3::after {
    margin-top: 10px;
    width: 40%;
  }

  .tooltip p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.5;
  }

  .tooltip-icon {
    top: 16px;
    right: 16px;
    width: 24px;
    opacity: 0.15;
  }
}

@font-face {
  font-family: 'Mollica';
  src: url('https://infolgtbi.org/wp-content/uploads/MollicaVF.woff2') format('woff2'),
       url('https://infolgtbi.org/wp-content/uploads/MollicaVF.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 1024px) {
  .bandera {
    display: none !important;
  }
}

/* FIN */

.truncado-titulo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.truncado-descripcion {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}

.truncado-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 70%;
}

.url-truncada {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%; /* o fija, si necesitas un ancho específico */
}

.link-alt {
  color: #fffbf5;
  text-decoration: none !important;
  background-color: #404040;
  padding: 0px 8px 0px 8px;
  border-radius: 40px;
  display: inline-block;
}

.link-alt:hover {
  color: #fffbf5;
  background-color: #5a5a5a;
}

/* Texto justificado con guiones */
.guiones {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}/* End custom CSS */