/* ESTILOS PDM Águilas */
.logo-pdm {
    width: 90% !important;
    height: auto !important;
}

.logo-pie {
    width: auto !important;
    height: 60px !important;
}

.color-corporativo {
    color: var(--theme) !important;
}

@media only screen and (max-width: 500px) {
    .logo-pdm {
        width: 50% !important;
        height: auto !important;
    }
}

.parrafo-carrusel {
    color: var(--gray1) !important;
    font-family: "Plus Jakarta Sans", serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    text-transform: none !important;
}

.h2-tarifas {
    color: var(--theme) !important;
    font-family: "Oswald", serif !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: -0.48px !important;
    text-transform: uppercase !important;
}

.h3-tramites {
    color: var(--title) !important;
    font-family: "Oswald", serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: -0.48px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.h4-generico {
    color: var(--title) !important;
    font-family: "Plus Jakarta Sans", serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    padding-bottom: 4px !important;
}

.h4-pie {
    color: #FFF !important;
    font-family: "Plus Jakarta Sans", serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    text-transform: capitalize !important;
    padding-bottom: 15px !important;
}

.h4-boletin {
    color: #FFF !important;
    font-family: "Oswald", serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    letter-spacing: -0.4px !important;
    text-transform: uppercase !important;
    padding-bottom: 26px !important;
}

.caja-contacto {
    height: 80px !important;
    overflow: hidden !important;
}

.fondo-encabezado {
    background-image: url("../images/fondo-encabezado.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.color-link-submenu {
    color: #E6C36A !important;
    font-weight: 600 !important;
}

.h2-contacto {
    color: var(--title) !important;
    font-family: "Oswald", serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: -0.48px !important;
    text-transform: uppercase !important;
}

.h2-visor {
    font-family: "Oswald", serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
    text-transform: uppercase !important;
}

.h3-contacto {
    color: var(--title) !important;
    font-family: "Oswald", serif !important;
    font-size: 60px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 80px !important;
    letter-spacing: -1.2px !important;
    text-transform: uppercase !important;
}

.negro {
    color: var(--title) !important;
}

.campo-error {
    border: 1px solid #DC3545 !important;
}

.lienzo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-height: 220px;
}

.lienzo-img img {
    height: 100%;
    width: 100%;
    /*max-width: 100%; */
    object-fit: cover;
    transition: transform 0.4s;
}

.lienzo-img img:hover {
    transform: scale(1.1);
}

.lienzo-img-portada {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 240px;
}

.lienzo-img-portada img {
    height: 100%;
    width: 100%;
    /*max-width: 100%; */
    object-fit: cover;
    transition: transform 0.4s;
}

.lienzo-img-portada img:hover {
    transform: scale(1.1);
}

.img-128 {
    width: 128px !important;
    height: auto !important;
}

.miniatura-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 80px !important;
    width: 80px !important;
    background-color: #CECECE !important;
    border-radius: 50% !important;
}

.miniatura-img img {
    height: 100% !important;
    width: auto !important;
}

.parrafo-articulo,
.parrafo-articulo p {
    color: var(--title) !important;
}

.parrafo-articulo p {
    margin-bottom: 30px !important;
}

.parrafo-articulo ul li {
    margin-left: 20px !important;
    list-style: disc !important;
}

.parrafo-articulo ol li {
    margin-left: 20px !important;
    list-style: decimal !important;
}

.carousel-inner {
    width: 100%;
    height: 400px;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.articulo-padding {
    padding: 65px 0px !important;
}

@media (max-width: 768px) {
    .carousel-inner {
        height: 280px;
    }
}

.pdm-banner-container {
    position: relative;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 50px 40px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(37, 99, 235, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdm-banner-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(37, 99, 235, 0.4);
}

/* Patrón decorativo de fondo */
.pdm-banner-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    animation: patternMove 20s linear infinite;
    pointer-events: none;
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30px, 30px);
    }
}

.pdm-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.pdm-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(45deg, #fde047, #f59e0b, #fde047);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pdm-banner-container:hover .pdm-icon-wrapper::after {
    opacity: 1;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pdm-icon {
    font-size: 50px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.pdm-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.pdm-h2 {
    color: white;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pdm-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.pdm-cta-button {
    display: inline-block;
    background: white;
    color: #1e40af;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.pdm-cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.pdm-cta-button:hover::before {
    width: 300px;
    height: 300px;
}

.pdm-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.pdm-cta-button span {
    position: relative;
    z-index: 1;
}

/* Elementos decorativos */
.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.deco-circle-1 {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
    animation: float 4s ease-in-out infinite;
}

.deco-circle-2 {
    width: 100px;
    height: 100px;
    bottom: -30px;
    right: -30px;
    animation: float 5s ease-in-out infinite reverse;
}

/* Versión responsive */
@media (max-width: 768px) {
    .pdm-banner-container {
        padding: 40px 30px;
    }

    .pdm-h2 {
        font-size: 24px;
    }

    .pdm-subtitle {
        font-size: 15px;
    }
}

.isotipo-alquiler {
    width: 60px !important;
    height: 60px !important;
}

.pdm-banner-container:hover .pdm-icon .isotipo-alquiler {
    filter: brightness(0) saturate(100%);
}

.titulo_noticia_portada {
    height: 100px !important;
    overflow: hidden !important;
}

.lienzo-img-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 80px;
    height: 80px;
}

.lienzo-img-mini img {
    height: 100%;
    width: 100%;
    /*max-width: 100%; */
    object-fit: cover;
    transition: transform 0.4s;
}

.lienzo-img-mini img:hover {
    transform: scale(1.1);
}

.ico-redes {
    width: 20px !important;
    height: 20px !important;
}

/* Hero Video */
.pdm-video-hero {
    position: relative !important;
    width: 100% !important;
    height: 90vh !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Contenedor del video */
.pdm-video-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Video de fondo */
.pdm-background-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Overlay oscuro para mejor legibilidad */
.pdm-video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.pdm-hero-content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pdm-hero-content .container {
    position: relative !important;
    z-index: 4 !important;
}


@media (max-width: 768px) {
    .pdm-video-hero {
        height: 80vh !important;
        min-height: 500px !important;
    }

    .pdm-hero-content {
        padding: 20px 0 !important;
    }
}

@media (max-width: 576px) {
    .pdm-video-hero {
        height: 70vh !important;
        min-height: 400px !important;
    }
}

/* Detección de soporte de video */
@supports not (object-fit: cover) {
    .pdm-video-container {
        background: #000 !important;
        /* Fallback color */
    }

    .pdm-background-video {
        display: none !important;
    }
}

.contenedor-precio {
    text-align: right !important;
    margin-bottom: 15px !important;
}

.price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #CC3521;
    display: inline-flex;
    align-items: flex-start;
}

.price .currency {
    font-size: 0.8rem;
    margin-left: 4px;
    line-height: 1.4;
    opacity: 0.7;
}

.price .amount {
    font-size: 1.6rem;
    font-weight: 700;
}

/* DEPORTE FEDERADO - CLUBES */

.pdm-card-club {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow .2s ease-in-out;
}


.pdm-card-club:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}


.pdm-card-club-logo-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}


.pdm-card-club-logo {
    height: 100%;
    width: auto;
    object-fit: contain;
}


.pdm-img-loading {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pdm-social-icons {
    height: 60px !important;
    overflow: hidden !important;
    margin-bottom: 15px;
    ;
}

.pdm-social-icons a {
    font-size: 1.2rem;
    margin: 0 6px;
    color: #333;
    transition: color 0.2s;
}

.pdm-social-icons a:hover {
    color: var(--theme);
}


.pdm-bus-btn {
    margin-bottom: 8px;
    font-size: 14px;
    background-color: var(--theme) !important;
}

.pdm-bus-btn-secundario {
    margin-bottom: 8px;
    font-size: 14px;
    background-color: var(--secundario) !important;
}

.contenido-summernote p {
    font-size: 14px !important;
    color: black !important;
    padding: 0 12px !important;
    margin-bottom: 16px !important;
}

.cc-nb-okagree {
    background-color: #1F3A5F !important;
    color: #fff !important;
}

.cc-nb-reject {
    background-color: #1F3A5F !important;
    color: #fff !important;
}

.cc-cp-foot-save {
    background-color: #1F3A5F !important;
    color: #fff !important;
}

.cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #1F3A5F !important;
}

.cc-cp-foot-byline {
    color: #F2F2F2 !important;
}

.cc-cp-foot-byline a {
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.cc-pc-head-title-text {
    color: white !important;
}

.notas-legales {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1A1A1A !important;
}

.notas-legales h2,
.notas-legales h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.notas-legales h2,
.notas-legales h3,
.notas-legales p {
    margin-bottom: 30px !important;
}

.notas-legales li {
    margin-bottom: 15px !important;
}

.notas-legales ul li {
    list-style: disc !important;
}

.notas-legales ol li {
    list-style: decimal !important;
    padding-left: 15px !important;
}