.elementor-kit-6{--e-global-color-primary:#974315;--e-global-color-secondary:#788990;--e-global-color-text:#974315;--e-global-color-accent:#8D957E;--e-global-color-4731964:#F5F3EF;--e-global-typography-primary-font-family:"IvysPresto Display";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Semplicita Pro";--e-global-typography-secondary-font-size:1.12rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Semplicita Pro";--e-global-typography-text-font-size:1.3rem;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Semplicita Pro";--e-global-typography-accent-font-size:1.12rem;--e-global-typography-accent-font-weight:500;--e-global-typography-4e0dae1-font-family:"IvysPresto Display";--e-global-typography-4e0dae1-font-size:7.5rem;--e-global-typography-4e0dae1-font-weight:300;background-color:var( --e-global-color-4731964 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h2{font-family:"IvysPresto Display", Sans-serif;font-size:1.9rem;font-weight:300;}.elementor-kit-6 h3{font-family:"Semplicita Pro", Sans-serif;font-size:1.12rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--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:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-kit-6 h2{font-size:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Arial:Arial; --Terracota:#974315; --CREAM:#F5F3EF; --SemplicitaPro:Semplicita Pro; --Stormy:#788990; }
/* Start custom CSS */.cont-boton {
  position: relative;
}

.cont-boton::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #984216;
  transition: width 0.5s ease;
}

.cont-boton:hover::after {
  width: 100%;
}
.borde-animado::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #984216;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.borde-animado.visible::before {
  width: 100%;
}
```css
@font-face {
  font-family: 'SemplicitaPro';
  src: url('https://cursosarysa.es/wp-content/uploads/2026/05/SemplicitaPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.marquee-wrapper {
  background-color: #984216;
  overflow: hidden;
  padding: 18px 0;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-right: 40px;
}

.marquee-content a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'SemplicitaPro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: opacity 0.2s;
}

.marquee-content a:hover {
  opacity: 0.75;
  font-style: italic;
}

.marquee-content .sep {
  color: #ffffff;
  margin: 0 24px;
  font-family: 'SemplicitaPro', sans-serif;
  font-size: 24px;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
```/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IvysPresto Display';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://cursosarysa.es/wp-content/uploads/2026/05/IvyprestoDisplay-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'IvysPresto Display';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://cursosarysa.es/wp-content/uploads/2026/05/IvyprestoDisplay-ThinItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Semplicita Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cursosarysa.es/wp-content/uploads/2026/05/SemplicitaPro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Semplicita Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://cursosarysa.es/wp-content/uploads/2026/05/SemplicitaPro-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Semplicita Pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://cursosarysa.es/wp-content/uploads/2026/05/SemplicitaPro-Italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */