:root {
  tx-content-width: 72rem;
  --matx-content-gutter: 1rem;
  --matx-flow-space: 1rem;
  --primario: #001EEF;
  --secundario: #64FCA4;
  --linea-azul-20op:rgba(0, 30, 239, 0.2);
  --gris01: #212121;
  --gris02: #FAFAFA;
  --fs160: clamp(75px, 7.5vw, 145px);
  --fs120: clamp(64px, 6.25vw, 120px);
  --fs96: clamp(48px, 6vw, 96px);
  --fs72: clamp(36px, 3.75vw, 72px);
  --fs64: clamp(36px, 3.33vw, 64px);
  --fs48: clamp(32px, 2.5vw, 48px);
  --fs36: clamp(24px, 1.875vw, 36px);
  --fs32: clamp(24px, 1.6vw, 32px);
  --fs24: clamp(20px, 24px, 24px);
  --fs20: clamp(18px, 20px, 20px);
  --fs18: clamp(16px, 18px, 18px);
  --fs16: clamp(14px, 16px, 16px);
  --fs14: clamp(14px, 14px, 14px)
}

@font-face {
  font-family: 'Theinhardt Pan';
  src: url("../fonts/Theinhardt-Pan-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Theinhardt Pan';
  src: url("../fonts/Theinhardt-Pan-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
  font-family: 'Theinhardt Pan', sans-serif !important;
}
html, body {
  margin: 0;
  padding: 0
}
html {scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.fs160,
.fs160 h,
.fs160 h2 {
	font-size: var(--fs160) !important
}
.fs120, .fs120 * { font-size: var(--fs120) !important }
.fs96, .fs96 * { font-size: var(--fs96) !important }
.fs72, .fs72 * { font-size: var(--fs72) !important }
.fs64 { font-size: var(--fs64) !important }
.fs48, .fs48 h3 { font-size: var(--fs48) !important }
.fs36 { font-size: var(--fs36) !important }
.fs32 { font-size: var(--fs32) !important }
.fs24 { font-size: var(--fs24) !important }
.fs20 { font-size: var(--fs20) !important }
.fs18 { font-size: var(--fs18) !important }
.fs16 { font-size: var(--fs16) !important }
.fs14 { font-size: var(--fs14) !important }
.op60 { opacity: 0.6 }

.matx-container {
	width: min(100%, var(--matx-content-width));
	margin-inline: auto;
	padding-inline: var(--matx-content-gutter);
	box-sizing: border-box;
}

.matx-flow > * + * {
	margin-block-start: var(--matx-flow-space);
}

.matx-fallback {
	padding-block: 2rem 3rem;
}

.matx-fallback img {
	max-width: 100%;
	height: auto;
}

.matx-entry__title {
	margin: 0;
}

.matx-entry__content > :first-child,
.matx-empty > :first-child {
	margin-block-start: 0;
}

.verde,
.texto-secundario {
  color: var(--secundario) !important
}
.texto-blanco {
  color: #fff !important
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}

.mt100 {
  margin-top: 100px
}
.mb80 {
	margin-bottom: clamp(30px, 4.1667vw, 80px)
}

.border-top {
  border-top: 1px solid var(--primario)
}
.border-opacity-20 {
  border-top: 1px solid var(--linea-azul-20op)
}
.border-left-opacity-20 {
  border-left: 1px solid var(--linea-azul-20op)
}

.height-100 { height: 100% }

/* BUTTONS */
.button-atom {
  --text: #ffffff;
  --background-color: var(--primario);
  --font-size: 18px;
  --duration: 0.25s;
  --font-shadow: var(--font-size);
  display: flex !important;
  padding: 0 32px;
  height: 46px;
  border-radius: 24px !important;
  background: var(--background-color) !important;
  color: var(--text) !important;
  text-decoration: none;
  font-size: var(--font-size) !important;
  line-height: var(--font-size) !important;
  white-space: nowrap;
  font-weight: 300 !important;
}
.button-atom .button-atom__text {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
}
.button-atom .button-atom__text span {
  display: block;
  transform: translateY(0) translateZ(0);
  transition: transform var(--duration) ease;
  transition-delay: calc(var(--index) * 0.015s);
}
.button-atom:hover .button-atom__text span {
  transform: translateY(calc(var(--font-size) * -1)) translateZ(0);
}
.button-secundario .button-atom,
.button-secundario {
	--background-color: var(--secundario) !important;
	--text: var(--primario) !important;
}
.button-white .button-atom {
	background: #fff !important;
	--text: var(--primario) !important;
	border: 1px solid var(--primario) !important
}


/* HEADER */
#header-menu {
	padding: 0;
}
#header-menu .section-container {
	padding: 0;
	height: fit-content;
	height: 0;
}
body.scroll .top-header .logo-header-scroll,
body.scroll .top-header .top-header-menu {
	opacity: 0;
	transition: all 0.3s
}
.top-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.top-header-menu {
	height: 45px;
	align-items: center;
}
.top-header-menu a {
	transition: all 0.2s
}
.top-header-menu a:hover {
	color: var(--secundario) !important;
	opacity: 1 !important
}

.mega-menu {
  position: fixed !important;
  top: -100svh;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 999;
  transition: top 0.45s ease;
} 
#header-menu:has(.menu-open){
	background-color: var(--primario)
}
.mega-menu .section-container {
	justify-content: space-between;
}
.mega-menu .section-container::before,
 .hero-col-2::before {
	content: '';
	height: calc(100svh - 40px);
	width: 100vw;
	z-index: 0;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1211.323" height="1096.874" viewBox="0 0 1211.323 1096.874"><g id="Grupo_479" data-name="Grupo 479" transform="translate(1407.798 23507.967)"><path id="Unión_1" data-name="Unión 1" d="M0,1095.874,288.54,545.639,0,0H316.3L604.826,547.695,893.362,0h316.3L921.123,545.632l288.54,550.235h-316.3L604.83,547.744,316.3,1095.874Z" transform="translate(-1406.968 -23507.467)" fill="none" stroke="%2364fca4" stroke-width="1"/></g></svg>');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center
}
.logo-header-scroll {
	position: fixed;
	z-index: 999;
	width: 117px;
	left: 4.16vw;
	top: 40px;
	transition-delay: 1s
}
.mega-menu a.breakdance-link {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 0;
}
.mega-menu a.breakdance-link::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--secundario);
  transition: opacity 300ms, transform 300ms;
}
.mega-menu a.breakdance-link:hover {
	color: var(--secundario)
}
.mega-menu a.breakdance-link:hover::after {
  transform: translate3d(0, 0, 0);
}
 
 
.mega-menu-s2 {
	gap: 9px;
	height: 100%;
    display: flex;
    justify-content: center;
}
.mega-menu-s3 {
	width: 100%;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between !important;
    align-items: flex-end !important;
}
.mega-menu-s3 .bde-div {
	margin-top: 0 !important
}
.mega-menu-s3 .enlaces-mail-rrss {
	flex-direction: row !important;
	align-items: flex-end !important;
	gap: clamp(40px, 7.85vw, 150px) !important
}
.mega-menu-s3 .enlaces-mail-rrss .links {
	gap: 10px
}
#header-menu .bde-code-block {
	z-index: 9999
}
.mega-menu.is-open {
  top: 0;
}
.mega-menu {
	background: var(--primario);
	height: 100svh;
	display: grid;
	grid-template-rows: 40px auto 100px;
	justify-content: flex-start;
	padding: 40px 4.16vw;
}

html.breakdance-animation-enabled:has(body.menu-open),
html.breakdance-animation-enabled body.menu-open {
  overflow: hidden !important;
}
.burger-icon {
  position: fixed;
  top: 40px;
  right: 4.16vw;
}
.hamburger {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 0;
  background: var(--gris01);
  border-radius: 4px;
  position: fixed;
  top: 40px;
  right: 4.16vw;
  transition: all 0.3s;
  z-index: 999;
}
.hamburger:hover {
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0,  0.4);
}
.hamburger a.main-nav-toggle {
  display: flex;
  width: 40px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  flex-direction: column;
}
.hamburger a.main-nav-toggle:after,
.hamburger a.main-nav-toggle:before {
  content: "";
  position: absolute;
  top: 15px;
  height: 0;
  border-bottom: 1px solid #fff;
  width: 12px;
  left: 15px;
  right: 15px;
  transition: all ease-out 0.3s;
}
.hamburger a.main-nav-toggle:after {
  bottom: 14px;
  top: unset;
}
.hamburger a.main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
  background-color: #fff;
  width: 12px;
  position: absolute;
  top: 50%;
  transition: all ease-out 0.1s;
  left: 15px;
}
.hamburger a.main-nav-toggle.active-menu:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger a.main-nav-toggle.active-menu:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger a.main-nav-toggle.active-menu i {
  opacity: 0;
}
.menu-open .hamburger {
  background-color: #fff
}
.menu-open .hamburger a.main-nav-toggle:after,
.menu-open .hamburger a.main-nav-toggle:before {
  border-color: var(--gris01);
  opacity: 1;
}
.menu-open .top-header-menu {
  opacity: 0;
}



/* TICKER HOME SCROLL */
#logos-home {
  --ticker-height: 80px;
  --ticker-gap: 40px;
  --ticker-speed: 30s;

  overflow: hidden;
  width: 100%;
  position: relative
}
#logos-home::before,
#logos-home::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 150px;
	height: var(--ticker-height);
	background: linear-gradient(to right, var(--primario) 0%, transparent 100%);
}
#logos-home::after {
	left: unset;
	right: 0;
	transform: rotate(180deg)
}

#logos-home .ee-gallery {
  display: flex;
  width: max-content;
  gap: var(--ticker-gap);
  animation: ticker-scroll var(--ticker-speed) linear infinite;
  will-change: transform;
}

#logos-home .ee-gallery-item {
  flex-shrink: 0;
}

#logos-home .ee-gallery-item-figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#logos-home .ee-gallery-item-figure .breakdance-image-object {
  display: block;
  height: var(--ticker-height);
  width: auto;
  object-fit: contain;
  position: relative;
}

@keyframes ticker-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}


@media (prefers-reduced-motion: reduce) {
  #logos-home .ee-gallery {
    animation-play-state: paused;
 }
}

/* HOME */
.home #hero-paginas {
	display: flex
}
.home #hero-paginas .section-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: 100svh;
	align-items: center;
}
.home #hero-paginas .slider {
	position: absolute;
	bottom: 60px;
}
/* BLOQUE 2 COLS  - HOVER */
.home-2col .heading {
	margin-bottom: clamp(30px, 3.125vw, 60px)
}
.home-2col .container {
	padding: 0;
	margin: clamp(10px, 25px,30px);
	position: relative
}
.home-2col .icon-container {
    border: none !important;
    padding: 0;
}
.home-2col .texto-container * {
	color: var(--primario) !important
}
.home-2col .bloque-hover .texto-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    min-height: auto;
    transform: translateY(calc(100% - 60px));
    transition: transform 0.6s ease-in-out;
}
.bloque-hover .texto-container p {
	opacity: 0;
	transition: all 0.3s;
	transition-delay: 0.3s
}
.bloque-hover:hover .texto-container {
  transform: translateY(0);
}
.bloque-hover:hover .texto-container p {
	opacity: 1
}
.home-2col .bloque-hover .bde-image2 {
    width: 100%;
    margin: 0;
}

.cursor-cta {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;

    /* Pill dimensions */
    width: 163px;
    height: 37px;
    border-radius: 999px;
    background: var(--secundario);
    overflow: hidden;

    transform: translate(-50%, -50%) scale(0);
    opacity: 0;

    transition:
      transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease;

    display: flex;
    align-items: center;
  }

  .cursor-cta.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  /* ─── MARQUEE INTERIOR ─── */
  .marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee-scroll 20s linear infinite;
    animation-play-state: paused;
  }

  .cursor-cta.is-active .marquee-track {
    animation-play-state: running;
  }

  .marquee-track span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--primario);
    padding: 0 1em;
  }

  .marquee-track span::after {
    content: '';
    margin-left: 1em;
    opacity: 0.4;
  }

  @keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* ─── OCULTAR CURSOR NATIVO SOLO EN ITEMS ─── */
  .nav-item {
    cursor: none;
  }

body.home .section-icons .bde-globalblock:has(.batera-better) {
	position: absolute;
	bottom: 30px
}

.section-trama-home {
	
}
.section-trama-home .section-background-overlay {
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat
}
.section-trama-home .section-background-overlay::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--secundario) 0%, rgba(255, 255, 255, 0) 100%);
}
.section-trama-home .col2 p {
	line-height: 1.25
}



/* HERO PÁGINAS CONTENIDO */
.hero-top-heading {
	margin: 0 0 30px !important;
	gap: 15px
}
.hero-top-heading .bde-icon {
	background-color: var(--secundario);
	border-radius: 6px;
	width: 56px;
	height: 56px;
	align-items: center;
    justify-content: center;
}
.hero-top-heading .bde-icon svg {
	width: 30px !important;
	height: auto
}
.hero-top-heading .bde-icon svg path {
	stroke: var(--primario) !important
}
.hero-top-heading * {
	text-transform: uppercase !important
}
.hero-col-2::before {
	background-size: contain;
  z-index: 0;
}
.hero-col-2 .hero-media-container {
  max-width: 28.125vw !important;
}
.hero-col-2 .hero-media-container img {
  border-radius: 8px;
}
.hero-col-2 .hero-media-container::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	background: linear-gradient(90deg,rgba(0, 30, 239, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-green-pattern {
  position: absolute;
  bottom: 10%;
  right: 0;
}
.hero-top-heading .texto-secundario {
  font-size: 16px;
  text-transform: uppercase;
}


/* CREDITOS FISCALES */
.mascara-logo-01 {
  mask-image: url(/wp-content/uploads/2026/04/icono-azul-mitad.svg);
  mask-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

/* BLOQUE 3 COLS imagen hover texto */
.bloque-hover .bde-image2 {
  position: relative;
  z-index: 2;
  width: 40px;
}
.bloque-hover .row01 {
  padding: 30px 30px 0;
  z-index: 99;
}
.bloque-hover .texto-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: auto;
  padding: 40px;
  transform: translateY(calc(100% - 135px));
  transition: transform 0.6s ease-in-out;
}
.bloque-hover:hover .texto-container {
  transform: translateY(0);
}

/* Tipografía */
.bloque-hover .texto-container h2 {
  font-size: var(--fs48);
  color: #fff;
  margin: 0;
}
.bloque-hover .texto-container p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 15px
}


/* QUIÉNES SOMOS */
#equipo .section-container {
  z-index: 9;
}
.section-equipo::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1076.775" height="975" viewBox="0 0 1076.775 975"><path id="Unión_8" data-name="Unión 8" d="M793.988,974,537.557,486.821,281.127,974H0L256.442,484.947,0,0H281.127l256.43,486.776L793.988,0h281.127L818.673,484.947,1075.115,974Z" transform="translate(0.83 0.5)" fill="none" stroke="%23001eef" stroke-miterlimit="10" stroke-width="1" opacity="0.15"/></svg>');
	z-index: 1;
	background-size: 59%;
	background-position: center;
	background-repeat: no-repeat
}
.persona-container .bde-rich-text {
	padding: 30px 10px
}
.persona-container .bde-rich-text p {
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 1.2
}
.persona-container .bde-rich-text strong {
	font-size: var(--fs24);
	font-weight: 400;
	line-height: 1.2
}
.persona-container .bde-icon {
	margin: 0 10px;
}
.section-highlights .highlight-container {
	border-top: 1px solid var(--linea-azul-20op);
	padding: clamp(20px, 30px, 30px)
}
.section-highlights .highlight-number {
	font-size: var(--fs14) !important;
	font-weight: 300;
}
.section-highlights h3 {
	font-size: var(--fs72) !important;
	font-weight: 300;
	margin: 0
}
.section-highlights .fs48 h3 {
	font-size: var(--fs48) !important;
}
.section-highlights p {
	font-size: var(--fs20) !important;
	font-weight: 300;
	margin: 0
}


/* ACORDEÓN */
.acordeon-container .bde-accordion__title {
	font-size: var(--fs24);
}
.bde-accordion__panel-content p {
	font-size: var(--fs18);
	font-weight: 300;
	line-height: 1.23
}
.acordeon-container .bde-accordion {
	gap: 30px
}
.bde-accordion__content-wrapper {
	background: #fff;
	border-radius: 8px
}
.acordeon-container .bde-accordion__button {
	padding: 30px !important
}
.acordeon-container .bde-accordion__panel-content {
	padding: 0 30px 30px !important
}
.bde-accordion__icon.bde-accordion__icon--default {
	background: var(--secundario) !important;
	mask-image: unset;
    -webkit-mask-image: unset;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	transform: none !important
}
.bde-accordion__icon.bde-accordion__icon--default::before,
.bde-accordion__icon.bde-accordion__icon--default::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: var(--primario);
	position: absolute;
	top: 13px;
	left: 18px;
	transition: all var(--bde-transition-duration) ease;
}
.bde-accordion__icon.bde-accordion__icon--default::before {
	transform: rotateZ(90deg);
}
.bde-accordion__content-wrapper.is-active .bde-accordion__icon.bde-accordion__icon--default::after {
	transform: rotateZ(90deg);
}


/* ICONS CONTAINER */
.section-icons .left .bde-globalblock {
	position: absolute;
	left: 0;
	bottom: 30px
}
.icon-container {
	border-bottom: 1px solid var(--linea-azul-20op);
	width: 100%;
	padding: 30px 0
}
.icon-container:last-child {
	border-bottom: none
}
.icon-container .bde-icon {
	width: 40px !important;
	height: 40px !important;
	border-radius: 8px;
	background-color: var(--primario)
}
.icon-container .bde-icon-icon {
	width: 100%;
	justify-content: center;
}
.icon-container .bde-icon svg {
	fill: #fff !important;
	width: 22px !important
}
.icon-container h4 {
  font-size: var(--fs36) !important;
  margin: 3px 0 15px !important;
}
.icon-container p {
  font-size: var(--fs20) !important;
  font-weight: 300;
  margin: 0 !important
}
.primary-background-icon .bde-icon-icon {
	width: 40px !important;
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.primary-background-icon * {
	font-size: 21px !important;
}



/* NUMBERS */
.section-numeros .section-container {
	display: grid !important;
	grid-template-columns: repeat(12, 1fr) !important;
	grid-gap: 1.562vw
}
.section-numeros .section-container .left {
	grid-column: 1 / 5;
}
.section-numeros .section-container .right {
	grid-column: 5 / 13;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 2px
}
.text-white h3,
.text-white p {
  color: #fff !important
}
.bloque-number {
	border-radius: 8px;
	padding: clamp(20px, 40px, 40px)
}
.bloque-number .fs160 {
	display: grid !important;
	grid-template-columns: auto auto auto;
	margin: 30px 0 80px
}
.bloque-number .fs160 * {
	font-weight: 300;
	font-size: var(--fs160)
}
.bloque-number .top-text {
	font-weight: 300;
	font-size: var(--fs16);
	text-transform: uppercase
}
.bloque-number .bottom-text {
	font-weight: 300;
	font-size: var(--fs20);
	line-height: 1.2
}


/* CONTACTO */
.sub-hero-contact .secundario-background-icon svg path {
	stroke: var(--primario);
}
.section-hero.contacto .hero-col-2 .hero-media-container::before {
	display: none
}
.section-hero.contacto .bde-form-builder {
	width: clamp(400px, 600px, 600px) !important;
	background-color: var(--gris02);
	border-radius: 8px;
	padding: 40px
}
.section-hero.contacto .bde-form-builder input {
	border-color: var(--linea-azul-20op);
	box-shadow: none !important;
}
.section-hero.contacto .bde-form-builder input:focus,
.section-hero.contacto .bde-form-builder input:focus-visible {
	border-color: var(--primario) !important;
	box-shadow: none;
	outline: none
}
.section-hero.contacto form {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important
}
.section-hero.contacto form .breakdance-form-field { 
	grid-column-start: unset;
}
.section-hero.contacto form .breakdance-form-field:nth-of-type(1),
.section-hero.contacto form .breakdance-form-field:nth-of-type(6),
.section-hero.contacto form .breakdance-form-field:nth-of-type(7),
.section-hero.contacto form .breakdance-form-field:nth-of-type(8) { 
	grid-column: 1 / 3;
}
.section-hero.contacto form * {
	font-weight: 300
}
.section-hero.contacto .breakdance-form-field__required {
	color: var(--primario);
	max-width: none !important;
}



/* LEGAL */
body.privacy-policy .top-header-menu a,
body.page-id-30 .top-header-menu a,
body.page-id-34 .top-header-menu a {
	color: var(--primario);
	opacity: 1 
}
body.privacy-policy main,
body.page-id-30 main,
body.page-id-34 main {
	max-width: 864px;
	margin: 0 auto
}
body.privacy-policy main h1,
body.page-id-30 main h1,
body.page-id-34 main h1 {
	font-size: var(--fs96);
	line-height: 1.1;
	font-weight: 300
}
body.privacy-policy main h2,
body.page-id-30 main h2,
body.page-id-34 main h2 {
	font-size: var(--fs48);
	line-height: 1;
	font-weight: 300
}
.legal p,
.legal ul,
.legal li {
	line-height: 1.3;
	font-size: var(--fs20);
	font-weight: 300
}



/* FOOTER */
body #matx-footer,
body #matx-footer .section-container {
	height: 100% !important;
	min-height: 100svh;
  position: relative
}
#matx-footer:before {
  content: '';
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1147.985" height="1040" viewBox="0 0 1147.985 1040"><path id="Unión_7" data-name="Unión 7" d="M0,1027,273.83,504.82,0-13H300.171l273.817,519.77L847.815-13h300.17L874.155,504.81l273.83,522.183H847.815L573.993,506.82,300.171,1027Z" transform="translate(0 13.004)" fill="%23fff" opacity="0.1"/></svg>');
  background-size: contain;
  background-position: center;
  width: 66.66%;
  height: calc(100svh - 40px);
  background-repeat: no-repeat;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#matx-footer .row01 {
	display: grid !important;
	grid-template-columns: repeat(12, 1fr) !important;
	gap: 1.562vw !important
}
#matx-footer .row01 .col1 {
	grid-column: 1 / 4
}
#matx-footer .row01 .col2 {
	grid-column: 7 / 13
}
.footer-claim strong {
  color: var(--secundario);
  font-weight: 300
}
.enlaces-mail-rrss {
	z-index: 9;
	flex-direction: row !important;
	align-items: center;
	gap: 20px !important
}
.footer-menu a,
.enlaces-mail-rrss a {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0.2em 0;
}
.footer-menu a:hover,
.enlaces-mail-rrss a:hover {
  color: var(--secundario) !important
}
.footer-menu a::after,
.enlaces-mail-rrss a::after {
  opacity: 1;
  transform: translate3d(-101%, 0, 0);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--secundario);
  transition: opacity 300ms, transform 300ms;
}
.footer-menu a:hover::after,
.footer-menu a:focus::after,
.enlaces-mail-rrss a:hover::after {
  transform: translate3d(0, 0, 0);
}
.enlaces-mail-rrss .bde-icon a:hover::after {
	display: none
}
.enlaces-mail-rrss .separador {
	display: block !important;
	height: 40px;
	width: 1px;
	background-color: var(--secundario)
}
#matx-footer a.fs16 {
  transition: all 0.2s;
  border-bottom: 1px solid transparent
}
#matx-footer a.fs16:hover {
  color: #fff !important;
  border-bottom: 1px solid #fff
}
.enlaces-mail-rrss a {
	padding: 0 !important
}
.enlaces-mail-rrss a.email,
.enlaces-mail-rrss a.phone {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--secundario);
}
.enlaces-mail-rrss a.email:before {
	content: 'alternate_email';
	font-family: 'Material Symbols Outlined'
}
.enlaces-mail-rrss a.phone:before {
	content: 'phone_enabled';
	font-family: 'Material Symbols Outlined'
}
.enlaces-mail-rrss .bde-icon a {
	display: flex
}
.enlaces-mail-rrss .bde-icon:after {
	display: none
}
#matx-footer .row02 {
	width: 100%;
	display: grid !important;
	grid-template-columns: repeat(12, 1fr) !important;
	gap: 1.562vw;
	align-items: end;
}
#matx-footer .row02 .col1 {
	grid-column: 1 / 3 !important
}
#matx-footer .row02 .copyright {
	grid-column: 7 / 10 !important
}
#matx-footer .row02 .col2 {
	grid-column: 10 / 13 !important
}


#cookiescript_readmore {
  color: var(--secundario) !important
}




@media (min-width: 1024px) {
	.desktop-hide { display: none !important }
	.menu-open .logo-header {
	  opacity: 0;
	}
}




@media (max-width: 1440px) {
	#matx-footer .row02 .copyright {
	    grid-column: 5 / 8 !important;
	}
	#matx-footer .row02 .col2 {
	    grid-column: 8 / 13 !important;
	}
	
}



@media (max-width: 1023px) {
	html, body { overflow-x: hidden !important}

   .mobile-hide { display: none !important }
   .mobile-center, .mobile-center * { text-align: center !important }

	/* Mega Menu */
	.logo-header-scroll {
		left: 30px;
		top: 30px;
		z-index: 999999999;
	}
	.hamburger {
		top: 30px;
		right: 30px
	}
	.top-header .logo-header-scroll {
		width: 120px !important
	}
	.top-header .top-header-menu {
		display: none
	}
	.mega-menu {
		padding-bottom: 130px;
		padding-top: 130px !important
	}
	.mega-menu .section-container {
		height: 100svh;
		justify-content: center;
		padding: 30px
	}
	.mega-menu-s1 {
		display: none !important
	}
	.mega-menu-s2 {
		gap: 10px !important
	}
	.mega-menu-s2 a {
		font-size: 36px !important
	}
	.mega-menu .section-container::before {
		background-size: 210%
	}
	.mega-menu-s3 .bde-button * {
		background-color: transparent !important
	}
	.mega-menu a::after {
		display: none
	}
	.mega-menu-s3 .bde-button a.button-atom {
		font-size: 24px !important;
		color: var(--secundario) !important
	}
	.mega-menu-s3 .bde-button a.button-atom span {
		text-shadow: none !important;
		overflow: visible
	}
	.mega-menu .bde-text.fs16.op60 {
		position: absolute;
		bottom: 50px;
	}
	.mega-menu .bde-div.op60 {
		position: absolute;
		bottom: 20px;
		align-items: center;
	}
	.menu-open .mega-menu-s3 .bde-text.fs16.op60 {
		position: fixed !important;
		bottom: 60px;
		width: calc(100vw - 60px);
		text-align: center
	}
	.menu-open .mega-menu-s3 .bde-div.op60 {
		display: grid !important;
		grid-template-columns: auto auto auto !important;
		position: fixed !important;
		bottom: 30px;
		width: calc(100vw - 60px);
		text-align: center;
		margin: 0 auto;
		gap: 10px !important;
		justify-content: center;
	}
	.menu-open .mega-menu-s3 .bde-div.op60 a {
		text-align: center !important;
		width: calc(100vw - 60px);
		margin: 0 auto;
		font-size: 14px !important;
		width: fit-content !important
	}
	.mega-menu-s3 .enlaces-mail-rrss {
		margin-top: 100px !important;
	    flex-direction: column !important;
	    align-items: center !important;
	    width: 100%;
		gap: 20px !important
	}
	.top-header-menu {
		display: none !important
	}
	
	
	/* Buttons */
	.button-atom {
		--font-size: 16px;
		height: 44px;
	}


	/* Home */
	body.home #hero-paginas {
		height: fit-content !important
	}
	bbody.home #hero-paginas .section-container {
		display: grid !important;
	}
	body.home #hero-paginas .hero-col-1 {
		order: 1;
		padding-left: 30px !important;
		padding-right: 30px !important
	} 
	body.home #hero-paginas .hero-col-2 {
		order: 3
	}
	body.home #hero-paginas .slider {
		order: 2;
		position: relative;
		bottom: unset
	}
	#logos-home::before, #logos-home::after {
	    display: none
	}
	body.home #hero-paginas .hero-col-2{
		display: flex;
		height: 100%;
		width: 100% !important;
		display: flex !important;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1211.323" height="1096.874" viewBox="0 0 1211.323 1096.874"><g id="Grupo_479" data-name="Grupo 479" transform="translate(1407.798 23507.967)"><path id="Unión_1" data-name="Unión 1" d="M0,1095.874,288.54,545.639,0,0H316.3L604.826,547.695,893.362,0h316.3L921.123,545.632l288.54,550.235h-316.3L604.83,547.744,316.3,1095.874Z" transform="translate(-1406.968 -23507.467)" fill="none" stroke="%2364fca4" stroke-width="1"/></g></svg>');
		background-size: 75%;
		background-repeat: no-repeat;
		background-position: center;
		align-items: center;
		padding: 34px 0 !important;
	}
	body.home .hero-col-2 .hero-media-container::before,
	body.home .hero-media-container{
		height: clamp(250px, 29vw, 540px) !important;
		min-height: unset !important
	}
	body.home .hero-col-2 {
		min-height: unset !important;
		height: fit-content !important
	}
	body.home .hero-col-2 .hero-green-pattern {
		max-width: 70vw !important;
		bottom: 0 !important
	}
	
	.section-trama-home .section-container {
		display: flex !important;
		flex-direction: column !important
	}
	.section-trama-home .section-container .bde-div {
		display: flex !important;
		flex-direction: column !important;
		align-items: center;
		text-align: center
	}
	.home #hero-paginas .fs120 * {
		font-size: 64px;
		text-align: center
	}
	.home #hero-paginas .section-container {
		display: flex;
		align-items: center;
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	body.home #hero-paginas .hero-col-1 {
		display: flex;
		align-items: center;
		height: fit-content
	}
	.home #hero-paginas .hero-col-1 p {
		text-align: center
	}
	.home #hero-paginas .buttons-container {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.home #hero-paginas .bde-video,
	.home #hero-paginas .hero-media-container,
	.home #hero-paginas .ee-video-container {
		width: clamp(250px, 29vw, 540px) !important;
		max-width: 100% !important;
	}

	.home .bloque-hover .icon-container {
		grid-template-columns: 56px auto
	}
    .home .home-2col .bloque-hover .container {
		padding: 10px;
		margin: 0;
		gap: 30px;
	}
	.home .home-2col .bloque-hover .icon-container .bde-icon {
		width: 56px !important;
		height: 56px !important;
		justify-content: center;
	    align-items: center
	}
	.home .home-2col .bloque-hover .icon-container .bde-icon svg {
		width: 30px !important;
	}
	.home .home-2col .bloque-hover .texto-container {
		position: relative;
		top: unset;
		bottom: unset;
		transform: none;
		right: unset;
		align-items: center;
	}
	.home .home-2col .bloque-hover  * {
		text-align: center !important
	}
	.home .bloque-hover {
		display: flex !important;
		flex-direction: column
	}
	.home-2col .bloque-hover .bde-container-link {
		align-items: center;
	}
	.home-2col .bloque-hover .bde-heading {
		margin-bottom: 10px 
	}
	.home-2col .bloque-hover .texto-container p {
	  opacity: 1;
	}
	.home .bloque-hover .section-background-overlay {
		z-index: 99 !important
	}
	.bloque-hover .button {margin: 0 auto !important;}

	.home .section-trama-home .bde-button {
		margin-bottom: 60px
	}
  .home .section-trama-home h3 {
	  font-size: 36px !Important
	}
  .home .section-trama-home p {
	  text-align: center;
	  line-height: 1.2;
	  font-size: 16px !important
	}
	.home .section-trama-home .border-left-opacity-20 {
    border-left: none;
  }
  .home .section-3col .bloque-hover {
		min-height: calc(100vw - 60px) !important;
		height: auto !important
	}
	.bloque-hover .row01 {
		padding: 20px 20px 0;
		z-index: 99
	}
	.home .section-3col .bde-image2 {
		width: 26px
	}
	.home .section-3col .texto-container {
		bottom: unset;
		top: unset;
		position: relative;
		left: unset;
		transform: none;
		text-align: center;
		z-index: 99
	}
	.home .section-3col .texto-container p {
		font-size: 16px;
		opacity: 1 !important
	}
	.home .section-3col .texto-container .button {
		text-transform: uppercase;
		font-size: 14px !important;
		height: 37px !important;
		margin: 0 auto !important
	}

	.home .section-icons .bde-globalblock {
		display: none !important
	}
	.home .section-icons .icons-container .bde-icon-icon {
		width: 40px !important
	}
	.home .section-icons .icons-container p {
		font-size: 16px !important;
		line-height: 1.2
	}


	/* Quienes somos */
	#hero-paginas.hero-quienes-somos {
		display: flex !important;
	    align-items: flex-end !important;
	}
	.breakdance #hero-paginas.section-hero.hero-foto .section-container {
		padding: 160px 30px 30px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
		justify-content: space-between;
	}
	#hero-paginas.hero-quienes-somos .section-container {
		padding: 160px 20px 15px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
		justify-content: space-between;
	}
	#hero-paginas:not(.hero-foto) {
        height: 90svh;
    
    }
	#hero-paginas .hero-col-1 {
		align-items: center !important;
		height: 80svh;
	}
	#hero-paginas.hero-foto .hero-col-1 {
		height: auto;
		border-bottom: 60px solid var(--primario)
	}
	#hero-paginas .hero-col-1 span.verde {
		display: block
	}
	#hero-paginas .hero-col-1 * {
		text-align: center !important
	}
	#hero-paginas .hero-col-1 p {
		font-size: 20px !important
	}
	#hero-paginas.quienes-somos .hero-col-2 {
		display: none !important
	}
	#hero-paginas .hero-col-1 .bde-image2 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.hero-foto .hero-col-2 {
		margin-top: 60px;
		border-bottom: 20px solid var(--primario)
	}
	#hero-paginas .hero-col-2::before {
		display: none
	}
	#hero-paginas.hero-foto .hero-col-2::before {
	    content: '';
	    height: calc(100vw - 40px);
	    width: calc(100vw - 40px);
	}
	#hero-paginas.hero-foto .hero-media-container,
	#hero-paginas.hero-foto .hero-media-container * {
		width: clamp(250px, 250px, 300px) !important
	}
	#hero-paginas.hero-quienes-somos .hero-col-1 {
		height: 100% !important
	}
	#hero-paginas.hero-foto .hero-col-2::before {
	    content: '';
	    height:  100vw;
	    width: 100vw;
	    z-index: 0;
	    display: block;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1211.323" height="1096.874" viewBox="0 0 1211.323 1096.874"><g id="Grupo_479" data-name="Grupo 479" transform="translate(1407.798 23507.967)"><path id="Unión_1" data-name="Unión 1" d="M0,1095.874,288.54,545.639,0,0H316.3L604.826,547.695,893.362,0h316.3L921.123,545.632l288.54,550.235h-316.3L604.83,547.744,316.3,1095.874Z" transform="translate(-1406.968 -23507.467)" fill="none" stroke="%2364fca4" stroke-width="1"/></g></svg>');
	    background-size: 90%;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	#hero-paginas.hero-foto .section-container {
		border-bottom: 20px solid var(--primario)
	}

	.sub-hero-trama.quienes-somos .section-container {
		padding: 60px 30px 40px !important
	}
	.sub-hero-trama.quienes-somos .bde-div {
		display: flex !important;
		flex-direction: column;
		align-items: center
	}
	.sub-hero-trama.quienes-somos .fs64 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.sub-hero-trama.quienes-somos .fs64 * {
		font-size: var(--fs64)
	}
	.sub-hero-trama.quienes-somos .fs20 {
		width: 100%;
		text-align: center;
		line-height: 1.25
	}
	.sub-hero-trama.quienes-somos .fs20 * {
		font-size: var(--fs20)
	}

	.section-equipo .section-container {
		padding: 60px 30px 30px !important
	}
	.section-equipo .section-container .first {
		 display: flex !important;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-bottom: 60px
	}
	.section-equipo .section-container .first .bde-globalblock {
		display: none
	}
	.section-equipo .section-container .first h3 {
		font-size: 32px;
		text-align: center
	}
	.section-equipo .section-container .first .bde-button {
		margin: 0 auto
	}
	.equipo-container {
		display: flex !important;
		flex-direction: column;
		gap: 10px !important
	}
	.persona-container .bde-rich-text {
		width: 100%;
		text-align: center
	}
	.persona-container .bde-icon {
		margin: 0 auto 10px
	}
	.section-highlights .section-container {
		padding: 60px 30px 30px !important
	}
	.highlights-container {
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}
	.highlights-container .heading h3 {
		text-align: center
	}
	.highlight-container {
		display: flex !important;
		flex-direction: row !important;
		padding: 20px 0 !important;
		gap: 30px !important
	}
	.highlight-number {
		width: auto !important
	}
	.highlight-container h3 {
		margin-bottom: 20px
	}
	.highlight-container p {
		font-size: 16px !important;
		line-height: 1.25
	}

	/* Financiadores */
	#hero-paginas.financiadores .hero-col-2 {
		margin-top: 80px
	}
	.hero-col-2 .hero-media-container,
	.hero-col-2 .hero-media-container * {
		max-width: 300px !important;
		width: 100% !important
	}
	.sub-hero.sub-hero-3col .section-container {
		padding: 60px 30px 30px !important;
		align-items: center
	}
	.sub-hero.sub-hero-3col .section-container * {
		text-align: center !important;
		width: 100%;
	}
	.sub-hero.sub-hero-3col .mb80.fs48 {
		width: 100% !important
	}
	.sub-hero.sub-hero-3col .bde-icon {
		margin: 0 auto !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.border-left-opacity-20 {
		border: none
	}
	.sub-hero.sub-hero-3col h3.fs36 {
		margin-bottom: 20px !important
	}
	.sub-hero.sub-hero-3col p {
		margin-bottom: 30px !important
	}

	.section-3col .section-container {
		padding: 0 30px 30px !important;
		display: flex !important;
		flex-direction: column;
		gap: 20px !important
	}
	.section-3col .bloque-hover {
		height: auto !important;
		min-height: fit-content !important
	}
	.bloque-hover .texto-container {
		position: relative !important;
		bottom: unset !important;
		transform: none !important;
		text-align: center;
	}
	.bloque-hover .texto-container * {
		text-align: center !important
	}

	#faq .section-container {
		display: flex !important;
		flex-direction: column;
		padding: 60px 30px 30px !important;
	}
	.acordeon-container .bde-accordion {
		gap: 10px
	}
	#faq .fs48,
	#faq .fs48 h3{
		text-align: center !important;
		width: 100%;
	}
	#faq .fs20,
	#faq .fs20 * {
		text-align: center !important;
		width: 100%;
	}
	#faq .button {
		margin: 0 auto 60px 
	}
	#faq .bde-accordion__title-tag button {
		padding: 20px 20px !important;
		line-height: 1.25;
		display: grid;
		grid-template-columns: auto 40px;
	}
	#faq .bde-accordion__title {
		font-size: 20px !important
	}
	#faq .bde-accordion__panel-content {
		padding: 0 20px !important
	}
	#faq .bde-accordion__panel-content p {
		font-size: 16px !important;
		margin-bottom: 10px
	}

	.section-icons .section-container {
		padding: 60px 30px 30px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	.section-icons .breakdance-rich-text-styles {
		width: 100%
	}
	.section-icons .fs48,
	.section-icons .fs48 + .fs20{
		text-align: center;
		line-height: 1.25
	}
	.section-icons .fs48 {
		margin-bottom: 20px !important
	}
	.section-icons .button {
		margin: 0 auto
	}
	.section-icons .bde-div-22-140 .bde-globalblock {
		display: none
	}
	.section-icons .icon-container:first-child {
		margin-top: 0 !important
	}
	.icon-container {
		padding: 20px 0;
		display: grid !important;
		grid-template-columns: 40px auto
	}
	.icon-container p {
		font-size: 16px !important;
		line-height: 1.25
	}
	.section-icons .desktop-hide .batera-better {
		justify-content: center;
		width: auto !Important;
		margin: 0 auto
	}
	.section-icons .desktop-hide .batera-better img {
		height: 48px !important;
		width: auto !important
	}
	.section-icons .desktop-hide .batera-better .bde-text {
		text-align: left 
	}

	.heading-3col .section-container {
		padding: 60px 30px 30px !important
	}
	.heading-3col .section-container * {
		text-align: center
	}

	/* Creditos fiscales */
	.sub-hero-creditos .section-container {
		padding: 60px 30px 30px !important;
		display: flex !important;
		flex-direction: column !important
	}
	.sub-hero-creditos .section-container .right {
		display: flex !important;
		flex-direction: column !important
	}
	.creditos-4col {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 30px !important
	}
	.creditos-4col .bde-div {
		grid-column: unset !important;
		padding: 0 !important
	}
	.creditos-4col .bde-icon {
		margin: 0 auto
	}
	.creditos-4col h3 {
		margin-bottom: 20px !important
	}
	.creditos-4col p {
		font-size: 16px !Important;
		line-height: 1.25
	}


	/* Contacto */
	#hero-paginas.contacto {
		height: fit-content
	}
	#hero-paginas.contacto .section-container {
		display: flex !important;
		padding: 30px;
		height: fit-content;
	}
	#hero-paginas.contacto .section-container * {
		max-width: 100% !important;
		height: 100%;
	}
	#hero-paginas.contacto h1 {
		font-size: 36px;
		margin: 130px auto 0
	}
	#hero-paginas.contacto p {
		font-size: 20px;
		margin-bottom: 20px
	}
	#hero-paginas.contacto form {
		display: flex !important;
		flex-direction: column;
		max-width: 100% !important
	}
	#hero-paginas.contacto form [type="checkbox"]{
		max-width: 16px !important;
		width: 16px !important;
		height: 16px 
	}
	#hero-paginas.contacto form button {
		width: fit-content !important;
	    margin: 0 auto;
	}
	#hero-paginas.contacto .hero-media-container::after {
		content: '';
		width: 100%;
		min-height: 170px;
		background: url('https://matx.acastanon.com/wp-content/uploads/2026/04/trama-verde-mobile-01.svg');
		background-repeat: space;
		background-position: center;
		margin-top: 20px;
		background-size: contain
	}
	#hero-paginas.section-hero.contacto .breakdance-form-field__required {
	    color: var(--primario);
	    max-width: none !important;
	    width: fit-content !important;
	}
	.sub-hero-contact .bde-columns {
		gap: 30px !important
	}
	.sub-hero-contact .bde-column .bde-div {
		align-items: center;
		width: 100%;
		text-align: center
	}
	.sub-hero-contact .bde-column .bde-heading {
		margin-bottom: 20px !important
	}
	.sub-hero-contact .fs20 p,
	.sub-hero-contact a.breakdance-link {
		font-size: 16px !important
	}
	.sub-hero-contact .fs16 p {
		font-size: 14px !important
	}

	/* Numeros */
	.section-numeros .section-container {
	    display: flex !important;
	    flex-direction: column !important;
	    grid-gap: 1.562vw;
	}
	.section-numeros .section-container .right {
	    display: flex !important;
	    flex-direction: column !important;
	    gap: 10px;
	}
	.section-numeros .bloque-number {
		padding: 20px !important
	}


  /* FOOTER */
  #matx-footer:before {
	  width:210%;
  }
	#matx-footer .row01,
#matx-footer .row02 {
	    display: flex !important;
	    flex-direction: column !important;
	    gap: 1.562vw !important;
	    align-items: center;
	}
	#matx-footer .footer-menu {
		gap: 13px;
		margin-bottom: 60px
	}
	#matx-footer .fs160{
		margin-bottom: 20px
	}
	#matx-footer .fs36 p {
		font-size: 20px
	}
	#matx-footer .enlaces-mail-rrss {
		margin-top: 20px;
		gap: 10px;
		display: flex !important;
	    flex-direction: column !important;
	}
	#matx-footer .enlaces-mail-rrss .separador {display: none !important}
	#matx-footer .legal a {
		text-align: center;
		font-size: 14px !important
	}


}


@media (max-width: 420px) {
  .bloque-number .fs160 * {
    font-size: 20vw;
  }
}