
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}



.club-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.club-title img {
    height: 150px;
    width: auto;
}

.club-title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

/* Responsive móvil */
@media (max-width: 768px) {
    .club-title {
        flex-direction: column;
        gap: 10px;
    }

    .club-title img {
        height: 100px;
    }

    .club-title h2 {
        font-size: 26px;
    }
}




/* =========================
   Próximos partidos (Home)
   ========================= */
.club-fixtures {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(180deg, rgba(15,15,15,.85), rgba(15,15,15,.92)), url("images/banner/background01.jpg");
  background-size: cover;
  background-position: center;
}

.club-fixtures .heading,
.club-fixtures .headParagraph {
  color: #fff !important;
}

.fixtures-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* MÁS ANCHAS */
  gap: 24px;
}

.fixture-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 22px 26px 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fixture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  border-color: rgba(255,255,255,.22);
}

.fixture-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.fixture-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: rgba(220, 20, 20, .85);
}

.fixture-dt {
  text-align: right;
  line-height: 1.1;
}

.fixture-day {
  display: block;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  font-size: 13px;
}

.fixture-time {
  display: block;
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}

.fixture-mid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
}

.fixture-team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fixture-team:last-child {
  justify-content: flex-end;
  text-align: right;
}

.fixture-logo{
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  padding: 6px;
  flex: 0 0 auto;
}


.fixture-name {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;   /* UNA SOLA LÍNEA */
  letter-spacing: .2px;
}


.fixture-vs {
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
}

.fixture-bot {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fixture-meta {
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.fixture-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(220, 20, 20, .85);
  border: 1px solid rgba(255,255,255,.16);
  transition: background .2s ease, transform .2s ease;
}

.fixture-link:hover {
  background: rgba(220, 20, 20, 1);
  transform: translateY(-1px);
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .fixtures-grid {
    grid-template-columns: 1fr;
  }
  .fixture-team:last-child {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .fixtures-grid {
    grid-template-columns: 1fr;
  }
}








.club-fixtures-list{
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(15,15,15,.88), rgba(15,15,15,.95));
}

.fixture-row{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 28px;
  margin-top: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.team{
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.team img{
  width: 82px;
  height: 82px;
  object-fit: contain;
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 8px;
}
.team.right{
  justify-content: flex-end;
}

.fixture-info{
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  line-height: 1.4;
}

.fixture-date{
  display: block;
  font-weight: 700;
}

.fixture-place{
  display: block;
  font-size: 12px;
  opacity: .8;
}

/* MÓVIL */
@media (max-width: 900px){
  .fixture-row{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .team{
    justify-content: center;
  }

  .team.right{
    flex-direction: row-reverse;
  }
}



.fixture-cat{
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  color: #fff;
  background: rgba(220, 20, 20, .9);
}


.club-fixtures-list .heading {
  color: #fff;
}

.club-fixtures-list .heading span {
  color: #e31b23;
}





/* --- FIX: escudo no tapa el título en la franja booking --- */
.booking.bookticket .booking-fig{
  position: relative;
  padding-left: 90px;           /* reserva hueco para el escudo */
  display: inline-block;
}

/* si el escudo está puesto con :before (lo más típico) */
.booking.bookticket .booking-fig:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: url("images/logo.png") no-repeat center / contain;
  pointer-events: none;
}

/* si el texto también se pisa por alturas */
.booking.bookticket .booking-fig h2{
  line-height: 1.2;
  margin: 0;
}

/* --- Forzar título en una sola línea --- */
.booking.bookticket .booking-fig h2{
  white-space: nowrap;      /* NO saltos de línea */
  font-size: 32px;          /* tamaño base */
  line-height: 1;
}

/* Ajuste responsive para pantallas pequeñas */
@media (max-width: 992px){
  .booking.bookticket .booking-fig h2{
    font-size: 26px;
  }
}

@media (max-width: 768px){
  .booking.bookticket .booking-fig h2{
    font-size: 22px;
  }
}


/* --- FIX DEFINITIVO: escudo + título alineados y en una sola línea --- */
.booking.bookticket .booking-fig{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-left: 0 !important;     /* quitamos el hueco falso */
  position: relative;
}

/* el escudo deja de ir absoluto (ya no tapa letras) */
.booking.bookticket .booking-fig:before{
  position: static !important;
  transform: none !important;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  margin: 0;
}

/* título en una sola línea */
.booking.bookticket .booking-fig h2{
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 768px){
  .booking.bookticket .booking-fig h2{
    font-size: 22px;
  }
  .booking.bookticket .booking-fig:before{
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }
}




/* =========================
   INSCRIPCIONES CTA ÚNICO
========================= */
.inscripciones-cta{
  padding: 80px 0;
  background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
}

.inscripciones-cta .heading{ color:#fff; }
.inscripciones-cta .headParagraph{ color: rgba(255,255,255,0.72); }

.cta-box{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
}

.cta-left h3{
  color:#fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.cta-sub{
  color: rgba(255,255,255,0.74);
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.cta-points{
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-points li{
  color: rgba(255,255,255,0.82);
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}

.cta-points li:before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color: rgba(255,0,0,0.95);
  font-weight: 900;
}

.cta-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.btn-cta-big{
  width: 100%;
  text-align: center;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.btn-cta-secondary{
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-note{
  margin: 6px 0 0 0;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 992px){
  .cta-box{ grid-template-columns: 1fr; }
}










/* =========================
   COLABORADORES SLIDER
========================= */

.collaborators-slider{
  padding: 80px 0;
  background: #ffffff;
}

.collaborators-slider .heading{ color:#111; }
.collaborators-slider .headParagraph{ color: rgba(0,0,0,0.65); }
.collaborators-slider .heading span{ color:#c41212; }

.collab-slider-wrapper{
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.collab-track{
  display: flex;
  transition: transform .5s ease;
}

.collab-item{
  min-width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.collab-item img{
  max-height: 120px;
  max-width: 80%;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.9);
  opacity: 0.8;
  transition: all .3s ease;
}

.collab-item img:hover{
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Flechas */

.collab-prev,
.collab-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 2;
}

.collab-prev{ left: 10px; }
.collab-next{ right: 10px; }

.collab-prev:hover,
.collab-next:hover{
  background: rgba(255,0,0,0.8);
  border-color: rgba(255,0,0,1);
}

.collab-prev i,
.collab-next i{
  color: #fff;
  font-size: 16px;
}

/* Responsive */

@media (max-width: 992px){
  .collab-item{ min-width: 50%; }
}

@media (max-width: 600px){
  .collab-item{ min-width: 100%; }
}



/* ==== FIX: Formulario legible (forzamos texto/placeholder/bordes) ==== */
.preins-card,
.preins-card *{
  color: rgba(255,255,255,0.92);
}

.preins-card .preins-label{
  color: rgba(255,255,255,0.78) !important;
}

.preins-card .preins-input,
.preins-card .preins-select,
.preins-card .preins-textarea{
  background: rgba(0,0,0,0.55) !important;
  color: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}

.preins-card .preins-input::placeholder,
.preins-card .preins-textarea::placeholder{
  color: rgba(255,255,255,0.55) !important;
  opacity: 1 !important;
}

.preins-card .preins-select option{
  color: #111 !important;       /* opciones desplegable (fondo del navegador suele ser blanco) */
  background: #fff !important;
}

.preins-card .preins-input:focus,
.preins-card .preins-select:focus,
.preins-card .preins-textarea:focus{
  border-color: rgba(255,0,0,0.55) !important;
  box-shadow: 0 0 0 3px rgba(255,0,0,0.18) !important;
  outline: none !important;
}

/* Checkbox legible */
.preins-card .preins-check label{
  color: rgba(255,255,255,0.82) !important;
}

/* Badge más contrastado */
.preins-card .preins-badge{
  background: rgba(255,0,0,0.18) !important;
  border-color: rgba(255,0,0,0.38) !important;
  color: #fff !important;
}

/* Mini-cajas (títulos internos) */
.preins-card .preins-mini{
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.10) !important;
}

.preins-card .preins-mini span{
  color: rgba(255,255,255,0.75) !important;
}



/* =====================================================
   FIX DEFINITIVO: Preinscripción en modo oscuro (LEGIBLE)
   Pegar al FINAL del style.css
===================================================== */

/* Fondo de la sección */
.preins-wrap{
  background: #ffffff !important;
  padding: 90px 0;
}

/* Tarjeta del formulario */
.preins-card{
  background: rgba(0,0,0,0.55) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
}

/* Cabecera */
.preins-head{
  background: rgba(255,255,255,0.03) !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}
.preins-head h3,
.preins-head .preins-sub{
  color: rgba(255,255,255,0.90) !important;
}

/* Labels */
.preins-label{
  color: rgba(255,255,255,0.78) !important;
}

/* Inputs / selects / textarea (lo importante) */
.preins-card input.preins-input,
.preins-card select.preins-select,
.preins-card textarea.preins-textarea{
  background: rgba(0,0,0,0.70) !important;
  color: rgba(255,255,255,0.95) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.95) !important; /* Chrome auto-fill / iOS */
}
.preins-card{
  background: #111 !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.18) !important;
  border-radius: 20px;
}
/* Placeholder */
.preins-card input.preins-input::placeholder,
.preins-card textarea.preins-textarea::placeholder{
  color: rgba(255,255,255,0.55) !important;
  opacity: 1 !important;
}

/* Opciones del desplegable (para que se lean al abrirlo) */
.preins-card select.preins-select option{
  color: #111 !important;
  background: #fff !important;
}

/* Focus */
.preins-card input.preins-input:focus,
.preins-card select.preins-select:focus,
.preins-card textarea.preins-textarea:focus{
  border-color: rgba(255,0,0,0.60) !important;
  box-shadow: 0 0 0 3px rgba(255,0,0,0.18) !important;
  outline: none !important;
}

/* Bloques internos */
.preins-mini,
.preins-check{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}
.preins-mini span,
.preins-check label,
.preins-help{
  color: rgba(255,255,255,0.72) !important;
}

/* Badge */
.preins-badge{
  background: rgba(255,0,0,0.18) !important;
  border: 1px solid rgba(255,0,0,0.40) !important;
  color: #fff !important;
}

.preins-wrap .heading{
  color: #111 !important;
}

.preins-wrap .heading span{
  color: #e31b23 !important;
}

.preins-wrap .headParagraph{
  color: #555 !important;
}

/* =========================
   Banner INSCRIPCIONES - Chapa compacta
========================= */

.innerbanner .bannerHeadline span{
  display: inline-block;
  background: #ffffff;
  color: #e31b23 !important;   /* texto rojo club */
  padding: 2px 10px;           /* MÁS pequeño y ajustado */
  border-radius: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
}


/* =========================
   FIX DEFINITIVO input file
========================= */

.preins-card input[type="file"]{
  background: rgba(0,0,0,0.70) !important;
  color: rgba(255,255,255,0.85) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  padding: 8px;
  border-radius: 12px;
}

/* Botón del selector */
.preins-card input[type="file"]::file-selector-button{
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #e31b23 !important;
  color: #ffffff !important;
  padding: 8px 16px;
  margin-right: 12px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}

/* Hover */
.preins-card input[type="file"]::file-selector-button:hover{
  background: #b5151b !important;
}







/* =========================
   PÁGINA PATROCINADORES
========================= */

.sponsors-page{
  padding: 80px 0 30px;
  background: #ffffff;
}

.sponsors-page .heading{
  color: #111 !important;
}

.sponsors-page .heading span{
  color: #e31b23 !important;
}

.sponsors-intro{
  max-width: 900px;
  margin: 18px auto 0;
  text-align: center;
  color: #555;
  line-height: 1.7;
}

.sponsor-category-section{
  padding: 20px 0 90px;
  background: #ffffff;
}

.sponsor-category-head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.sponsor-category-badge{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(227,27,35,0.12);
  color: #e31b23;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sponsor-category-head h3{
  margin: 0 0 14px 0;
  font-size: 32px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.sponsor-category-head p{
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}

.sponsors-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 10px;
}

.sponsor-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sponsor-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.12);
  border-color: rgba(227,27,35,0.18);
}

.sponsor-logo-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 30px;
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.sponsor-logo-box img{
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  transition: transform .25s ease, filter .25s ease;
}

.sponsor-card:hover .sponsor-logo-box img{
  transform: scale(1.04);
}

.sponsor-card-body{
  padding: 26px 26px 24px;
}

.sponsor-type{
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(17,17,17,0.06);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.sponsor-card-body h4{
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 900;
  color: #111;
}

.sponsor-card-body p{
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}

.sponsor-actions{
  margin-top: 22px;
}

.sponsor-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: #e31b23;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.sponsor-link:hover{
  background: #b5151b;
  color: #fff !important;
  transform: translateY(-1px);
}

.sponsor-cta-section{
  padding: 0 0 90px;
  background: #ffffff;
}

.sponsor-cta-box{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, #121212 0%, #1b1b1b 100%);
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.sponsor-cta-left h3{
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-cta-left p{
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.sponsor-cta-right{
  display: flex;
  justify-content: flex-end;
}

.sponsor-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 22px;
  border-radius: 14px;
  background: #e31b23;
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  box-shadow: 0 12px 25px rgba(227,27,35,0.28);
  transition: background .25s ease, transform .25s ease;
}

.sponsor-cta-btn:hover{
  background: #b5151b;
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 992px){
  .sponsors-grid{
    grid-template-columns: 1fr;
  }

  .sponsor-cta-box{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sponsor-cta-right{
    justify-content: center;
  }

  .sponsor-category-head h3{
    font-size: 26px;
  }

  .sponsor-cta-left h3{
    font-size: 24px;
  }
}

@media (max-width: 600px){
  .sponsor-logo-box{
    min-height: 170px;
    padding: 24px;
  }

  .sponsor-logo-box img{
    max-height: 90px;
  }

  .sponsor-card-body{
    padding: 22px 20px 20px;
  }

  .sponsor-card-body h4{
    font-size: 21px;
  }
}
}







/* =========================
   PÁGINA CONTACTO
========================= */

.contact-page-intro{
  padding: 80px 0 28px;
  background: #ffffff;
}

.contact-page-intro .heading{
  color: #111 !important;
}

.contact-page-intro .heading span{
  color: #e31b23 !important;
}

.contact-intro-text{
  max-width: 920px;
  margin: 18px auto 0;
  text-align: center;
  color: #555;
  line-height: 1.8;
}

.contact-info-section{
  padding: 10px 0 40px;
  background: #ffffff;
}

.contact-info-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-info-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-info-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.10);
  border-color: rgba(227,27,35,0.18);
}

.contact-info-icon{
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(227,27,35,0.10);
  color: #e31b23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.contact-info-card h3{
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.contact-info-card p{
  margin: 0 0 10px 0;
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}

.contact-info-card a,
.contact-info-card span{
  color: #111;
  font-weight: 700;
  word-break: break-word;
}

.contact-form-section{
  padding: 18px 0 90px;
  background: #ffffff;
}

.contact-layout{
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 28px;
  align-items: start;
}

.contact-copy-card{
  background: linear-gradient(135deg, #111 0%, #1b1b1b 100%);
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.18);
}

.contact-badge{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(227,27,35,0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-copy-card h3{
  margin: 0 0 14px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
}

.contact-copy-card p{
  margin: 0 0 22px 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
}

.contact-points{
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-points li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}

.contact-points li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e31b23;
}

.contact-form-card{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);
}

.contact-form-head{
  margin-bottom: 24px;
}

.contact-form-card .contact-badge{
  background: rgba(227,27,35,0.12);
  color: #e31b23;
}

.contact-form-head h3{
  margin: 0 0 10px 0;
  color: #111;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-head p{
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.contact-form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-group{
  display: flex;
  flex-direction: column;
}

.form-group-full{
  grid-column: 1 / -1;
}

.form-group label{
  margin-bottom: 8px;
  color: #222;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.contact-input,
.contact-select,
.contact-textarea{
  width: 100%;
  background: #f8f8f8;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 15px 16px;
  color: #111;
  font-size: 15px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.contact-input::placeholder,
.contact-textarea::placeholder{
  color: #888;
  opacity: 1;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus{
  outline: none;
  background: #fff;
  border-color: rgba(227,27,35,0.45);
  box-shadow: 0 0 0 4px rgba(227,27,35,0.10);
}

.contact-textarea{
  min-height: 170px;
  resize: vertical;
}

.contact-check{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0 0;
}

.contact-check input{
  margin-top: 4px;
}

.contact-check span{
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.contact-submit-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: none;
  border-radius: 14px;
  background: #e31b23;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7px;
  box-shadow: 0 14px 30px rgba(227,27,35,0.20);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.contact-submit-btn:hover{
  background: #b5151b;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 992px){
  .contact-info-grid{
    grid-template-columns: 1fr;
  }

  .contact-layout{
    grid-template-columns: 1fr;
  }

  .contact-form-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px){
  .contact-page-intro{
    padding: 65px 0 24px;
  }

  .contact-info-card,
  .contact-copy-card,
  .contact-form-card{
    padding: 24px 20px;
  }

  .contact-copy-card h3,
  .contact-form-head h3{
    font-size: 24px;
  }
}






/* =========================
   PÁGINA NOTICIAS
========================= */

.news-page-intro{
  padding: 80px 0 30px;
  background: #ffffff;
}

.news-page-intro .heading{
  color: #111 !important;
}

.news-page-intro .heading span{
  color: #e31b23 !important;
}

.news-intro-text{
  max-width: 940px;
  margin: 18px auto 0;
  text-align: center;
  color: #555;
  line-height: 1.8;
}

.featured-news-section{
  padding: 8px 0 36px;
  background: #ffffff;
}

.featured-news-card{
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
  box-shadow: 0 22px 60px rgba(0,0,0,0.16);
}

.featured-news-image{
  height: 420px;
  overflow: hidden;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-news-image img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.featured-news-content{
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-badge{
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(227,27,35,0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.news-category{
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.news-date{
  margin: 0 0 12px 0;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.featured-news-content h3{
  margin: 0 0 14px 0;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.featured-news-content p{
  color: rgba(255,255,255,0.80);
  line-height: 1.8;
}

.news-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 14px;
  padding: 14px 20px;
  border-radius: 14px;
  background: #e31b23;
  color: #fff !important;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: background .25s ease, transform .25s ease;
}

.news-btn:hover{
  background: #b5151b;
  color: #fff !important;
  transform: translateY(-2px);
}

.news-grid-section{
  padding: 0 0 90px;
  background: #ffffff;
}

.news-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.news-card{
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 50px rgba(0,0,0,0.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.11);
  border-color: rgba(227,27,35,0.16);
}

.news-card-image{
  height: 240px;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.news-card-image img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.news-card:hover .news-card-image img{
  transform: scale(1.04);
}

.news-card-body{
  padding: 24px 22px 24px;
}

.news-card-body .news-category{
  background: rgba(227,27,35,0.10);
  color: #e31b23;
  margin-bottom: 10px;
}

.news-card-body .news-date{
  color: #777;
  margin-bottom: 12px;
}

.news-card-body h4{
  margin: 0 0 12px 0;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.news-card-body p{
  margin: 0;
  color: #666;
  line-height: 1.75;
  font-size: 14px;
}

.news-link{
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #e31b23 !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
}

.news-link:hover{
  color: #b5151b !important;
}

@media (max-width: 1100px){
  .news-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-news-card{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .news-grid{
    grid-template-columns: 1fr;
  }

  .featured-news-image{
    min-height: 260px;
  }

  .featured-news-content{
    padding: 28px 22px;
  }

  .featured-news-content h3{
    font-size: 26px;
  }

  .news-card-image{
    height: 220px;
  }
}




/* =========================
   PATROCINADORES OFICIALES
========================= */

.official-sponsors-section{
  padding: 40px 0 60px;
  background: #ffffff;
}

.official-sponsors-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin-top: 30px;
}

.official-sponsor{
  background: #fff;
  border-radius: 22px;
  padding: 40px;
  border: 2px solid rgba(227,27,35,0.18);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.official-sponsor:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.15);
}

.official-sponsor img{
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}



.club-contact-form{
max-width:700px;
margin:auto;
}

.club-contact-form h3{
margin-top:40px;
margin-bottom:10px;
color:#c40000;
}

.form-row{
margin-bottom:15px;
}

.club-contact-form input,
.club-contact-form select{
width:100%;
padding:12px;
border:1px solid #ccc;
border-radius:5px;
font-size:15px;
}

.btn-submit{
background:#c40000;
color:white;
border:none;
padding:14px 30px;
font-size:16px;
border-radius:6px;
cursor:pointer;
}

.btn-submit:hover{
background:#a60000;
}



.club-contact-form{
max-width:700px;
margin:auto;
}

.club-contact-form h3{
margin-top:40px;
margin-bottom:10px;
color:#c40000;
}

.form-row{
margin-bottom:15px;
}

.club-contact-form input,
.club-contact-form select{
width:100%;
padding:12px;
border:1px solid #ccc;
border-radius:5px;
font-size:15px;
}

.btn-submit{
background:#c40000;
color:white;
border:none;
padding:14px 30px;
font-size:16px;
border-radius:6px;
cursor:pointer;
}

.btn-submit:hover{
background:#a60000;
}



.club-inscripcion-form {
  max-width: 1180px;
  margin: 0 auto;
}

.inscripcion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.inscripcion-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.inscripcion-card h3 {
  margin: 0 0 22px 0;
  color: #c40000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.club-inscripcion-form input,
.club-inscripcion-form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
}

.club-inscripcion-form input:focus,
.club-inscripcion-form select:focus {
  outline: none;
  border-color: #c40000;
  box-shadow: 0 0 0 3px rgba(196, 0, 0, 0.10);
}

.form-submit-wrap {
  text-align: center;
  margin-top: 30px;
}

.btn-submit {
  background: #c40000;
  color: #fff;
  border: none;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-submit:hover {
  background: #a80000;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .inscripcion-grid {
    grid-template-columns: 1fr;
  }

  .inscripcion-card {
    padding: 22px;
  }

  .inscripcion-card h3 {
    font-size: 21px;
  }
}


.inscripcion-checks{
margin-bottom:20px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.check-line{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:12px;
font-size:14px;
line-height:1.5;
color:#222;
}

.check-line input{
width:18px;
height:18px;
margin-top:3px;
cursor:pointer;
}


.club-inscripcion-form {
  max-width: 1180px;
  margin: 0 auto;
}

.inscripcion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.inscripcion-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.inscripcion-card h3 {
  margin: 0 0 22px 0;
  color: #c40000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.club-inscripcion-form input,
.club-inscripcion-form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
}

.club-inscripcion-form input:focus,
.club-inscripcion-form select:focus {
  outline: none;
  border-color: #c40000;
  box-shadow: 0 0 0 3px rgba(196, 0, 0, 0.10);
}

.form-submit-wrap {
  text-align: center;
  margin-top: 30px;
}

.btn-submit {
  background: #c40000;
  color: #fff;
  border: none;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-submit:hover {
  background: #a80000;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .inscripcion-grid {
    grid-template-columns: 1fr;
  }

  .inscripcion-card {
    padding: 22px;
  }

  .inscripcion-card h3 {
    font-size: 21px;
  }
}

.btn-submit{
margin-bottom:60px;
}






.inscripcion-checks{
margin-bottom:20px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.check-line{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:12px;
font-size:14px;
line-height:1.5;
color:#222;
}

.check-line input{
width:18px;
height:18px;
margin-top:3px;
cursor:pointer;
}


.collaborators-slider h2,
.collaborators-slider .section-title {
    color: #000000;
}


.collaborators-slider .owl-prev,
.collaborators-slider .owl-next {
    color: #000000 !important;
}





/* =========================
   RFFM EMBED - BENJAMÍN
========================= */

.rffm-embed-section{
  padding: 85px 0;
  background:
    radial-gradient(circle at top center, rgba(227,27,35,0.10), transparent 35%),
    linear-gradient(180deg, #111 0%, #181818 100%);
  position: relative;
}

.rffm-section-title h2{
  color: #fff !important;
}

.rffm-section-title p{
  color: rgba(255,255,255,0.78) !important;
}

.rffm-grid{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.rffm-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rffm-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(0,0,0,0.45);
  border-color: rgba(255,255,255,0.20);
}

.rffm-card-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}

.rffm-card-head h3{
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 1.15;
}

.rffm-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(227,27,35,0.18);
  border: 1px solid rgba(227,27,35,0.38);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.rffm-open-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(227,27,35,0.90);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
  transition: all .2s ease;
}

.rffm-open-link:hover{
  background: rgba(227,27,35,1);
  color: #fff !important;
  transform: translateY(-1px);
}

.rffm-frame-shell{
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}

.rffm-frame-topbar{
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rffm-frame-topbar span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  display: inline-block;
}

.rffm-frame-topbar small{
  margin-left: auto;
  color: rgba(255,255,255,0.65);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.rffm-frame-wrap{
  position: relative;
  background: #fff;
  height: 720px;
}

.rffm-frame-wrap iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.rffm-note{
  margin-top: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.rffm-note i{
  color: #e31b23;
  margin-right: 6px;
}

@media (max-width: 1200px){
  .rffm-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .rffm-embed-section{
    padding: 70px 0;
  }

  .rffm-card{
    padding: 16px;
    border-radius: 18px;
  }

  .rffm-card-head{
    flex-direction: column;
    align-items: stretch;
  }

  .rffm-card-head h3{
    font-size: 18px;
  }

  .rffm-open-link{
    justify-content: center;
    width: 100%;
  }

  .rffm-frame-wrap{
    height: 560px;
  }
}



/* =========================================
   FIX EXACTO CTA HOME: botones dentro del cuadro
   Solo corrige INSCRIBIRSE AHORA / TENGO DUDAS
========================================= */

.inscripciones-cta .cta-box{
  align-items: center !important;
}

.inscripciones-cta .cta-right{
  width: 100% !important;
  max-width: 430px !important;
  margin-left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 14px !important;
}

.inscripciones-cta .cta-right .btn-cta-big,
.inscripciones-cta .cta-right .btn-cta-secondary{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.inscripciones-cta .cta-right .cta-note{
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 992px){
  .inscripciones-cta .cta-right{
    max-width: 100% !important;
    margin-left: 0 !important;
    align-items: center !important;
  }

  .inscripciones-cta .cta-right .btn-cta-big,
  .inscripciones-cta .cta-right .btn-cta-secondary,
  .inscripciones-cta .cta-right .cta-note{
    width: 100% !important;
  }
}