/*
Theme Name: Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

/*
 * Membership flows must stay distraction-free and fully tappable on mobile.
 * Scope every rule to the nine PMPro pages so advertising elsewhere is unchanged.
 */
body.page-id-52988 #mvp-side-wrap,
body.page-id-59895 #mvp-side-wrap,
body.page-id-59897 #mvp-side-wrap,
body.page-id-59899 #mvp-side-wrap,
body.page-id-59901 #mvp-side-wrap,
body.page-id-60319 #mvp-side-wrap,
body.page-id-61107 #mvp-side-wrap,
body.page-id-61109 #mvp-side-wrap,
body.page-id-61111 #mvp-side-wrap,
body.page-id-52988 .adsbygoogle,
body.page-id-59895 .adsbygoogle,
body.page-id-59897 .adsbygoogle,
body.page-id-59899 .adsbygoogle,
body.page-id-59901 .adsbygoogle,
body.page-id-60319 .adsbygoogle,
body.page-id-61107 .adsbygoogle,
body.page-id-61109 .adsbygoogle,
body.page-id-61111 .adsbygoogle,
body.page-id-52988 [data-pid],
body.page-id-59895 [data-pid],
body.page-id-59897 [data-pid],
body.page-id-59899 [data-pid],
body.page-id-59901 [data-pid],
body.page-id-60319 [data-pid],
body.page-id-61107 [data-pid],
body.page-id-61109 [data-pid],
body.page-id-61111 [data-pid],
body.page-id-52988 div:has(> [data-pid]),
body.page-id-59895 div:has(> [data-pid]),
body.page-id-59897 div:has(> [data-pid]),
body.page-id-59899 div:has(> [data-pid]),
body.page-id-59901 div:has(> [data-pid]),
body.page-id-60319 div:has(> [data-pid]),
body.page-id-61107 div:has(> [data-pid]),
body.page-id-61109 div:has(> [data-pid]),
body.page-id-61111 div:has(> [data-pid]) {
		display: none !important;
		pointer-events: none !important;
	}

/* Article conversion CTA: Instagram */
.mdb-instagram-cta {
	position: relative;
	overflow: hidden;
	margin: 32px 0;
	border: 0;
	border-radius: 16px;
	background: #ff4700;
	box-shadow: 0 14px 32px rgba(255, 71, 0, 0.22);
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.mdb-instagram-cta::after {
	content: "";
	position: absolute;
	top: -55px;
	right: -45px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	pointer-events: none;
}

.mdb-instagram-cta__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.mdb-instagram-cta__eyebrow {
	display: inline-block;
	margin-bottom: 9px;
	border-radius: 999px;
	background: #fff;
	padding: 5px 10px;
	color: #ff4700;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.mdb-instagram-cta__title {
	margin: 0 0 7px !important;
	color: #111;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.12;
}

.mdb-instagram-cta__text {
	margin: 0 !important;
	max-width: 620px;
	color: rgba(17, 17, 17, 0.82);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.mdb-instagram-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 0 0 auto;
}

.mdb-instagram-cta__button {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	border-radius: 999px;
	background: #111;
	padding: 13px 19px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 7px 18px rgba(17, 17, 17, 0.18);
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.mdb-instagram-cta__button:hover,
.mdb-instagram-cta__button:focus {
	background: #fff;
	color: #111 !important;
	box-shadow: 0 10px 22px rgba(17, 17, 17, 0.20);
	transform: translateY(-1px);
}

.mdb-instagram-cta__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.mdb-instagram-cta__arrow {
	font-size: 18px;
	line-height: 1;
}

/* End-of-article newsletter CTA */
.mdb-newsletter-cta {
	position: relative;
	overflow: hidden;
	margin: 38px 0 24px;
	border: 1px solid rgba(255, 71, 0, 0.18);
	border-radius: 16px;
	background: #fff8f4;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
	padding: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mdb-newsletter-cta::after {
	content: "";
	position: absolute;
	right: -36px;
	bottom: -52px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(255, 71, 0, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.mdb-newsletter-cta__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.mdb-newsletter-cta__eyebrow {
	display: inline-block;
	margin-bottom: 9px;
	border-radius: 999px;
	background: #ff4700;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.mdb-newsletter-cta__title {
	margin: 0 0 8px !important;
	color: #111;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.12;
}

.mdb-newsletter-cta__text {
	margin: 0 !important;
	max-width: 650px;
	color: rgba(17, 17, 17, 0.82);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.mdb-newsletter-cta__note {
	margin: 8px 0 0 !important;
	color: rgba(17, 17, 17, 0.58);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.mdb-newsletter-cta__button {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	border-radius: 999px;
	background: #ff4700;
	padding: 14px 20px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(255, 71, 0, 0.22);
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mdb-newsletter-cta__button:hover,
.mdb-newsletter-cta__button:focus {
	background: #111;
	box-shadow: 0 10px 22px rgba(17, 17, 17, 0.18);
	transform: translateY(-1px);
}

.mdb-newsletter-cta__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.mdb-newsletter-cta__arrow {
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 767px) {
	.mdb-instagram-cta,
	.mdb-newsletter-cta {
		margin: 26px 0;
		padding: 18px;
		border-radius: 12px;
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.mdb-instagram-cta__title,
	.mdb-newsletter-cta__title {
		font-size: 21px;
	}

	.mdb-instagram-cta__text,
	.mdb-newsletter-cta__text {
		font-size: 14px;
	}

	.mdb-instagram-cta__actions {
		width: 100%;
	}

	.mdb-instagram-cta__button,
	.mdb-newsletter-cta__button {
		width: 100%;
		min-height: 50px;
	}
}

/* Keep both article CTAs in the same MDB visual system. */
.mdb-instagram-cta {
	border: 1px solid rgba(255, 71, 0, 0.18);
	background: #fff8f4;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.mdb-instagram-cta::after {
	top: auto;
	right: -36px;
	bottom: -52px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(255, 71, 0, 0.08);
}

.mdb-instagram-cta__eyebrow {
	background: #ff4700;
	color: #fff;
}

.mdb-instagram-cta__title {
	font-size: 26px;
}

.mdb-instagram-cta__button {
	background: #ff4700;
	box-shadow: 0 8px 20px rgba(255, 71, 0, 0.22);
}

.mdb-instagram-cta__button:hover,
.mdb-instagram-cta__button:focus {
	background: #111;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(17, 17, 17, 0.18);
}
/* =========================================================
   SISTEMA VISUAL MDB · CTAs / PROMOS
   Añadir al FINAL de style.css
   ========================================================= */

/*
 * Clase base reutilizable para futuros bloques:
 * .mdb-promo-card
 *
 * Actualmente también unifica:
 * - CTA RRSS de artículos (.mdb-instagram-cta)
 * - CTA Mapas MDB (.mdb-mapas-launch-cta)
 */

.mdb-promo-card,
.mdb-instagram-cta,
.mdb-mapas-launch-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;

    margin: 24px 0 !important;
    padding: 20px 22px !important;

    background: #fff5f0 !important;
    border: 1px solid #ffd7c7 !important;
    border-left: 5px solid #ff4700 !important;
    border-radius: 16px !important;

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06) !important;
}


/* COLUMNA DE TEXTO */

.mdb-promo-card__copy,
.mdb-instagram-cta__copy,
.mdb-mapas-launch-cta .mdb-country-cta-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}


/* ETIQUETA SUPERIOR */

.mdb-promo-card__label,
.mdb-instagram-cta__eyebrow,
.mdb-mapas-launch-cta .mdb-country-cta-label {
    display: inline-block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;

    background: transparent !important;
    color: #ff4700 !important;

    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}


/* TITULAR */

.mdb-promo-card__title,
.mdb-instagram-cta__title,
.mdb-mapas-launch-cta h3 {
    margin: 0 0 9px !important;

    color: #111 !important;

    font-size: 22px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
}


/* TEXTO */

.mdb-promo-card__text,
.mdb-instagram-cta__text,
.mdb-mapas-launch-cta p {
    margin: 0 0 9px !important;

    color: #333 !important;

    font-size: 16px !important;
    line-height: 1.48 !important;
    font-weight: 400 !important;
}


/* TEXTO DESTACADO DE MAPAS */

.mdb-mapas-launch-subscribe {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.mdb-mapas-launch-proof {
    display: block !important;
    margin-top: 8px !important;

    color: #777 !important;

    font-size: 12px !important;
    line-height: 1.4 !important;
}


/* COLUMNA DE BOTONES */

.mdb-promo-card__actions,
.mdb-instagram-cta__actions,
.mdb-mapas-launch-cta .mdb-country-cta-action {
    display: flex !important;
    flex: 0 0 230px !important;
    width: 230px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 10px !important;

    margin: 0 !important;
}


/* BOTONES */

.mdb-promo-card__button,
.mdb-instagram-cta__button,
.mdb-mapas-launch-cta .mdb-country-cta-action a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    width: 100% !important;
    min-height: 46px !important;
    box-sizing: border-box !important;

    padding: 12px 16px !important;

    background: #ff4700 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 999px !important;

    box-shadow: 0 8px 18px rgba(255, 71, 0, 0.18) !important;

    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-decoration: none !important;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease !important;
}

.mdb-promo-card__button:hover,
.mdb-instagram-cta__button:hover,
.mdb-mapas-launch-cta .mdb-country-cta-action a:hover {
    background: #e63f00 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(255, 71, 0, 0.23) !important;
}


/* ICONOS Y FLECHA DEL CTA SOCIAL */

.mdb-instagram-cta__icon {
    flex: 0 0 auto !important;
}

.mdb-instagram-cta__arrow {
    margin-left: auto !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .mdb-promo-card,
    .mdb-instagram-cta,
    .mdb-mapas-launch-cta {
        display: block !important;

        margin: 20px 0 !important;
        padding: 18px !important;

        border-radius: 14px !important;
    }

    .mdb-promo-card__title,
    .mdb-instagram-cta__title,
    .mdb-mapas-launch-cta h3 {
        font-size: 20px !important;
    }

    .mdb-promo-card__text,
    .mdb-instagram-cta__text,
    .mdb-mapas-launch-cta p {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .mdb-promo-card__actions,
    .mdb-instagram-cta__actions,
    .mdb-mapas-launch-cta .mdb-country-cta-action {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .mdb-promo-card__button,
    .mdb-instagram-cta__button,
    .mdb-mapas-launch-cta .mdb-country-cta-action a {
        width: 100% !important;
        min-height: 44px !important;
        font-size: 14px !important;
    }
}
/* NEWSLETTER · SISTEMA VISUAL MDB */

.mdb-newsletter-cta > .mdb-promo-card__button {
	flex: 0 0 230px !important;
	width: 230px !important;
}

@media (max-width: 767px) {

	.mdb-newsletter-cta > .mdb-promo-card__button {
		width: 100% !important;
		margin-top: 15px !important;
	}
}
/* =========================================================
   HOME MDB · CABECERA UNIFICADA
   ========================================================= */

.mdb-home-hero {
	margin: 0 0 8px;
	padding: 24px;

	background: #f5f5f5;

	border-top: 4px solid #ff4700;
	border-radius: 0;

	box-sizing: border-box;
}


/* CONTENIDO PRINCIPAL */

.mdb-home-hero-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}


/* TEXTO */

.mdb-home-hero-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.mdb-home-hero-label {
	display: block;

	margin-bottom: 7px;

	color: #ff4700;

	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2;

	text-transform: uppercase;
}

.mdb-home-hero h1 {
	margin: 0 0 8px !important;

	color: #111 !important;

	font-size: 30px !important;
	line-height: 1.15 !important;
	font-weight: 800 !important;
}

.mdb-home-hero p {
	margin: 0 !important;

	color: #333 !important;

	font-size: 15px !important;
	line-height: 1.5 !important;
}


/* BOTONES */

.mdb-home-hero-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.mdb-home-hero-button,
.mdb-home-hero-button:visited {
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 46px;
	padding: 12px 18px;

	box-sizing: border-box;

	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;

	text-decoration: none !important;

	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease;
}


/* ÚLTIMAS NOTICIAS */

.mdb-home-hero-button-primary,
.mdb-home-hero-button-primary:visited {
	background: #ff4700;
	color: #fff !important;

	border: 1px solid #ff4700;
}

.mdb-home-hero-button-primary:hover {
	background: #e63f00;
	border-color: #e63f00;

	color: #fff !important;

	transform: translateY(-1px);
}


/* DIRECTORIO */

.mdb-home-hero-button-secondary,
.mdb-home-hero-button-secondary:visited {
	background: #fff;
	color: #111 !important;

	border: 1px solid #d9d9d9;
}

.mdb-home-hero-button-secondary:hover {
	border-color: #ff4700;
	color: #ff4700 !important;

	transform: translateY(-1px);
}


/* CARTERA MDB */

.mdb-home-hero-footer {
	display: flex;
	align-items: center;
	gap: 7px;

	margin-top: 20px;
	padding-top: 14px;

	border-top: 1px solid #ddd;

	font-size: 13px;
	line-height: 1.4;
}

.mdb-home-hero-footer span {
	font-weight: 700;
	color: #222;
}

.mdb-home-hero-footer a,
.mdb-home-hero-footer a:visited {
	color: #ff4700 !important;
	font-weight: 800;

	text-decoration: none !important;
}

.mdb-home-hero-footer a:hover {
	text-decoration: underline !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

	.mdb-home-hero-main {
		display: block;
	}

	.mdb-home-hero-actions {
		margin-top: 18px;
	}

}


@media (max-width: 600px) {

	.mdb-home-hero {
		padding: 20px 18px;
	}

	.mdb-home-hero h1 {
		font-size: 25px !important;
	}

	.mdb-home-hero-actions {
		display: block;
	}

	.mdb-home-hero-button {
		width: 100%;
		margin-bottom: 8px;
	}

	.mdb-home-hero-footer {
		display: block;
	}

	.mdb-home-hero-footer a {
		display: block;
		margin-top: 5px;
	}

}
/* Reducir espacio bajo la cabecera de la home */

body.home .mdb-home-hero {
	margin-bottom: 0px !important;
}
/* Compactar el espacio entre la cabecera MDB y las noticias de la home */

body.home .mdb-home-hero {
	margin-bottom: 0 !important;
}

body.home .mdb-home-hero + * {
	margin-top: 0 !important;
	padding-top: 0px !important;
}
.pmpro_btn, .pmpro-btn {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #1a1a1a !important;
}.pmpro_message, .pmpro-message, .pmpro_content_message {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px !important;
}.wp-block-embed__wrapper,
iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}.wp-block-button__link {
    color: #ffffff !important;
} 

.instagram-feed{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:20px;
    padding:10px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
}

.instagram-feed::-webkit-scrollbar{
    height:12px;
}

.instagram-feed::-webkit-scrollbar-thumb{
    background:#ff5a00;
    border-radius:20px;
}

.instagram-feed::-webkit-scrollbar-track{
    background:#eee;
}

.instagram-feed > *{
    flex:0 0 auto;
}

.instagram-feed blockquote{
    width:326px;
    min-width:326px;
    margin:0 !important;
    scroll-snap-align:start;
}

.instagram-feed iframe{
    width:326px !important;
    height:580px !important;
}
/* =========================================================
   MIGRANTES DEL BALÓN · BLOQUE PRINCIPAL DE LA HOME
   ========================================================= */

.mdb-home-intro {
    box-sizing: border-box;
    width: 100%;
    background: #111318;
    padding: 24px 40px 22px;
    margin: 0;
    border-bottom: 3px solid #ff4700;
}


/* TITULAR */

.mdb-home-intro h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 8px 0;
    padding: 0;
}


/* DESCRIPCIÓN */

.mdb-home-subtitle {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 16px 0;
    padding: 0;
}


/* CONTENEDOR DE BOTONES */

.mdb-home-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}


/* BOTONES */

.mdb-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    padding: 9px 15px;

    border-radius: 4px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* BOTÓN PRINCIPAL */

.mdb-primary {
    background: #ff4700;
    border: 2px solid #ff4700;
    color: #ffffff !important;
}

.mdb-primary:hover {
    background: #e94000;
    border-color: #e94000;
    color: #ffffff !important;
    transform: translateY(-1px);
}


/* BOTONES SECUNDARIOS */

.mdb-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.mdb-secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111318 !important;
    transform: translateY(-1px);
}


/* CARTERA MDB */

.mdb-home-cartera {
    margin-top: 15px;
    padding-top: 11px;

    border-top: 1px solid #343840;

    color: #c5c5c5;
    font-size: 13px;
    line-height: 1.4;
}

.mdb-home-cartera strong {
    color: #e5e5e5;
    font-weight: 700;
}

.mdb-home-cartera a {
    margin-left: 4px;

    color: #ff4700 !important;
    font-weight: 700;

    text-decoration: none !important;
}

.mdb-home-cartera a:hover {
    text-decoration: underline !important;
}


/* =========================================================
   TABLET Y MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .mdb-home-intro {
        padding: 20px 18px 18px;
    }

    .mdb-home-intro h2 {
        font-size: 27px;
        line-height: 1.1;
    }

    .mdb-home-subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .mdb-home-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .mdb-home-button {
        width: 100%;
        padding: 9px 10px;
        font-size: 12.5px;
        text-align: center;
    }

    .mdb-home-actions .mdb-primary {
        grid-column: 1 / -1;
    }

    .mdb-home-cartera {
        margin-top: 14px;
        padding-top: 10px;
        font-size: 12.5px;
    }

}


/* MÓVILES MUY PEQUEÑOS */

@media (max-width: 420px) {

    .mdb-home-intro {
        padding: 18px 15px 16px;
    }

    .mdb-home-intro h2 {
        font-size: 24px;
    }

    .mdb-home-actions {
        grid-template-columns: 1fr;
    }

    .mdb-home-actions .mdb-primary {
        grid-column: auto;
    }

    .mdb-home-cartera a {
        display: inline;
        margin-left: 2px;
    }

}
/* =========================================================
   MIGRANTES DEL BALÓN · PUBLICIDAD Y COLABORACIONES
   ========================================================= */

.mdb-ads {
    width: 100%;
    box-sizing: border-box;
}


/* HERO */

.mdb-ads-hero {
    box-sizing: border-box;
    background: #111318;
    border-bottom: 4px solid #ff4700;
    padding: 48px 50px 52px;
    margin: 0;
}

.mdb-ads-label,
.mdb-section-label {
    display: block;
    color: #ff4700 !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.mdb-ads-hero h2 {
    color: #ffffff !important;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
    max-width: 820px;
    margin: 0 0 16px 0;
}

.mdb-ads-hero p {
    color: #d7d7d7 !important;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 27px 0;
}


/* BOTÓN PRINCIPAL */

.mdb-ads-main-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    background: #ff4700 !important;
    border: 2px solid #ff4700 !important;

    color: #ffffff !important;

    padding: 11px 20px;
    border-radius: 4px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;

    text-decoration: none !important;
    white-space: nowrap;
}

.mdb-ads-main-button:hover {
    background: #e94000 !important;
    border-color: #e94000 !important;
    color: #ffffff !important;
}


/* CIFRAS */

.mdb-ads-stats {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    background: #ffffff;

    border: 1px solid #e3e3e3;
    border-radius: 6px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.08);

    margin: -22px 22px 48px;
}

.mdb-stat {
    text-align: center;
    padding: 22px 10px;
    border-right: 1px solid #e5e5e5;
}

.mdb-stat:last-child {
    border-right: none;
}

.mdb-stat strong {
    display: block;
    color: #ff4700 !important;
    font-size: 29px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 7px;
}

.mdb-stat span {
    display: block;
    color: #111318 !important;
    font-size: 13px;
    font-weight: 700;
}

.mdb-stat small {
    display: block;
    color: #888888 !important;
    font-size: 10px;
    margin-top: 4px;
}


/* SECCIONES */

.mdb-ads-section {
    box-sizing: border-box;
    padding: 18px 25px 48px;
}

.mdb-ads-section h3,
.mdb-social-section h3,
.mdb-custom-campaign h3 {
    color: #111318 !important;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 13px 0;
}

.mdb-ads-intro {
    max-width: 870px;
    color: #333333 !important;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 27px 0;
}


/* GRID */

.mdb-ads-grid {
    display: grid;
    gap: 16px;
}

.mdb-ads-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}


/* TARJETAS */

.mdb-ads-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 23px;
}

.mdb-ads-card strong {
    display: block;
    color: #111318 !important;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 9px;
}

.mdb-ads-card p {
    color: #555555 !important;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}


/* REDES */

.mdb-social-section {
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 38px 30px 42px;
    margin: 0 0 45px 0;
}

.mdb-social-section > p {
    max-width: 800px;
    color: #555555 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.mdb-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.mdb-social-item {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
}

.mdb-social-item strong {
    display: block;
    color: #ff4700 !important;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}

.mdb-social-item span {
    color: #111318 !important;
    font-size: 12px;
    font-weight: 700;
}


/* BLOQUE OSCURO */

.mdb-ads-dark {
    background: #111318 !important;
    color: #ffffff !important;
    padding: 38px 35px 42px;
    margin: 0 0 45px 0;
}

.mdb-ads-dark h3 {
    color: #ffffff !important;
}

.mdb-dark-intro {
    max-width: 800px;
    color: #c7c7c7 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.mdb-ads-format {
    border: 1px solid #343840;
    border-radius: 5px;
    padding: 22px;
    background: #171a20 !important;
}

.mdb-ads-format > span {
    display: block;
    color: #ff4700 !important;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.mdb-ads-format h4 {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 8px 0;
}

.mdb-ads-format p {
    color: #c7c7c7 !important;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}


/* FILOSOFÍA */

.mdb-ads-bigtext {
    max-width: 900px;
    color: #111318 !important;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.mdb-ads-text {
    max-width: 850px;
    color: #555555 !important;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}


/* COLABORACIONES */

.mdb-custom-campaign {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    padding: 32px 25px 48px;
}

.mdb-custom-copy p {
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.65;
}

.mdb-custom-highlight {
    background: #111318 !important;
    border-bottom: 4px solid #ff4700;
    border-radius: 5px;
    padding: 27px;
}

.mdb-custom-highlight > span {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.mdb-custom-highlight strong {
    display: block;
    color: #ffffff !important;
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.mdb-custom-highlight p {
    color: #c6c6c6 !important;
}


/* CTA */

.mdb-ads-cta {
    box-sizing: border-box;
    background: #f3f3f3;
    border-left: 5px solid #ff4700;
    padding: 35px;
    margin: 0 25px 30px;
}

.mdb-ads-cta > span {
    display: block;
    color: #ff4700 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.mdb-ads-cta h3 {
    color: #111318 !important;
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.mdb-ads-cta p {
    max-width: 720px;
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}


/* BOTÓN EMAIL */

.mdb-ads-email-button {
    display: inline-block !important;

    width: auto !important;
    max-width: none !important;

    background: #ff4700 !important;
    border: 2px solid #ff4700 !important;

    color: #ffffff !important;

    padding: 12px 20px !important;

    border-radius: 4px;

    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.mdb-ads-email-button:hover {
    background: #e94000 !important;
    border-color: #e94000 !important;
    color: #ffffff !important;
}


/* TABLET */

@media (max-width: 900px) {

    .mdb-ads-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdb-ads-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdb-social-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mdb-custom-campaign {
        grid-template-columns: 1fr;
    }
}


/* MÓVIL */

@media (max-width: 768px) {

    .mdb-ads-hero {
        padding: 32px 22px 35px;
    }

    .mdb-ads-hero h2 {
        font-size: 30px;
    }

    .mdb-ads-stats {
        grid-template-columns: repeat(2, 1fr);
        margin: -15px 10px 35px;
    }

    .mdb-ads-grid-3 {
        grid-template-columns: 1fr;
    }

    .mdb-social-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdb-ads-dark {
        padding: 30px 18px;
    }

    .mdb-custom-campaign {
        padding: 20px 12px 38px;
    }

    .mdb-ads-cta {
        padding: 27px 20px;
        margin: 0 12px 25px;
    }

    .mdb-ads-email-button {
        font-size: 13px !important;
        padding: 11px 14px !important;
    }
}


/* MÓVIL PEQUEÑO */

@media (max-width: 420px) {

    .mdb-ads-hero h2 {
        font-size: 27px;
    }

    .mdb-ads-email-button {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;

        text-align: center;

        font-size: 12px !important;
        padding: 11px 5px !important;
    }
}
/* =========================================================
   MIGRANTES DEL BALÓN
   EDICIÓN DE VÍDEO PROFESIONAL
   ========================================================= */

.mdb-video,
.mdb-video * {
    box-sizing: border-box;
}

.mdb-video {
    width: 100%;
    max-width: 100%;
}


/* =========================================================
   HERO
   ========================================================= */

.mdb-video-hero {
    width: 100%;
    max-width: 100%;
    background: #111318;
    border-bottom: 4px solid #ff4700;
    padding: 40px 32px 42px;
    overflow: hidden;
}

.mdb-video-label,
.mdb-video-section-label {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin-bottom: 9px;
}

.mdb-video-hero h2 {
    color: #ffffff !important;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 800;
    max-width: 760px;
    margin: 0 0 15px;
}

.mdb-video-hero p {
    color: #d7d7d7 !important;
    max-width: 730px;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
}

.mdb-video-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}


/* BOTÓN PRINCIPAL */

.mdb-video-main-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #ff4700 !important;
    border: 2px solid #ff4700 !important;
    color: #ffffff !important;
    padding: 11px 18px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.mdb-video-main-button:hover {
    background: #e94000 !important;
    border-color: #e94000 !important;
    color: #ffffff !important;
}


/* WYSCOUT BADGE */

.mdb-video-wyscout-badge {
    display: flex;
    flex-direction: column;
    padding: 7px 13px;
    border-left: 3px solid #ff4700;
}

.mdb-video-wyscout-badge strong {
    color: #ffffff !important;
    font-size: 13px;
    line-height: 1.25;
}

.mdb-video-wyscout-badge span {
    color: #aeb2b8 !important;
    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
   WYSCOUT
   ========================================================= */

.mdb-video-wyscout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(210px, .8fr);
    gap: 20px;
    width: 100%;
    padding: 36px 22px;
    align-items: stretch;
}

.mdb-video-wyscout-copy {
    min-width: 0;
}

.mdb-video-wyscout-copy h3 {
    color: #111318 !important;
    font-size: 26px;
    line-height: 1.17;
    font-weight: 800;
    margin: 0 0 13px;
}

.mdb-video-wyscout-copy p {
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 12px;
}

.mdb-video-wyscout-box {
    min-width: 0;
    background: #111318;
    border-bottom: 4px solid #ff4700;
    border-radius: 5px;
    padding: 22px;
}

.mdb-video-wyscout-box > span {
    display: block;
    color: #ff4700 !important;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

.mdb-video-wyscout-box strong {
    display: block;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.mdb-video-wyscout-box p {
    color: #c6c6c6 !important;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}


/* =========================================================
   SERVICIOS
   ========================================================= */

.mdb-video-dark {
    width: 100%;
    background: #111318 !important;
    padding: 34px 22px 38px;
    margin: 0 0 36px;
    overflow: hidden;
}

.mdb-video-dark h3 {
    color: #ffffff !important;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 22px;
}

.mdb-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.mdb-video-card {
    min-width: 0;
    width: 100%;
    background: #171a20 !important;
    border: 1px solid #343840;
    border-radius: 5px;
    padding: 20px;
}

.mdb-video-card > span {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 7px;
}

.mdb-video-card h4 {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 9px;
    word-break: normal;
    overflow-wrap: normal;
}

.mdb-video-card p {
    color: #c7c7c7 !important;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    word-break: normal;
    overflow-wrap: normal;
}


/* =========================================================
   90 MINUTOS → ACCIONES
   ========================================================= */

.mdb-video-match {
    width: 100%;
    padding: 8px 22px 42px;
}

.mdb-video-match h3 {
    color: #111318 !important;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 12px;
}

.mdb-video-match-intro {
    max-width: 760px;
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.mdb-video-match-flow {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        30px
        minmax(0, 1fr)
        30px
        minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    width: 100%;
    margin-bottom: 20px;
}

.mdb-video-match-box {
    min-width: 0;
    background: #f4f4f4;
    border-top: 3px solid #ff4700;
    text-align: center;
    padding: 16px 9px;
}

.mdb-video-match-box strong {
    display: block;
    color: #111318 !important;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.mdb-video-match-box span {
    color: #555555 !important;
    font-size: 11px;
    line-height: 1.35;
}

.mdb-video-arrow {
    color: #ff4700 !important;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.mdb-video-match-note {
    max-width: 800px;
    color: #555555 !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* =========================================================
   SECCIONES
   ========================================================= */

.mdb-video-section {
    width: 100%;
    padding: 33px 22px;
}

.mdb-video-section h3,
.mdb-video-feature h3,
.mdb-video-formats h3,
.mdb-video-budget h3,
.mdb-video-cta h3 {
    color: #111318 !important;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 14px;
}


/* =========================================================
   PROCESO
   ========================================================= */

.mdb-video-process {
    width: 100%;
    max-width: 850px;
    margin-top: 22px;
}

.mdb-video-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #e3e3e3;
}

.mdb-video-step > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ff4700;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
}

.mdb-video-step h4 {
    color: #111318 !important;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px;
}

.mdb-video-step p {
    color: #555555 !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


/* =========================================================
   DIFERENCIAL
   ========================================================= */

.mdb-video-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(210px, .8fr);
    gap: 20px;
    width: 100%;
    padding: 30px 22px 40px;
}

.mdb-video-feature-copy {
    min-width: 0;
}

.mdb-video-feature-copy p {
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 12px;
}

.mdb-video-feature-box {
    min-width: 0;
    background: #111318 !important;
    border-bottom: 4px solid #ff4700;
    border-radius: 5px;
    padding: 22px;
}

.mdb-video-feature-box span {
    display: block;
    color: #ff4700 !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
    margin-bottom: 9px;
}

.mdb-video-feature-box strong {
    display: block;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.45;
}


/* =========================================================
   FORMATOS
   ========================================================= */

.mdb-video-formats {
    width: 100%;
    background: #f5f5f5;
    padding: 32px 22px 36px;
    margin-bottom: 36px;
}

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

.mdb-video-formats-grid div {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
    padding: 17px 8px;
}

.mdb-video-formats-grid strong {
    display: block;
    color: #ff4700 !important;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.mdb-video-formats-grid span {
    color: #111318 !important;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}


/* =========================================================
   PRESUPUESTOS
   ========================================================= */

.mdb-video-budget {
    width: 100%;
    padding: 8px 22px 38px;
}

.mdb-video-budget p {
    max-width: 800px;
    color: #444444 !important;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 10px;
}


/* =========================================================
   CTA FINAL
   ========================================================= */

.mdb-video-cta {
    width: calc(100% - 36px);
    background: #f3f3f3;
    border-left: 5px solid #ff4700;
    padding: 28px;
    margin: 0 18px 28px;
}

.mdb-video-cta > span {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.mdb-video-cta p {
    color: #444444 !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}


/* EMAIL */

.mdb-video-email-button {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    background: #ff4700 !important;
    border: 2px solid #ff4700 !important;
    color: #ffffff !important;
    padding: 11px 18px !important;
    border-radius: 4px;
    font-size: 13px !important;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.mdb-video-email-button:hover {
    background: #e94000 !important;
    border-color: #e94000 !important;
    color: #ffffff !important;
}


/* =========================================================
   TABLET / COLUMNAS ESTRECHAS
   ========================================================= */

@media (max-width: 900px) {

    .mdb-video-grid {
        grid-template-columns: 1fr;
    }

    .mdb-video-wyscout,
    .mdb-video-feature {
        grid-template-columns: 1fr;
    }

    .mdb-video-match-flow {
        grid-template-columns: 1fr;
    }

    .mdb-video-arrow {
        transform: rotate(90deg);
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .mdb-video-hero {
        padding: 29px 18px 32px;
    }

    .mdb-video-hero h2 {
        font-size: 29px;
    }

    .mdb-video-hero p {
        font-size: 15px;
    }

    .mdb-video-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .mdb-video-wyscout {
        padding: 28px 14px;
    }

    .mdb-video-dark {
        padding: 28px 14px 31px;
    }

    .mdb-video-grid {
        grid-template-columns: 1fr;
    }

    .mdb-video-match {
        padding: 5px 14px 33px;
    }

    .mdb-video-section {
        padding: 28px 14px;
    }

    .mdb-video-feature {
        padding: 23px 14px 33px;
    }

    .mdb-video-formats {
        padding: 28px 14px 31px;
    }

    .mdb-video-formats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mdb-video-budget {
        padding: 5px 14px 30px;
    }

    .mdb-video-cta {
        width: calc(100% - 22px);
        padding: 23px 16px;
        margin: 0 11px 23px;
    }
}


/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

    .mdb-video-hero h2 {
        font-size: 26px;
    }

    .mdb-video-formats-grid {
        grid-template-columns: 1fr;
    }

    .mdb-video-main-button,
    .mdb-video-email-button {
        display: block !important;
        width: 100% !important;
        text-align: center;
        white-space: normal !important;
    }
}
/* =========================================================
   MDB · DIRECTORIO DINÁMICO POR PAÍS
   ========================================================= */

.mdb-country-directory,
.mdb-country-directory * {
    box-sizing: border-box;
}

.mdb-country-directory {
    width: 100%;
    margin: 10px 0 35px;
}


/* =========================================================
   CABECERA
   ========================================================= */

.mdb-country-summary {
    background: #111318;
    border-bottom: 4px solid #ff4700;
    padding: 30px;
    margin-bottom: 25px;
}

.mdb-country-label {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.3px;
    margin-bottom: 8px;
}

.mdb-country-summary h2 {
    color: #ffffff !important;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 9px;
}

.mdb-country-summary > p {
    color: #d5d5d5 !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 22px;
}


/* =========================================================
   CONTADORES
   ========================================================= */

.mdb-country-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mdb-country-stats > div {
    background: #181b21;
    border: 1px solid #343840;
    padding: 16px 10px;
    text-align: center;
}

.mdb-country-stats strong {
    display: block;
    color: #ff4700 !important;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 5px;
}

.mdb-country-stats span {
    display: block;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   BUSCADOR
   ========================================================= */

.mdb-country-search {
    width: 100%;
    margin: 0 0 32px;
}

.mdb-country-search label {
    display: block;
    color: #111318 !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 8px;
}

.mdb-country-search-box {
    position: relative;
    width: 100%;
}

.mdb-country-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
}

.mdb-country-search-input {
    width: 100% !important;
    height: 48px !important;
    background: #ffffff !important;
    border: 2px solid #d9d9d9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111318 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 0 16px 0 44px !important;
    outline: none !important;
}

.mdb-country-search-input:focus {
    border-color: #ff4700 !important;
}

.mdb-country-search-input::placeholder {
    color: #777777 !important;
    opacity: 1;
}

.mdb-country-search-status {
    min-height: 18px;
    color: #666666 !important;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
}


/* =========================================================
   SECCIONES
   ========================================================= */

.mdb-country-section {
    margin: 0 0 35px;
}

.mdb-country-section h3 {
    color: #111318 !important;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 14px;
}


/* =========================================================
   TABLAS
   ========================================================= */

.mdb-country-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dddddd;
}

.mdb-country-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #ffffff;
}

.mdb-country-table th {
    background: #111318;
    color: #ffffff !important;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    padding: 12px;
    border-right: 1px solid #343840;
}

.mdb-country-table th:last-child {
    border-right: none;
}

.mdb-country-table td {
    color: #333333 !important;
    font-size: 13px;
    line-height: 1.4;
    padding: 12px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: middle;
}

.mdb-country-table tr:last-child td {
    border-bottom: none;
}

.mdb-country-table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.mdb-country-table tbody tr:hover {
    background: #fff3ee;
}

.mdb-country-table td strong {
    color: #111318 !important;
    font-weight: 800;
}


/* =========================================================
   ACTUALIZACIÓN
   ========================================================= */

.mdb-country-update {
    color: #777777 !important;
    font-size: 11px;
    line-height: 1.4;
    border-top: 1px solid #dddddd;
    padding-top: 12px;
}


/* =========================================================
   TABLET / MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .mdb-country-summary {
        padding: 23px 17px;
    }

    .mdb-country-summary h2 {
        font-size: 25px;
    }

    .mdb-country-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .mdb-country-stats strong {
        font-size: 21px;
    }

    .mdb-country-stats span {
        font-size: 10px;
    }

    .mdb-country-section h3 {
        font-size: 21px;
    }

    .mdb-country-search-input {
        font-size: 16px !important;
    }

}


@media (max-width: 420px) {

    .mdb-country-stats {
        grid-template-columns: 1fr;
    }

}
/* =========================================================
   CTA MAPAS MDB
   ========================================================= */

.mdb-country-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff3ee;
    border-left: 5px solid #ff4700;
    padding: 22px 24px;
    margin: 5px 0 35px;
}

.mdb-country-cta-text {
    flex: 1;
}

.mdb-country-cta-label {
    display: block;
    color: #ff4700 !important;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
}

.mdb-country-cta h3 {
    color: #111318 !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 7px;
}

.mdb-country-cta p {
    color: #444444 !important;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.mdb-country-cta-action {
    flex: 0 0 auto;
}

.mdb-country-cta-action a {
    display: inline-block;
    background: #ff4700;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    padding: 14px 18px;
}

.mdb-country-cta-action a:hover {
    background: #111318;
    color: #ffffff !important;
}

@media (max-width: 700px) {

    .mdb-country-cta {
        display: block;
        padding: 20px;
    }

    .mdb-country-cta-action {
        margin-top: 16px;
    }

}
/* =========================================================
   MDB · NOTICIAS RELACIONADAS POR PAÍS
   ESTILO "TE PUEDE INTERESAR"
   ========================================================= */

body .mdb-country-news {
    width: 100% !important;
    margin: 45px 0 35px !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   CABECERA
   ========================================================= */

body .mdb-country-news .mdb-country-news-heading {
    position: relative !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-align: center !important;
    border-top: 1px solid #777777 !important;
}


/* Ocultamos "ÚLTIMAS NOTICIAS" */

body .mdb-country-news .mdb-country-news-heading > span {
    display: none !important;
}


/* El H2 se convierte en la pestaña naranja */

body .mdb-country-news .mdb-country-news-heading h2 {
    display: inline-block !important;
    position: relative !important;
    top: -17px !important;

    width: auto !important;
    max-width: 90% !important;

    background: #ff4700 !important;
    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;

    margin: 0 auto -10px !important;
    padding: 8px 24px !important;

    clip-path: polygon(
        7% 0,
        100% 0,
        93% 100%,
        0 100%
    ) !important;
}


/* Quitamos descripción */

body .mdb-country-news .mdb-country-news-heading p {
    display: none !important;
}


/* =========================================================
   GRID DE NOTICIAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 15px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   TARJETAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-card {
    display: block !important;
    width: 100% !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}


/* =========================================================
   IMAGEN
   ========================================================= */

body .mdb-country-news .mdb-country-news-image {
    display: block !important;
    position: relative !important;

    width: 100% !important;
    aspect-ratio: 16 / 9 !important;

    overflow: hidden !important;
    background: #eeeeee !important;

    margin: 0 0 9px !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-image img {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover !important;

    margin: 0 !important;
    padding: 0 !important;

    transition: transform 0.25s ease !important;
}


body .mdb-country-news .mdb-country-news-card:hover img {
    transform: scale(1.035) !important;
}


/* =========================================================
   TEXTO
   ========================================================= */

body .mdb-country-news .mdb-country-news-content {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* Ocultamos fecha para que quede más limpio */

body .mdb-country-news .mdb-country-news-date {
    display: none !important;
}


/* TITULAR */

body .mdb-country-news .mdb-country-news-content h3 {
    display: block !important;

    color: #111318 !important;

    font-size: 15px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;

    margin: 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-content h3 a {
    display: block !important;

    color: #111318 !important;

    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;

    text-decoration: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-content h3 a:hover {
    color: #ff4700 !important;
}


/* =========================================================
   BOTÓN VER TODAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-all {
    width: 100% !important;

    text-align: center !important;

    margin: 25px 0 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-all a {
    display: inline-block !important;

    color: #ff4700 !important;
    background: transparent !important;

    border: 2px solid #ff4700 !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    text-decoration: none !important;

    padding: 11px 17px !important;
}


body .mdb-country-news .mdb-country-news-all a:hover {
    background: #ff4700 !important;
    color: #ffffff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    body .mdb-country-news .mdb-country-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 550px) {

    body .mdb-country-news .mdb-country-news-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    body .mdb-country-news .mdb-country-news-heading h2 {
        font-size: 14px !important;
        padding: 8px 18px !important;
    }

    body .mdb-country-news .mdb-country-news-content h3 {
        font-size: 16px !important;
    }

}
/* =========================================================
   MDB · NOTICIAS RELACIONADAS POR PAÍS
   ESTILO "TE PUEDE INTERESAR"
   ========================================================= */

body .mdb-country-news {
    width: 100% !important;
    margin: 45px 0 35px !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   CABECERA
   ========================================================= */

body .mdb-country-news .mdb-country-news-heading {
    position: relative !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-align: center !important;
    border-top: 1px solid #777777 !important;
}


/* Ocultamos "ÚLTIMAS NOTICIAS" */

body .mdb-country-news .mdb-country-news-heading > span {
    display: none !important;
}


/* El H2 se convierte en la pestaña naranja */

body .mdb-country-news .mdb-country-news-heading h2 {
    display: inline-block !important;
    position: relative !important;
    top: -17px !important;

    width: auto !important;
    max-width: 90% !important;

    background: #ff4700 !important;
    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;

    margin: 0 auto -10px !important;
    padding: 8px 24px !important;

    clip-path: polygon(
        7% 0,
        100% 0,
        93% 100%,
        0 100%
    ) !important;
}


/* Quitamos descripción */

body .mdb-country-news .mdb-country-news-heading p {
    display: none !important;
}


/* =========================================================
   GRID DE NOTICIAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 15px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   TARJETAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-card {
    display: block !important;
    width: 100% !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}


/* =========================================================
   IMAGEN
   ========================================================= */

body .mdb-country-news .mdb-country-news-image {
    display: block !important;
    position: relative !important;

    width: 100% !important;
    aspect-ratio: 16 / 9 !important;

    overflow: hidden !important;
    background: #eeeeee !important;

    margin: 0 0 9px !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-image img {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover !important;

    margin: 0 !important;
    padding: 0 !important;

    transition: transform 0.25s ease !important;
}


body .mdb-country-news .mdb-country-news-card:hover img {
    transform: scale(1.035) !important;
}


/* =========================================================
   TEXTO
   ========================================================= */

body .mdb-country-news .mdb-country-news-content {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* Ocultamos fecha para que quede más limpio */

body .mdb-country-news .mdb-country-news-date {
    display: none !important;
}


/* TITULAR */

body .mdb-country-news .mdb-country-news-content h3 {
    display: block !important;

    color: #111318 !important;

    font-size: 15px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;

    margin: 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-content h3 a {
    display: block !important;

    color: #111318 !important;

    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;

    text-decoration: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-content h3 a:hover {
    color: #ff4700 !important;
}


/* =========================================================
   BOTÓN VER TODAS
   ========================================================= */

body .mdb-country-news .mdb-country-news-all {
    width: 100% !important;

    text-align: center !important;

    margin: 25px 0 0 !important;
    padding: 0 !important;
}


body .mdb-country-news .mdb-country-news-all a {
    display: inline-block !important;

    color: #ff4700 !important;
    background: transparent !important;

    border: 2px solid #ff4700 !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    text-decoration: none !important;

    padding: 11px 17px !important;
}


body .mdb-country-news .mdb-country-news-all a:hover {
    background: #ff4700 !important;
    color: #ffffff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    body .mdb-country-news .mdb-country-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 550px) {

    body .mdb-country-news .mdb-country-news-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    body .mdb-country-news .mdb-country-news-heading h2 {
        font-size: 14px !important;
        padding: 8px 18px !important;
    }

    body .mdb-country-news .mdb-country-news-content h3 {
        font-size: 16px !important;
    }

}
/* =========================================================
   MDB · DIRECTORIO MUNDIAL
   ========================================================= */

.mdb-world-directory {
    width: 100%;
    margin: 10px 0 40px;
}

.mdb-world-summary {
    background: #111318;
    border-bottom: 4px solid #ff4700;
    padding: 30px;
    margin-bottom: 25px;
}

.mdb-world-summary > span {
    display: block;
    color: #ff4700 !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
}

.mdb-world-summary h2 {
    color: #fff !important;
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.mdb-world-summary p {
    color: #ddd !important;
    font-size: 14px;
    margin: 0 0 22px;
}

.mdb-world-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mdb-world-stats > div {
    text-align: center;
    padding: 15px;
    border: 1px solid #343840;
    background: #181b21;
}

.mdb-world-stats strong {
    display: block;
    color: #ff4700 !important;
    font-size: 25px;
}

.mdb-world-stats span {
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
}

.mdb-world-filters {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    background: #f5f5f5;
    padding: 18px;
    margin-bottom: 12px;
}

.mdb-world-filters label {
    display: block;
    color: #111318 !important;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 5px;
}

.mdb-world-filters input,
.mdb-world-filters select {
    width: 100% !important;
    height: 44px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #111318 !important;
    padding: 0 12px !important;
}

.mdb-world-filter-button button {
    height: 44px;
    border: 0;
    background: #ff4700;
    color: #fff;
    font-weight: 800;
    padding: 0 20px;
    cursor: pointer;
}

.mdb-world-filter-reset {
    grid-column: 1 / -1;
}

.mdb-world-filter-reset a {
    color: #777 !important;
    font-size: 11px;
}

.mdb-world-results-count {
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mdb-world-table-wrap {
    overflow-x: auto;
    border: 1px solid #ddd;
}

.mdb-world-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.mdb-world-table th {
    background: #111318;
    color: #fff !important;
    text-align: left;
    font-size: 11px;
    padding: 10px;
}

.mdb-world-table td {
    color: #333 !important;
    font-size: 12px;
    padding: 9px 10px;
    border-bottom: 1px solid #ddd;
}

.mdb-world-table tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.mdb-world-table tbody tr:hover {
    background: #fff3ee;
}

.mdb-world-table td strong {
    color: #111318 !important;
}

.mdb-world-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 24px 0;
}

.mdb-world-pagination a {
    background: #111318;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    padding: 10px 14px;
}

.mdb-world-pagination a:hover {
    background: #ff4700;
}

.mdb-world-pagination span {
    font-size: 12px;
    font-weight: 700;
}

.mdb-world-update {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #777 !important;
    font-size: 11px;
}

@media (max-width: 800px) {

    .mdb-world-filters {
        grid-template-columns: 1fr;
    }

    .mdb-world-filter-reset {
        grid-column: auto;
    }

}

@media (max-width: 500px) {

    .mdb-world-stats {
        grid-template-columns: 1fr;
    }

}
/* MAPAS MDB - PRELANZAMIENTO */

.mdb-mapas-launch-subscribe {
	margin-top: 14px !important;
}

.mdb-mapas-launch-proof {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

.mdb-mapas-launch-cta .mdb-country-cta-action a {
	text-align: center;
}
/* =========================================================
   MAPAS MDB - CTA PRELANZAMIENTO COMPACTO
   Añadir al FINAL de style.css
   ========================================================= */

.mdb-mapas-launch-cta {
    padding: 20px 24px !important;
    margin: 18px 0 22px !important;
    gap: 24px !important;
    align-items: center !important;
}

.mdb-mapas-launch-cta .mdb-country-cta-label {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.mdb-mapas-launch-cta h3 {
    margin: 8px 0 10px !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
}

.mdb-mapas-launch-cta p {
    margin: 0 0 9px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.mdb-mapas-launch-subscribe {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.mdb-mapas-launch-proof {
    display: block;
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666;
}

.mdb-mapas-launch-cta .mdb-country-cta-action a {
    display: inline-block;
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {

    .mdb-mapas-launch-cta {
        padding: 18px !important;
        gap: 14px !important;
    }

    .mdb-mapas-launch-cta h3 {
        font-size: 21px !important;
    }

    .mdb-mapas-launch-cta p {
        font-size: 15px !important;
    }

    .mdb-mapas-launch-cta .mdb-country-cta-action,
    .mdb-mapas-launch-cta .mdb-country-cta-action a {
        width: 100%;
        box-sizing: border-box;
    }
}
/* =========================================================
   ENLAZADO INTERNO - DIRECTORIOS POR PAÍS
   Añadir al FINAL de style.css
   ========================================================= */

/* País clicable dentro del directorio mundial */

.mdb-world-country-link,
.mdb-world-country-link:visited {
    color: inherit;
    text-decoration: none;
}

.mdb-world-country-link:hover {
    color: #ff4700;
    text-decoration: underline;
}


/* Bloque "Explora el fútbol español por países" */

.mdb-country-links {
    margin: 34px 0 10px;
    padding: 24px;
    background: #f5f5f5;
    border-top: 4px solid #ff4700;
}

.mdb-country-links-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.mdb-country-links-label {
    display: block;
    margin-bottom: 5px;
    color: #ff4700;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.mdb-country-links h3 {
    margin: 0 !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
}

.mdb-country-links-world,
.mdb-country-links-world:visited {
    color: #ff4700;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.mdb-country-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mdb-country-links-grid a,
.mdb-country-links-grid a:visited {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 13px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid #e2e2e2;
}

.mdb-country-links-grid a:hover {
    color: #ff4700;
    border-color: #ff4700;
}

@media (max-width: 900px) {

    .mdb-country-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {

    .mdb-country-links {
        padding: 18px;
    }

    .mdb-country-links-head {
        display: block;
    }

    .mdb-country-links-world {
        display: inline-block;
        margin-top: 10px;
    }

    .mdb-country-links-grid {
        grid-template-columns: 1fr;
    }
}