.elementor-kit-5{--e-global-color-primary:#122E4A;--e-global-color-secondary:#F4EFEB;--e-global-color-text:#5E6B75;--e-global-color-accent:#E8B24D;--e-global-color-a7df640:#F6F1EB;--e-global-color-3d1d688:#FFFFFF;--e-global-color-603121f:#0B253B;--e-global-color-0b2e40a:#0F2F4A8C;--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:var( --e-global-color-a7df640 );color:#5E6B75;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.6px;letter-spacing:0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-weight:500;text-decoration:none;}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:56px;font-weight:500;line-height:1.15px;letter-spacing:-0.5px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:42px;font-weight:500;line-height:1.2px;letter-spacing:-0.3px;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;line-height:1.3px;}.elementor-kit-5 h4{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-5 h5{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-5 h6{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;}.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);}.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: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 */.plano-modal{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  display: none;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,.65);
  z-index: 999999;

  margin: 0 !important;
  padding: 0 !important;
}

/* Visible */
.plano-modal.is-open{
  display: flex;
}

/* Caja interna */
.modal-plano__box{
  position: relative;
  width: min(64rem, 92vw);
  max-height: 90vh;

  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;

  overflow: auto;
}

/* Imagen */
.modal-plano__box img{
  width: 100%;
  height: auto;
  display: block;
}

.footer-links a{
  color:#12324F;
  text-decoration:none;
}
.footer-links a:hover{
  opacity:.7;
}

.footer-links a::before{
  content:"›";
  margin-right:.5rem;
  opacity:.6;
}


.site-footer{
  border-top: 1px solid rgba(0,0,0,.05);
}

html{
  scroll-behavior: smooth;
}

section[id],
div[id]{
  scroll-margin-top: 6rem;
}/* End custom CSS */