.elementor-kit-10{--e-global-color-primary:#5D3E96;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#5D3E96;--e-global-typography-primary-font-family:"Roboto Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Schibsted Grotesk";--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;--e-global-typography-b069913-font-family:"Georgia";--e-global-typography-b069913-font-size:14px;background-color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Helvetica", Sans-serif;}.elementor-kit-10 h2{font-family:"Helvetica", Sans-serif;}.elementor-kit-10 h3{font-family:"Helvetica", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:920px;}.e-con{--container-max-width:920px;}.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);}.elementor-lightbox{background-color:#000000;}.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 *//* ================================
   TIPOGRAFÍA GLOBAL + BASE STYLES
   ================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700;800&display=swap');

:root {
  --color-primary: #5d3e96;
  --color-primary-dark: #462d73;
  --color-accent: #ffb400;
  --color-text: #111;
  --color-text-light: #555;
  --color-bg: #fff;
  --font-body: "Inter", sans-serif;
  --font-heading: "Montserrat", sans-serif;
}

/* Base reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body & text */
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0.5px;
  line-height: 1.2;
}

h1 { font-size: 3rem; }       /* 48px */
h2 { font-size: 2.25rem; }    /* 36px */
h3 { font-size: 1.75rem; }    /* 28px */
h4 { font-size: 1.25rem; }    /* 20px */
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: 1.2em;
  color: var(--color-text-light);
}

/* Links */
a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--color-primary-dark);
}

/* Buttons */
button,
input[type="submit"],
.btn,
.elementor-button {
  display: inline-block;
  background: var(--color-primary);
  color: #fff !important;
  font-family: var(--font-heading);
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
}
button:hover,
input[type="submit"]:hover,
.btn:hover,
.elementor-button:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
}

/* Section spacing */
section {
  padding: 80px 20px;
}

/* Section titles */
.section-title {
  position: relative;
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Footer */
footer {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #aaa;
  background: #000;
  text-align: center;
  padding: 30px 15px;
}

/* Responsive typography */
@media (max-width: 992px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
}
@media (max-width: 768px) {
  body { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
}

/* ================================
   SLIDER (alineación al borde izq.)
   ================================ */
.elementor-slide-content,
.swiper-slide-contents,
.elementor-slide-inner {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left !important;
  height: 100%;
  width: 100%;
  margin: 0;
  padding-left: 40px; /* margen desde el borde izquierdo */
  box-sizing: border-box;
}

/* Slider titles */
.elementor-slide-heading {
  font-size: 42px !important;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff !important;
}

/* Slider description */
.elementor-slide-description {
  font-size: 18px !important;
  margin-bottom: 20px;
  max-width: 600px;
  color: #fff !important;
}

/* Slider button */
.elementor-slide-button {
  background: var(--color-primary) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.elementor-slide-button:hover {
  background: var(--color-primary-dark) !important;
}

/* Mobile (centrado en sliders) */
@media (max-width: 768px) {
  .elementor-slide-content,
  .swiper-slide-contents,
  .elementor-slide-inner {
    align-items: center !important;
    text-align: center !important;
    padding: 0 20px;
  }
  .elementor-slide-heading { font-size: 28px !important; }
  .elementor-slide-description { font-size: 16px !important; }
  .elementor-slide-button {
    padding: 12px 28px !important;
    font-size: 15px;
  }
}

/* Ocultar flechas de navegación en móviles */
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next,
  .elementor-swiper-button-prev,
  .elementor-swiper-button-next {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* ================================
   SPORTS PRESS FIX (ocultar sponsors)
   ================================ */
.sp-footer-sponsors,
.sp-sponsors,
.sp-sponsors-wrap {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */