.elementor-kit-24{--e-global-color-primary:#071317;--e-global-color-secondary:#798589;--e-global-color-text:#798589;--e-global-color-accent:#F3F3F3;--e-global-color-a937fda:#FFFFFF;--e-global-color-8c5a0d3:#02010100;--e-global-typography-primary-font-family:"Book";--e-global-typography-primary-font-size:3.583rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.573px;--e-global-typography-secondary-font-family:"Book";--e-global-typography-secondary-font-size:2.986rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-0.478px;--e-global-typography-text-font-family:"Medium";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:-0.192px;--e-global-typography-accent-font-family:"Book";--e-global-typography-accent-font-size:2.488rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.1em;--e-global-typography-accent-letter-spacing:-0.398px;--e-global-typography-a0ced56-font-family:"Book";--e-global-typography-a0ced56-font-size:2.074rem;--e-global-typography-a0ced56-line-height:1.1em;--e-global-typography-a0ced56-letter-spacing:-0.332px;--e-global-typography-ce7b7b9-font-family:"Book";--e-global-typography-ce7b7b9-font-size:1.728rem;--e-global-typography-ce7b7b9-line-height:1.1em;--e-global-typography-ce7b7b9-letter-spacing:-0.276px;--e-global-typography-8bd34e3-font-family:"Book";--e-global-typography-8bd34e3-font-size:1.44rem;--e-global-typography-8bd34e3-line-height:1.1em;--e-global-typography-8bd34e3-letter-spacing:-0.23px;--e-global-typography-4bd3901-font-family:"Book";--e-global-typography-4bd3901-font-size:1.2rem;--e-global-typography-4bd3901-line-height:1.1em;--e-global-typography-4bd3901-letter-spacing:-0.192px;--e-global-typography-390df3f-font-family:"Medium";--e-global-typography-390df3f-font-size:0.833rem;--e-global-typography-390df3f-font-weight:400;--e-global-typography-390df3f-line-height:1.4em;--e-global-typography-390df3f-letter-spacing:-0.133px;--e-global-typography-bf014d9-font-family:"Medium";--e-global-typography-bf014d9-font-size:0.694rem;--e-global-typography-bf014d9-font-weight:400;--e-global-typography-bf014d9-line-height:1.4em;--e-global-typography-bf014d9-letter-spacing:-0.111px;--e-global-typography-90825e2-font-family:"Book";--e-global-typography-90825e2-font-size:1rem;--e-global-typography-90825e2-font-weight:600;--e-global-typography-90825e2-line-height:1.4em;--e-global-typography-90825e2-letter-spacing:-0.16px;--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:500ms;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-24 e-page-transition{background-color:var( --e-global-color-a937fda );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}}@media(max-width:767px){.elementor-kit-24{--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:1.786rem;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:1rem;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:1.594rem;--e-global-typography-accent-line-height:1.1em;--e-global-typography-a0ced56-font-size:1.424rem;--e-global-typography-a0ced56-line-height:1.1em;--e-global-typography-ce7b7b9-font-size:1.271rem;--e-global-typography-ce7b7b9-line-height:1.1em;--e-global-typography-8bd34e3-font-size:1.135rem;--e-global-typography-8bd34e3-line-height:1.1em;--e-global-typography-4bd3901-font-size:1.013rem;--e-global-typography-4bd3901-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85vw;}.e-con{--container-max-width:85vw;}}/* Start custom CSS *//* ===========================
   GLOBAL CAP 85vw → ≤ 1920px
   Para Elementor Flex Containers
   =========================== */

/* 1) Contenedores “boxed”: limitamos el ancho del contenido,
      y NO tocamos los full width */
.e-con:not(.e-con--full, .e-con-full) > .e-con-inner {
  /* En escritorio normal: 85vw
     En pantallas muy grandes: tope 1920px */
  width: min(85vw, 1920px);
  margin-inline: auto;
  box-sizing: border-box;
}

/* 2) Si por cualquier motivo un contenedor “full” lleva inner,
      asegúrate de que siga 100% (no lo limites) */
.e-con.e-con--full > .e-con-inner,
.e-con.e-con-full > .e-con-inner {
  width: 100%;
  max-width: none;
}

/* 3) Sobrescribe estilos INLINE de Elementor con width:85vw
      (caso típico cuando lo has puesto en el widget/contendor) */
.e-con[style*="width:85vw"],
.e-con[style*="width: 85vw"],
.e-con-inner[style*="width:85vw"],
.e-con-inner[style*="width: 85vw"],
.elementor-widget-container[style*="width:85vw"],
.elementor-widget-container[style*="width: 85vw"] {
  width: min(85vw, 1920px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  flex: 0 1 auto !important;      /* evita que Flex estire más allá del max */
  align-self: center !important;  /* centra en contenedores flex */
}

/* 4) Fallback extra: en viewports > 1920px,
      CAPA cualquier ancho en vw dentro de contenedores no-full.
      (Ayuda si algún widget genera otras variantes con vw) */
@media (min-width: 1921px) {
  .e-con:not(.e-con--full, .e-con-full) *[style*="width:vw"] {
    max-width: 1920px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    flex: 0 1 auto !important;
  }
}

@media (max-width: 768px) {
    .allow-full,
    .allow-full > .e-con-inner {
      width: 100% !important;
      max-width: none !important;
    }
}

p:last-child {
    margin-bottom: 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Book';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.eot');
	src: url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.eot?#iefix') format('embedded-opentype'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.woff2') format('woff2'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.woff') format('woff'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.ttf') format('truetype'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Book.svg#Book') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Medium';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.eot');
	src: url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.woff2') format('woff2'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.woff') format('woff'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.ttf') format('truetype'),
		url('https://andreadrio.com/wp-content/uploads/2025/11/PPNeueMontreal-Medium.svg#Medium') format('svg');
}
/* End Custom Fonts CSS */