header.header {
 background-color: #222222;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* MENU DESKTOP (IZQUIERDA) */
.menu-desktop ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding-top: 45px;
}

.menu-desktop a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;

}

/* LOGO + TEXTO A LA DERECHA */
.logo-area {
    text-align: right;
}

.logo {
    height: auto;
    max-width: 340px;
}

.media-kit {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
}

span.color-azul {
    color: #00B1EB;
}

/* HAMBURGUESA */
.hamburger {
    font-size: 45px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

/* MENU MOVIL SLIDE LEFT */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 600px;
    background: #fff;
    padding-top: 60px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    z-index: 1000;
}

.mobile-menu.open {
    left: 0;
}

.mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.mobile-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 900;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.quienes {
    font-size: 3.5rem;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    font-family: 'Ubuntu';
    text-transform: uppercase;
}

.p2 {
    font-family: 'Ubuntu';
    font-size: 18px;
}

p.audiencia {
    font-size: 2em;
    text-transform: uppercase;
}

h1.text-center {
    font-size: 6rem;
    padding-top: 3rem;
}

.col-md-4.ca1 {
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

.col-md-4.ca2 {
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

.col-md-4.ca3 {
    border-bottom: 1px solid #222;
}

p.minuu {
    font-size: 2.2rem;
    padding-left: 3rem;
    font-weight: 500;
}

p.tirajed {
    padding-top: 4rem;
    padding-left: 3em;
    font-size: 24px;
    margin: 0;
}

p.tiraje {
    padding-left: 3em;
    font-size: 24px;
    margin: 0;
}

p.tit {
    font-weight: bold;
    font-size: 3rem;
    font-family: 'Ubuntu';
    margin: 0;
    padding: 0;
    color: #000;
}

p.numeros {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
    padding-left: 1em;
    padding-top: 1.5em;
}

p.numero {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
    padding-left: 1em;
}

img.redes {
    width: 100%;
    margin: 0;
    padding: 0;
}

p.pas {
    margin: 0;
}


.col-md-4.c6 {
    border-right: 1px solid #222;
}

p.uk-card-title.date.redes {
    font-size: 4rem;
    font-weight: bold;
    padding-top: 0rem;
}

span.yellowmas.mas {
    color: #02b1ea;
    font-size: 6rem;
    vertical-align: sub;
    font-weight: 100;
    margin: 0;
    padding: 0;
}


p.usuarioreds {
    font-size: 20px;
    padding-top: 2em;
    margin: 0;
}

p.numredes {
    margin: 0;
    font-weight: bold;
    font-size: 70px;
    padding-left: 1em;
    color: #fff;
    font-family: 'Ubuntu';
}

span.azulmass {
    color: #02b1e9;
    font-weight: 100;
    font-size: 70px;
    padding: 0;
    margin: 0;
}

p.usuarioreds {
    font-size: 20px;
    padding-top: 2em;
    margin: 0;
    padding-left: 3.5em;
    color: #fff;
    font-family: 'Ubuntu';
}

p.usuarioredss {
    font-size: 20px;
    padding-top: em;
    margin: 0;
    padding-left: 3.5em;
    color: #fff;
    font-family: 'Ubuntu';
}

.back-n {
    margin: 0;
    padding: 0;
    background: #222;
}

.col-md-4.cam1 {
    border-right: 1px solid #ddd;
}


.col-md-4.cam2 {
    border-right: 1px solid #ddd;
}

.col-md-4.wath {
    padding-top: 11em;
}

.reproducciones {
    display: flex;
    gap: 8px;
    /* espacio entre columnas */
    align-items: center;
}

.ks2 {
    font-weight: bold;
}

.user-1 {
    font-size: 14px;
}




span.user-11 {
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    padding-left: 15px;
}

span.respuesta {
    color: #222;
    font-size: 15px;
}

p.txt-general.color {
    color: #222;
}

img.iconosredes {
    width: 25px;
    padding-top: 28px;
}

.bg-azulfondo {
    background: url(../imagen/bg-fondoazul.png);
    background-repeat: no-repeat;
    width: 100%;
}

p.nuestrap {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Ubuntu';
    padding-top: 3em;
    padding-bottom: 3em;
}

.p22 {
    font-family: 'Ubuntu';
    font-size: 18px;
    padding-top: 10em;
    padding-right: 100px;
}

.p23 {
    font-family: 'Ubuntu';
    font-size: 18px;
    padding-right: 100px;
}




.mk-slider {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding-top: 7em;
}

.mk-track {
    display: flex;
    transition: transform 0.5s ease;
}

.mk-slide {
    flex: 0 0 100%;
}

.mk-slide img {
    width: 100%;
    display: block;
}

.mk-prev,
.mk-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
}

.mk-prev {
    left: 10px;
}

.mk-next {
    right: 10px;
}


p.somosd {
    color: #fff;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.contactanosbj {
    color: #02b1ea;
    background: #000;
    width: 15%;
    font-size: 30px;
    padding: 5px;
    text-align: center;
}

.back-n.contacto {
    background: #1c1c1c;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: -3em;
}

.bg-editoriaes {
    background: url(../imagen/bg-editoriales.png);
    background-repeat: no-repeat;
    background-size: 25%;
}

p.txt-editoriales {
    font-size: 6em;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 2em;
    line-height: 100px;
    font-family: 'Ubuntu';
}


p.tit1 {
    font-weight: 500;
    font-size: 3rem;
    font-family: 'Ubuntu';
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.col-md-6.rangos {
    padding-top: 5em;
}

.rg-wrapper {
    font-family: Arial, sans-serif;
}

/* ===== FILA ===== */
.rg-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

/* ===== TEXTO ===== */
.rg-label {
    width: 170px;
    /* mismo ancho para todos */
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

/* ===== BARRA BASE ===== */
.rg-meter {
    flex: 1;
    height: 20px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

/* ===== BARRA ACTIVA ===== */

.rg-meter-fill {
    display: block;
    height: 100%;
    background: #02b1ea;
    border-radius: 3px;
    position: relative;
}


/* ===== PORCENTAJE ===== */
.rg-meter-fill::after {
    content: attr(data-percent);
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

p.mparr {
    padding-left: 3em;
}

p.mparr1 {
    text-align: right;
    padding-right: 3em;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background: url(../imagen/flecha-izquierda.png);

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';


}



.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background: url(../imagen/flecha-derecha.png);
}

/* RESPONSIVE */
@media (max-width: 768px) {


    .calendar-next {
        right: -184px;
        background: url(../imagen/flecha-derecha.png) !important;
        padding: 90px;
        background-repeat: no-repeat !important;
        display: none;
    }

    p.mparr1 {
        text-align: right;
        padding-right: 0em;
    }



    p.mparr {
        padding-left: 0;
    }

    img.contacto-img {
        width: 100%;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    span.respuesta {
        color: #222;
        font-size: 15px;
        margin-top: 3.5em;
        position: absolute;
        margin-bottom: 2em;

    }

    img.iconosredes {
        width: 25px;
        padding-top: 0px;
        margin-left: 5px;
    }

    p.txt-redes {
        font-weight: bold;
        font-family: 'Ubuntu';
        font-size: 3em;
        text-transform: uppercase;
        padding-top: 0.5em !important;
        line-height: 45px;
    }

    .uk-card.uk-card-primary.uk-card-hover.uk-card-body.uk-light {
        border-right: 0px solid #ddd;
        margin-left: 1em;
    }



    .rg-label {
        width: 80px;
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
        text-align: right;
    }

    .col-md-4.ca2 {
        border-right: 0px solid #222;
        border-bottom: 1px solid #222;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2em;
    }



    .col-md-4.ca1 {
        border-right: 0px solid #222;
        border-bottom: 1px solid #222;
        width: 80%;
        margin: 0 auto;
    }

    .contenedor1 {
        display: none !important;
    }


    .hamburger {
        display: block;
        color: #fff;
        margin-left: -10px;
        margin-right: 15px;
    }

    .mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-top: 3em;
}

    /* Ocultar el menú desktop en móvil */
    .menu-desktop {
        display: none;
    }

    /* Distribución: hamburguesa - logo */
    .header {
        justify-content: space-between;
    }


    .quienes {
        font-size: 2rem;
        line-height: 34px;
        text-align: left;
        font-weight: 500;
        font-family: 'Ubuntu';
    }

    p.tit {
        font-weight: bold;
        font-size: 2.5rem;
        font-family: 'Ubuntu';
        margin: 0;
        padding: 0;
        color: #000;
    }

    p.uk-card-title.date {
        font-size: 4.5rem;
        vertical-align: middle;
        font-weight: bold;
        padding-left: 3rem;
        padding-top: 0rem;
    }

    p.minu {
        padding-left: 0.5em;
        font-size: 5rem;
        font-weight: bold;
        margin: 10px 0 0px 0;
    }

    .col-md-4.ca4 {
        border-right: 0px solid #222;
        border-bottom: 1px solid #222;
        width: 58%;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .col-md-4.cam1 {
        border-right: 0px solid #ddd;
    }

    .col-md-4.ca5 {
        border-right: 0px solid #222;
        border-bottom: 1px solid #222;
        width: 55%;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .col-md-4.cam2 {
        border-right: 0px solid #ddd;
    }

    p.minuu {
        font-size: 2rem;
        padding-left: 5rem;
        font-weight: 500;
        margin: 0;
    }

    p.numeros {
        font-size: 3rem;
        margin: 0;
        padding: 0;
        font-weight: 500;
        padding-left: 0em;
        padding-top: 0em;
    }

    p.tiraje {
        padding-left: 0em;
        font-size: 24px;
        margin: 0;
    }

    p.edad {
        padding-left: 0px;
        margin-top: 0em;
        font-size: 1.2em;
    }

    .col-md-4.c6 {
        border-right: 0px solid #222;
        border-bottom: 1px solid #222;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    p.tit1 {
        font-weight: 500;
        font-size: 2rem;
        font-family: 'Ubuntu';
        margin: 0;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
    }

    p.data-om {
        font-size: 14px;
    }



    p.tirajed {
        padding-top: 2rem;
        padding-left: 3em;
        font-size: 24px;
        margin: 0;
    }

    p.tit {
        font-weight: 200;
        font-size: 3rem;
        font-family: 'Ubuntu';
        margin: 0;
        padding: 0;
        color: #000;
        line-height: 49px;
    }

    p.usuarioreds {
        font-size: 20px;
        padding-top: 1em;
        margin: 0;
        padding-left: 3.5em;
        color: #fff;
        font-family: 'Ubuntu';
    }

    .col-md-4.wath {
        padding-top: 2em;
    }

    p.copyrt {
        font-size: 12px;
        width: 100%;
        color: #000;
        padding: 0;
        margin: 19px 0px 0px 0px;
        text-align: left;
    }

    span.txt-blanco {
        color: #000;
        padding-right: 1em;
        font-size: 15px;
        font-weight: bold;
    }

    p.txt-general {
        color: #02b1e7;
        text-align: left;
        padding-top: 0em;
        font-size: 15px;
        font-weight: bold;
        margin: 0px;
        float: left;
        width: 100%;
        padding-bottom: 1em;
    }

    .col-4.caja-redes {
        width: 100%;
        padding-top: 1em;
        padding-left: 0px;
    }

    p.txt-mail {
        padding-top: 0px;
        text-align: left;
    }


    p.txt-editoriales {
        font-size: 3em;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 0em;
        line-height: 45px;
        font-family: 'Ubuntu';
    }

    p.somosd {
        color: #fff;
        text-align: center;
        font-family: 'Ubuntu';
        font-size: 1.5em;
        padding-top: 10px;
        padding-bottom: 10px;
    }



    p.nuestrap {
        color: #fff;
        font-size: 60px;
        line-height: 65px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Ubuntu';
        padding-top: 1em;
        padding-bottom: 0em;
    }


    .p23 {
        font-family: 'Ubuntu';
        font-size: 18px;
        padding-right: 0px;
        padding-bottom: 4em;
    }


    .p22 {
        font-family: 'Ubuntu';
        font-size: 18px;
        padding-top: 0em;
        padding-right: 0px;
    }

    .back-n.contacto {
        background: #222222;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        margin-top: -2.2em;
    }

    .mk-slider {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        padding-top: 2em;
    }

    p.mp-2 {
        padding-left: 0px;
    }

    p.mp-3 {
        padding-left: 0px;
    }

    p.mp-4 {
        padding-left: 0px;
    }

    p.mp-5 {
        padding-left: 0px;
    }

    p.mp-6 {
        padding-left: 0px;
    }

    p.mp-7 {
        padding-left: 0px;
    }

    p.mp-8 {
        padding-left: 0px;
    }

    p.mp-9 {
        padding-left: 0px;
    }

    img.img-periodico {
        width: 55% !important;
        margin-top: -1em !important;
    }


    .back-n.contacto2 {
        background: url(../imagen/bg-contacto-res.png) !important;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        margin-top: -3em;
        position: relative;
        padding-bottom: 4em;
    }



















}

.img-mobile {
    display: none;
}

img.img-web {
    width: 100%;
        margin-top: 3em;
}


/* Mostrar imagen correcta según tamaño */
@media (max-width: 768px) {
    .img-web {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    img.img-mobile {
        width: 100%;
    }
}


.col-md-6.secion {
    border-right: 1px solid #222;
    padding-right: 0px;
    margin-top: 3em;
}



.col-md-6.rg-wrapper {
    margin-top: 5em;
    font-family: 'Ubuntu';
    font-size: 15px;
    margin-bottom: 4em;
}


.lines-wrapper {
    border-top: 1px solid #222;
}

.line-item {
    padding: 14px 0;
    border-bottom: 1px solid #222;
}

.line-item p {
    margin: 0;
    font-size: 16px;
    color: #222;
}


p.mp-2 {
    padding-left: 60px;
}

p.mp-3 {
    padding-left: 90px;
}

p.mp-4 {
    padding-left: 120px;
}

p.mp-5 {
    padding-left: 150px;
}

p.mp-6 {
    padding-left: 180px;
}

p.mp-7 {
    padding-left: 210px;
}

p.mp-8 {
    padding-left: 240px;
}

p.mp-9 {
    padding-left: 270px;
}

img.img-periodico {
    width: 100%;
    margin-top: -4em;
}


.back-n.contacto2 {
    background: url(../imagen/bg-contacto.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: -3em;
    position: relative;
    padding-bottom: 4em;
}

p.impreso-tt {
    margin-top: 1.5em;
    color: #02b1ea;
    font-weight: bold;
    font-family: 'Ubuntu';
    font-size: 4em;
    padding-left: 1em;
}

p.p-blanco {
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    padding-left: 4em;
    padding-right: 4em;
}


img.img-completo {
    width: 100%;
}

p.especi-azul {
    color: #02b1ea;
    font-weight: 500;
    font-size: 20px;
    padding-top: 11em;
}

p.p-blanco2 {
    color: #fff;
}

.bg-display {
    background: url(../imagen/bg-display.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

p.tit-display {
    padding-top: 3em;
    font-weight: 500;
    font-size: 4em;
    padding-left: 2em;
    font-family: 'Ubuntu';
}

p.txt-parraf {
    padding-left: 8em;
    padding-right: 4em;
    font-size: 16px;
    font-family: 'Ubuntu';
    padding-bottom: 4em;
}

p.sintilla {
    color: #fff;
    font-size: 2em;
    padding: 5px;
    font-family: 'Ubuntu';
    margin: 0;
}

.bg-moviles {
    background: url(../imagen/bg-moviles.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

p.parrafod {
    text-align: right;
}

p.para {
    font-size: 15px;
    text-align: left;
    font-weight: 100;
    line-height: 18px;
}



/* ===== ESLIDER ===== */
.eslider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.eslider-track {
    display: flex;
    transition: transform 0.4s ease;
}

/* CARD */
.eslide {
    box-sizing: border-box;
    padding: 15px;
}

.eslide .card {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

/* Desktop: 3 cards */
@media (min-width: 1024px) {
    .eslide {
        min-width: 33.3333%;
    }
}

/* Tablet: 2 cards */
@media (min-width: 768px) and (max-width: 1023px) {
    .eslide {
        min-width: 50%;
    }
}

/* Mobile: 1 card */
@media (max-width: 767px) {
    .eslide {
        min-width: 100%;
    }
}

/* Flechas */
.eslider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 18px;
}

.eslider-btn.prev {
    left: 10px;
}

.eslider-btn.next {
    right: 10px;
}


img.video-imagen {
    width: 100%;
}

.bg-derecha {
    background: url(../imagen/bg-azul-derecho.png);
    background-repeat: no-repeat;
    background-position: right;
}

p.brande {
    font-weight: 500;
    font-size: 5rem;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    line-height: 75px;
    padding-top: 50px;
}

p.txt-pard {
    font-size: 15px;
    font-family: 'Ubuntu';
}

.tablas-img {
    width: 80%;
    padding-top: 3em;
    padding-left: 3em;
}

img.contacto-img {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

img.suples-bd {
    width: 100%;
}

.bg-bicolor {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 58%, rgb(28 28 28) 58%);
    margin-top: -10px;
}

p.icon-pdfs {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-top: 11px;
    text-transform: uppercase;
    padding-left: 3em;
}

th.fecha-cal {
    background: #000;
    color: #00b4ee;
    text-transform: uppercase;
}

.card__container.swiper {
    margin-top: 3em;
}

.bg-podcast1 {
    background: url(../imagen/bg-musica.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 590px;
    margin-top: 5em;
}


.bg-podcast2 {
    background: url(../imagen/bg-podcas-1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}

p.txt-podcas {
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 1em;

    font-family: 'Ubuntu';
    padding-left: 5em;
}

p.par1 {
    padding-left: 20em;
    padding-right: 4em;
    font-size: 16px;
    font-family: 'Ubuntu';
}

img.tarif {
    width: 55%;
    margin-left: 20em;
    margin-top: 1em;
}

p.destaca {
    padding-left: 6em;
    font-size: 50px;
    padding-top: 1em;
}

span.masazul {
    color: #00b4ed;
    font-size: 1.3em;
}


.col-md-4.bord {
    border-right: 1px solid #222;
}

img.logitos {
    margin: 0 auto;
    display: block;
    padding-top: 4em;
    width: 85%;
}

img.logitoss {
    margin: 0 auto;
    display: block;
    padding-top: 3em;
    width: 60%;
    padding-bottom: 4em;
}

.row.caj {
    width: 81%;
    padding-left: 14em;
}

.bg-foro {

    background: url(../imagen/bg-foros.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
        margin-top: 4em;
}

p.titulo-foro {
    font-size: 4em;
    font-weight: 500;
    font-family: 'Ubuntu';
    padding-top: 1em;
    padding-left: 1.2em;
}

p.parrafo-foro {
    padding-left: 5em;
    padding-right: 30px;
    font-family: 'Ubuntu';
    font-size: 16px;
}

img.img-forotab {
    width: 80%;
    margin-left: 5em;
    padding-top: 2EM;
    padding-bottom: 2em;
}


p.numero2 {
    padding-left: 4em;
    font-size: 19px;
}

.col-md-6.brd {
    border-right: 1px solid #222;
}

p.ivap {
    font-weight: bold;
    padding-left: 5em;
    padding-top: 5em;
}

p.parrafo-iva {
    padding-left: 5em;
    padding-bottom: 8em;
}

img.img-anuncia {
    width: 100%;
}

p.txt-quien {
    text-align: center;
    font-weight: 500;
    font-family: 'Ubuntu';
    font-size: 4em;
    text-transform: uppercase;
}

.borde1 {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    width: 55%;
    margin: 0 auto;
}

p.b2btext {
    font-weight: 100;
    font-family: 'Ubuntu';
    text-align: center;
    font-size: 50px;
}

p.porque {
    font-size: 25px;
    text-align: center;
}

span.text-azul {
    color: #00b2eb;
}

p.txt-pw2 {
    margin: 0;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 18px;
}


.bg-derecha2 {
    background: url(../imagen/bg-derecha2.png);
    background-repeat: no-repeat;
    background-position: right;
}

.bg-contactos {
    background: url(../imagen/bg-cont.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 4em;
}

img.suples-bd {
    width: 100%;
    margin-top: 5em;
}

p.text-center.font-1 {
    font-size: 35px;
    font-family: relato;
    font-weight: bold;

}

p.text-center.font-1 {
    font-size: 35px;
    font-weight: 100;
    background: #02b1ea66;
    border-radius: 20px;
    padding: 10px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 1em;
    font-family: 'Ubuntu';
}

p.numero-1 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding-top: 22px;
    margin: 0;
}

p.numero-2 {
    color: #222;
    font-weight: 100;
    font-size: 18px;
    margin: 0;
}

p.resp2 {
    padding-top: 1em;
    color: #222;
    font-size: 18px;
    font-weight: 100;
}

.col-md-6.cajnegra {
    background: #000;
    margin-top: 2em;
    padding-top: 8em;
}

p.text-center.fw-bold.blanco {
    color: #000;
}

p.text-center.pa1.blanco {
    color: #000;
}

.col-md-6.bajar2 {
    border-left: 0px solid #000;
    margin-bottom: 5em;
}

p.txt-redes {
    font-weight: bold;
    font-family: 'Ubuntu';
    font-size: 3em;
    text-transform: uppercase;
    padding-top: 2em;
}

p.parrafo-redes {
    font-family: 'Ubuntu';
    font-size: 16px;
}

img.img-redes {
    width: 70%;
}


img.img-rd1 {
    width: 100%;
}



@media (max-width: 768px) {

    img.card__img {
        width: 60%;
        margin: 0 auto;
        margin-left: 18px;
    }

    h3.card__name {
        padding-top: 0px !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        margin-left: 5px;
    }

    p.icon-pdfs {
        display: block;
        color: #222;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        padding-top: 11px;
        text-transform: uppercase;
        padding-left: 0em;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 35% !important;
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
        margin-left: 4%;
    }

    .bg-bicolor {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 75%, rgb(28 28 28) 18%);
        margin-top: -10px;
    }




    p.mp3 {
        padding-left: 0rem !important;
    }



    p.mp-9 {
        padding-left: 0px;
    }


    p.mp-8 {
        padding-left: 0px;
    }

    p.mp-7 {
        padding-left: 0px;
    }

    p.mp-6 {
        padding-left: 0px;
    }

    p.mp-6 {
        padding-left: 0px;
    }

    p.mp-5 {
        padding-left: 0px;
    }

    p.mp-4 {
        padding-left: 0px;
    }

    p.mp-2 {
        padding-left: 0px;
    }

    p.mp-3 {
        padding-left: 0px;
    }

    p.text-center.fw-bold {
        margin-top: 1em;
    }


    .col-md-6.cajnegra {
        background: #000;
        margin-top: 2em;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    img.qr-11 {
        margin: 0 auto;
        display: block;
        width: 27%;
    }




    p.text-center.font-1 {
        font-size: 30px;
        font-weight: 100;
        background: #02b1ea66;
        border-radius: 20px;
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1em;
        font-family: 'Ubuntu';
    }




    p.porque {
        font-size: 31px;
        text-align: center;
        line-height: 40px;
    }


    p.b2btext {
        font-weight: 100;
        font-family: 'Ubuntu';
        text-align: center;
        font-size: 34px;
    }


    .borde1 {
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 30px;
        width: 100%;
        margin: 0 auto;
    }

    p.txt-quien {
        text-align: center;
        font-weight: 500;
        font-family: 'Ubuntu';
        font-size: 3em;
        text-transform: uppercase;
        line-height: 50px;
    }

    p.ivap {
        font-weight: bold;
        padding-left: 0em;
        padding-top: 1em;
    }

    p.parrafo-iva {
        padding-left: 0em;
        padding-bottom: 0em;
    }



    p.numero2 {
        padding-left: 0em;
        font-size: 19px;
    }

    p.numero {
        font-size: 3rem;
        margin: 0;
        padding: 0;
        font-weight: 500;
        padding-left: 0em;
    }

    img.img-forotab {
        width: 100%;
        margin-left: 0;
        padding-top: 2EM;
        padding-bottom: 2em;
    }

    p.parrafo-foro {
        padding-left: 0em;
        padding-right: 30px;
        font-family: 'Ubuntu';
        font-size: 16px;
    }



    p.titulo-foro {
        font-size: 4em;
        font-weight: 500;
        font-family: 'Ubuntu';
        padding-top: 10em;
        padding-left: 0em;
    }

    .bg-foro {
        background: #a9e0ee url(../imagen/foromovile.png);
        background-repeat: no-repeat;
        width: 100%;
    }

    .row.caj {
        width: 100%;
        padding-left: 0em;
    }

    p.destaca {
        padding-left: 0em;
        font-size: 50px;
        padding-top: 1em;
    }

    img.tarif {
        width: 100%;
        margin-left: 0em;
        margin-top: 1em;
    }



    p.txt-podcas {
        font-size: 3em;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 5em;
        font-family: 'Ubuntu';
        padding-left: 2em;
    }

    .col-md-4.bord {
        border-right: 1px solid #222;
        width: 34%;
    }

    .col-md-4.bord1 {
        border-right: 0px solid #222;
        width: 32%;
    }

    img.logitoss {
        margin: 0 auto;
        display: block;
        padding-top: 1em;
        width: 75%;
        padding-bottom: 1em;
    }

    img.logitos {
        margin: 0 auto;
        display: block;
        padding-top: 2em;
        width: 75%;
    }



    p.par1 {
        padding-left: 6em;
        padding-right: 0em;
        font-size: 16px;
        font-family: 'Ubuntu';
    }

    .bg-podcast2.bg-podm {
        background: url(../imagen/bg-podcas-movile.png);
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }



    .bg-podcast2 {
        background: #fff;
        ;
        background-repeat: no-repeat;
        width: 100%;
        background-size: auto;
    }

    .bg-podcast1 {
        background: #fff;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: auto;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        color: #fff;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        color: #fff;
    }

    h3.card__name {
        padding-top: 4em;
    }


    p.p-blanco {
        color: #fff;
        font-family: 'Ubuntu';
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }

    p.impreso-tt {
        margin-top: 1em;
        color: #02b1ea;
        font-weight: bold;
        font-family: 'Ubuntu';
        font-size: 3em;
        padding-left: 0em;
        line-height: 52px;
    }

    .tablas-img {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .bg-derecha {
        background: url(../imagen/bg-azul-derecho.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 134px;
    }



    p.brande {
        font-weight: 500;
        font-size: 3rem;
        font-family: 'Ubuntu';
        text-transform: uppercase;
        line-height: 50px;
        padding-top: 0px;
    }

    img.img-redes {
        width: 100%;
    }

    p.parrafod {
        text-align: left;
    }

    p.txt-parraf {
        padding-left: 0em;
        padding-right: 0em;
        font-size: 16px;
        font-family: 'Ubuntu';
        padding-bottom: 4em;
    }

    p.tit-display {
        padding-top: 5.5em;
        font-weight: 500;
        font-size: 4em;
        padding-left: 0em;
        font-family: 'Ubuntu';
    }

    .bg-display {
        background: url(../imagen/bg-compu.png);
        background-repeat: no-repeat;
    }

    p.especi-azul {
        color: #02b1ea;
        font-weight: 500;
        font-size: 20px;
        padding-top: 0em;
    }

    p.p-blanco {
        color: #fff;
        font-family: 'Ubuntu';
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    p.impreso-tt {
        margin-top: 0.5em;
        color: #02b1ea;
        font-weight: bold;
        font-family: 'Ubuntu';
        font-size: 3em;
        margin-left: 0px !important;
    }





}



.calendar {
    width: 100%;
}

/* ===== DESKTOP ===== */
.desktop-only {
    width: 100%;
    border-collapse: collapse;
}

.desktop-only th {
    background: #000;
    color: #00baff;
    padding: 12px;
    text-align: center;
}

.desktop-only td {
    border: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

/* ===== MOBILE ===== */
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .calendar-swiper {
        width: 100%;
    }

    .calendar-swiper .swiper-slide {
        width: 50%;
        border-right: 1px solid #e0e0e0;
        padding: 12px;
        box-sizing: border-box;
    }

    .calendar-swiper h3 {
        background: #000;
        color: #00baff;
        text-align: center;
        padding: 8px;
        margin-bottom: 10px;
    }
}


@media (max-width: 768px) {


    .calendar-swiper .swiper-button-next,
    .calendar-swiper .swiper-button-prev {
        color: #000;
        background: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    }

    .calendar-swiper .swiper-button-next::after,
    .calendar-swiper .swiper-button-prev::after {
        font-size: 16px;
        font-weight: bold;
    }
}





.calendar-section {
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
}

.calendar-swiper .swiper-slide {
    padding: 12px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
}

.calendar-swiper h3 {
    background: #000;
    color: #00baff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

.calendar-swiper p {
    font-size: 14px;
    line-height: 1.4;
}

/* Flechas */
.calendar-prev,
.calendar-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ddd;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 10;

}



.calendar-prev {
    left: -42px;
    background: url(../imagen/flecha-izquierda.png) !important;
    padding: 90px;
    background-repeat: no-repeat !important;
}


.calendar-next {
    right: -184px;
    background: url(../imagen/flecha-derecha.png) !important;
    padding: 90px;
    background-repeat: no-repeat !important;
}

.calendar-prev::after,
.calendar-next::after {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


h3.card__name {
    padding-top: 3em;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
}


/* ===== SUBMENU DESKTOP ===== */
.menu-desktop .has-submenu {
    position: relative;
}

.menu-desktop .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    list-style: none;
    padding: 15px 0;
    min-width: 200px;
    display: none;
}

.menu-desktop .submenu li a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
}

.menu-desktop .has-submenu:hover .submenu {
    display: block;
}

/* ===== SUBMENU MOBILE ===== */
.mobile-menu .submenu {
    display: none;
    padding-left: 15px;
}

.mobile-menu .has-submenu.open .submenu {
    display: block;
}


/* ===== SUBMENU DESKTOP ===== */
.menu-desktop .submenu {
    background: #fff;
    /* fondo blanco */
    border: 1px solid #ddd;
}

.menu-desktop .submenu li a {
    color: #222;
    text-transform: capitalize;
    /* texto oscuro */
}

.menu-desktop .submenu li a:hover {
    background: #f2f2f2;
    color: #222;
}

/* ===== SUBMENU MOBILE ===== */
.mobile-menu .submenu {
    background: #fff;
}

.mobile-menu .submenu li a {
    color: #222;
}


/* ===== SUBMENU MOBILE ===== */
.mobile-menu .submenu {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
}

.mobile-menu .has-submenu.open .submenu {
    display: block;
}

.mobile-menu .submenu li a {
    font-size: 16px;
    color: #747474;
    text-transform: capitalize;

}



/* ===== INDICADOR SUBMENU (FLECHA) ===== */
.has-submenu>a {
    position: relative;
    padding-right: 20px;
}

/* Flecha */
.has-submenu>a::after {
    content: "⌄";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #02b1ea;

}

/* Desktop hover */
@media (min-width: 769px) {
    .menu-desktop .has-submenu:hover>a::after {
        transform: translateY(-50%) rotate(180deg);
    }
}

/* Mobile abierto */
.mobile-menu .has-submenu.open>a::after {
    transform: translateY(-50%) rotate(180deg);
}

html {
    scroll-behavior: smooth;
}

li {
    font-weight: 100;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.f0 {
    border-top: 1px solid #222;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.contenedor1 {
    display: flex;
    justify-content: flex-end;
}

img.img-conf {
    width: 70%;
    margin-top: -3em;
    z-index: 9999;
    position: relative;
}

img.img-conf2 {
    width: 70%;
    margin-top: -6em;
    z-index: 9999;
    position: relative;
}

img.img-conf3 {
    width: 70%;
    margin-top: -2.5em;
    z-index: 9999;
    position: relative;
    margin-left: -2em;
}

.contenedor1 {
    display: flex;
    justify-content: flex-end;
    height: 0;
}

img.img-conf4 {
    width: 63%;
    margin-top: 56em;
    z-index: 9999;
    position: relative;
    left: -17em;
}

p.l1 {
    margin: 0;
    font-family: 'Ubuntu';
    font-size: 16px;
}



img.suples-bd.web {
    display: none;
}



@media (min-width: 200px) and (max-width: 1200px) {

    img.suples-bd.web {
        display: none;
    }
}

/* estilos solo para pantallas entre 300px y 450px */

@media (min-width: 1200px) and (max-width: 4200px) {

    img.suples-bd.mobil {
        display: none;
    }


}


p.mp3 {
    padding-left: 20rem;
    margin: 0;
}


img.qr-11 {
    margin: 0 auto;
    display: block;
    width: 18%;
}

.f2 {
    border-top: 1px solid #222;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0em;
}

p.text-center.fw-bold.gera {
    color: #000;
    margin-top: 6em;
}

p.text-center.gera {
    padding: 0;
    margin: 0;
    color: #000;
}

.divisor {
    border: 0.1px solid #000;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 20px;
}

.menu-desktop a {
    position: relative;
    text-decoration: none;
}

/* Línea base */
.menu-desktop a:not(.submenu-toggle)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Hover */
.menu-desktop a:not(.submenu-toggle):hover::after {
    width: 100%;
}

/* Active */
.menu-desktop a.active:not(.submenu-toggle)::after {
    width: 100%;
}




.menu-desktop .submenu-toggle::after {
    display: none;
}

.menu-desktop .has-submenu>a {
    position: relative;
    padding-right: 18px;
}

.menu-desktop .has-submenu>a::before {
    content: "⌄";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #02b1ea;
    /* AZUL */
    pointer-events: none;
}



.whatsapp-float {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.whatsapp-icon {
    width: 60px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .whatsapp-icon {
        width: 50px;
    }
}

