.elementor-kit-21{--e-global-color-primary:#000A12;--e-global-color-secondary:#D4AF37;--e-global-color-text:#2E2E2E;--e-global-color-accent:#B22234;--e-global-color-7f24b48:#1E3A5F;--e-global-color-15597c0:#F5F5F5;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:capitalize;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-21 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-21 h1{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-21 h2{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-21 h3{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-21 h4{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:22px;font-weight:600;}.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 *//* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --font-display: 'Playfair Display', serif;
  --font-body: 'Manrope', sans-serif;
}

/* TITULOS */
h1 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

/* TEXTO */
body, p {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.small, small {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* BOTONES */
.btn-primary,
.elementor-button {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
}/* End custom CSS */