:root {

    /* Variables */

    --enfocados-primary: #79242F;
    --enfocados-secondary: #29ABE2;
    --enfocados-light: #E8B8A6;

    --ipade-primary: #0A2240;
    --ipade-secondary: #002D74;
    --ipade-light: #ABC8E7;
    --ipade-form-blue: #0A2240;

    --white: #fff;
    --black: #000;
    --gray: #393939;
    --gray-background: #f5f5f5;
    --gray-light: #F2F2F2;
    --bg-gray:#f5f5f5;

    --font-dm: "DM Sans", "Verdana", Arial, Helvetica, sans-serif;
    --font-signika: "Signika", "DM Sans", Arial, Helvetica, sans-serif;

    --p: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
    --bs-border-radius-lg: 1rem;
}
/* Desktop (default) */
h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.content-txt{
  font-size: 22px;
  line-height: 1.45;
}
.txt-folletos{
  font-size: 20px;
  line-height: 1.45;
}


/* Mobile */
@media (max-width: 575.98px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }
  .content-txt{
    font-size: 20px;
    line-height: 1.45;
  }
  .txt-folletos{
    font-size: 18px;
    line-height: 1.45;
  }
}
.bg-f5f5f5 {
    background-color: #f7f7f7;
}
.fs-18 {
    font-size: 18px;
}

.card {
    background-color: #0A2240;
}

/* General */
.horarios div {
    font-size: 1rem;
    line-height: 1.6;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--font-signika);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    background-color: var(--white);
    overflow-x: hidden;

}
.mb-5 {
    margin-bottom: 5rem !important;
}
.shadow-strong {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.content {
    flex: 1;
}
.border-radius{
    border-radius: var(--bs-border-radius-lg) !important;
}

body {
    display: flex;
    flex-direction: column;
}

.rounded {
    border-radius: 20px !important;
}

.color-text{
    color: var(--gray);
}

label {
    font-size: .8rem;
}
.btn {
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 0.9rem;
}

.btn-linkedin {
  background-color: #0077b5;
  color: #fff;
  border: none;
}

.btn-linkedin:hover {
  background-color: #005b8f;
}

.btn-enfocados {
  background-color: var(--enfocados-secondary);
  color: #fff;
  border: none;
}

.btn-enfocados:hover {
  background-color: #1f8fbe;
}

.bg-gray-light {
    background-color: var(--bg-gray);
}

/* Backgrounds */

.bg-ipade-primary {
    background-color: var(--ipade-primary);
}

.bg-ipade-secondary {
    background-color: var(--ipade-secondary);
}

.bg-ipade-light {
    background-color: var(--ipade-light);
}

.bg-enfocados-primary {
    background-color: var(--enfocados-primary);
}

.bg-enfocados-secondary {
    background-color: var(--enfocados-secondary);
}

.bg-enfocados-light {
    background-color: var(--enfocados-light);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-graylight {
    background-color: var(--gray-light);
}
.bg-form-blue {
    background-color: var(--ipade-form-blue);
}

/* Colors */

.color-ipade-primary {
    color: var(--ipade-primary);
}

.color-ipade-secondary {
    color: var(--ipade-secondary);
}

.color-ipade-light {
    color: var(--ipade-light);
}

.color-enfocados-primary {
    color: var(--enfocados-primary);
}

.color-enfocados-secondary {
    color: var(--white);
}

.color-enfocados-red {
    color: var(--enfocados-secondary);
}

.color-enfocados-light {
    color: var(--enfocados-light);
}

.color-white {
    color: var(--white);
}

.color-black {
    color: var(--black);
}

.color-gray {
    color: var(--gray);
}

.color-lightgray {
    color: var(--gray-light);
}

/* Buttons */

a {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.btn {
    font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
    font-weight: bold;
    padding: 10px 24px;
    border: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.btn:hover {
    background-color: var(--enfocados-primary);
    color: var(--white);
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1rem -.5rem 0 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: var(--mede-secondary);
    opacity: 1;
}

/* NAVBAR */
.bg-azul-ipade {
  background-color: #0A2240;
}
.navbar {
    transition: all 0.3s ease;
    padding: 15px 0;
}

.navbar.scrolled {
    padding: 10px 0;
}

.logo {
    height: 82px;
    transition: all 0.3s ease;
}

.logo.scrolled {
    height: 50px;
}

.btn-primary {
    background-color: #28d467;
    background-image: url(https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/fb5f0f68-99c4-486b-b806-eae8aed09629.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 24px;
}

.btn-primary.scrolled {
    background-color: #28d467;
    border-color: #28d467;
    background-position: center;
    height: 2.7rem;
    padding: 10px;
}

.btn-whats {
    background-color: #28d467;
    background-image: url(https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/fb5f0f68-99c4-486b-b806-eae8aed09629.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    height: 2.4rem;
    aspect-ratio: 1/1;
}

/* Footer */

.footer {
    padding: clamp(2.3125rem, 1.7791rem + 0.8611vw, 2.8125rem) 0;
}

footer ul li {
    background-color: transparent;
}

footer ul li a:hover {
    color: var(--ipade-light) !important;
}

footer .p {
    font-size: var(--p);
}

footer .p a {
    text-decoration: none;
}
/*2026*/
.header-main {
    margin-top: 7rem;
    position: relative;
    background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/5ad04f4e-6218-4b44-af53-b33624e000aa.jpg");
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

@media (max-width: 575px) {

  .header-main {
    background: none;
    min-height: auto;
    margin-top: 5rem;
  }

  .header-image-mobile {
    display: block;
    width: 100%;
    height: 140px;
    background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/7f9f2e8b-37a8-4dd2-8013-fc4bec8f99fe.jpg");
    background-size: cover;
    background-position: center;
  }

  .pitch {
    padding-top: 20px;
  }

  .header-main span.color-enfocados-secondary {
    font-size: 22px !important;
    line-height: 1.4;
    display: block;
  }

  .header-main a,
  .header-main button {
    font-size: 20px !important;
  }
}
.container.h-100,
.row.h-100 {
    height: 100% !important;
}
@media (max-width: 576px) {
    .container.h-100,
    .row.h-100 {
        height: auto !important;
    }
}

/* Section - Menú */

.menu .nav-link {
    color: var(--white);
    font-size: .8rem;
}

.menu .nav-link:hover {
    color: var(--enfocados-light);

}
.bullet-icon {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  flex-shrink: 0;
}

.quotes {
    font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
}

.tabla {
    border-bottom: solid 1px #bababa;
}

.redondito {
    border-radius: 0 20px 20px 0;
    padding-top: 80px; 
    padding-bottom: 80px;
}

.sobres {
    position: relative;
    z-index: 2;
}

.razones {
    background-color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.queso {
    background-color: rgba(121, 36, 47, .8);
}

/* Acordeón */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.nav-tabs .nav-link::after {
    border-top: 0.3em solid #FFF;
}
.card-custom {
    border-radius: 30px; 
    border-bottom-right-radius: 0; 
}
.nav-tabs .nav-link.active::after {
    border-top-color: #000;
}

.dropdown-toggle::after {
    border-top-color: #FFF;
}

.show>.dropdown-toggle::after {
    border-top-color: #000;
    border-bottom-color: #000;
}

/* LISTAS */
.custom-list {
    list-style-type: none;
    padding-left: 1rem;
}

.custom-list li::before {
    content: "•";
    color: var(--enfocados-secondary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.experiencia img {
    position: relative;
    z-index: 0;
}
#txt-bl-1{
    padding-top: 10rem !important;
}

#sobres {
    margin-left: -50px;
}
#txt-bl-2 li{
    line-height: 18px;
}

/* Estilos para las pestañas activas */
.nav-tabs .nav-link.active {
    background-color: #E8B8A6 !important;
    color: #000 !important;
    font-weight: bold;
}

.nav-link {
    transition: all 0.3s ease;
}

.nav-tabs {
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    background-color: #E8B8A6 !important;
    color: #000 !important;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  cursor: pointer;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}


/* Responsive */

@media only screen and (max-width:991px) {
     
    .logo {
        height: 40px;
    }

    .logo.scrolled {
        height: 40px;
    }

    .btn {
        padding: 10px 10px;
    }

    .redondito {
        position: relative;
        border-radius: 0 0 20px 20px;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
        top: -25px;
        z-index: 1;
    }

    .folleto {
        max-height: 250px;
    }

    #sobres {
        margin-left: 0 !important;
    }
    #title-banner-director{
        color: var(--ipade-secondary);
    }
    #banner-director-text li{
        color: var(--gray);
    }
    .color-enfocados-secondary {
        color: var(--gray);
    }
}

/* ============================================
   FIX BLOQUE EXPERIENCIA 2 (antes usaba mismo id que experiencia 1
   y no se reseteaba el margin en mobile → texto se salía de pantalla)
   ============================================ */
#sobres-2 {
    margin-right: -50px;
}

@media only screen and (max-width:991px) {
    #sobres-2 {
        margin-right: 0 !important;
    }
}

.imagen-destacada {
    background-color: #0A2240;
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/2f9c30fa-c114-4783-8fff-c48cd36e8bae.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagen-destacada-texto {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.imagen-destacada-texto .text-cyan {
    color: #29ABE2;
}

@media (max-width: 991px) {
    .imagen-destacada {
        min-height: 320px;
        margin-top: 45px;
    }
    .imagen-destacada-texto {
        font-size: 1.7rem;
    }
}

@media (max-width: 575px) {
    .imagen-destacada {
        min-height: 220px;
        margin-top: 30px;
    }
    .imagen-destacada-texto {
        font-size: 1.3rem;
    }
}

.pasos-ia {
    background-color: #0A2240;
}

.paso-card {
    background: linear-gradient(145deg, #10294a 0%, #0A2240 70%);
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.paso-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(41, 171, 226, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.paso-numero {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    display: block;
    margin-bottom: 8px;
}

.paso-numero.text-cyan {
    color: #29ABE2;
}

.paso-numero.text-blue {
    color: #4A6CF7;
}

.paso-numero.text-gray {
    color: #8B96A5;
}

.paso-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.paso-texto {
    color: #C7D0DC;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .paso-card {
        padding: 28px 24px;
    }
    .paso-numero {
        font-size: 2rem;
    }
    .paso-titulo {
        font-size: 1.25rem;
    }
    .paso-texto {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .pasos-ia {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .paso-card {
        padding: 24px 20px;
    }
}

.fechas-mensaje {
    background-color: #0A2240;
}

.fechas-box {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 32px 28px;
}

.fechas-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #29ABE2;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.fechas-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    max-width: 340px;
    margin: 0 auto 20px;
}

.fechas-subtitulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0;
}

.mensaje-destacado {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1.35;
    margin-bottom: 24px;
}

.mensaje-destacado.text-cyan {
    color: #29ABE2;
}

.mensaje-destacado.text-white {
    color: #ffffff;
}

@media (max-width: 991px) {
    .fechas-titulo {
        font-size: 1.6rem;
    }
    .mensaje-destacado {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    .fechas-mensaje {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .fechas-box {
        padding: 24px 20px;
    }
    .fechas-titulo {
        font-size: 1.4rem;
    }
    .fechas-subtitulo {
        font-size: 1.1rem;
    }
    .mensaje-destacado {
        font-size: 1.3rem;
    }
}

.cuota-inscripcion {
    background-color: #0A2240;
    position: relative;
    overflow: hidden;
}

.cuota-inscripcion::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(41, 171, 226, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cuota-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #29ABE2;
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.cuota-bloque {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.cuota-precio {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.cuota-descripcion {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.35;
    margin-bottom: 0;
}

.cuota-separador {
    display: block;
    color: #29ABE2;
    font-size: 1.5rem;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.cuota-boton {
    background: #C90909 !important;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 18px 45px;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
    border: none;
    position: relative;
    z-index: 1;
}

.cuota-boton:hover {
    background: #C90909 !important;
    color: #ffffff !important;
}

@media (max-width: 575px) {
    .cuota-inscripcion {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .cuota-titulo {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .cuota-precio {
        font-size: 1.5rem;
    }
    .cuota-descripcion {
        font-size: 1.05rem;
    }
    .cuota-boton {
        padding: 16px 30px;
        font-size: 1rem;
        width: 100%;
    }
}

.mensaje-final {
    background-color: #0A2240;
}

.mensaje-final-texto {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #29ABE2;
    font-size: 1.9rem;
    line-height: 1.35;
    margin-bottom: 20px;
}

.mensaje-final-nota {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #8B96A5;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mensaje-final-texto {
        font-size: 1.6rem;
    }
    .mensaje-final-nota {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .mensaje-final {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .mensaje-final-texto {
        font-size: 1.3rem;
    }
    .mensaje-final-nota {
        font-size: 1rem;
    }
}

.preguntas-lista {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pregunta-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f7f7f7;
    border-left: 4px solid #29ABE2;
    border-radius: 10px;
    padding: 14px 18px;
}

.pregunta-icono {
    color: #29ABE2;
    font-size: 1rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.pregunta-texto {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #0A2240;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
    .pregunta-texto {
        font-size: 1.05rem;
    }
}

@media (max-width: 575px) {
    .pregunta-item {
        padding: 12px 14px;
    }
    .pregunta-texto {
        font-size: 1rem;
    }
}

.diferenciadores {
    background-color: #f7f7f7;
}

.diferenciadores-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: 2rem;
}

.diferenciador-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(10, 34, 64, 0.06);
}

.diferenciador-icono {
    color: #29ABE2;
    font-size: 1.6rem;
    margin-bottom: 14px;
    display: block;
}

.diferenciador-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #0A2240;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.diferenciador-texto {
    color: #393939;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

.perspectivas-box {
    background-color: #0A2240;
    border-radius: 20px;
    padding: 40px 36px;
}

.perspectivas-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #29ABE2;
    font-size: 1.5rem;
}

.perspectiva-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 14px 18px;
    height: 100%;
}

.perspectiva-numero {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: #29ABE2;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.perspectiva-texto {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .diferenciadores-titulo { font-size: 1.7rem; }
    .diferenciador-card { padding: 24px 22px; }
    .perspectivas-box { padding: 32px 26px; }
    .perspectivas-titulo { font-size: 1.3rem; }
}

@media (max-width: 575px) {
    .diferenciadores { padding-top: 40px !important; padding-bottom: 40px !important; }
    .diferenciadores-titulo { font-size: 1.4rem; margin-bottom: 30px !important; }
    .diferenciador-card { padding: 20px 18px; }
    .diferenciador-titulo { font-size: 1.1rem; }
    .diferenciador-texto { font-size: 0.95rem; }
    .perspectivas-box { padding: 26px 20px; border-radius: 16px; }
    .perspectivas-titulo { font-size: 1.15rem; }
}

.perfil-programa {
    background-color: #ffffff;
}

.perfil-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: 2rem;
}

.perfil-item {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 28px 16px;
    height: 100%;
    transition: all 0.25s ease-in;
}

.perfil-item:hover {
    background: #eef1f5;
    transform: translateY(-3px);
}

.perfil-icono {
    color: #0A2240;
    font-size: 1.8rem;
    margin-bottom: 14px;
    display: block;
}

.perfil-texto {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #0A2240;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
}

.perfil-nota {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0A2240;
    border-radius: 999px;
    padding: 14px 28px;
    max-width: fit-content;
}

.perfil-nota-icono {
    color: #29ABE2;
    font-size: 1.2rem;
}

.perfil-nota span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.05rem;
}

@media (max-width: 991px) {
    .perfil-titulo { font-size: 1.7rem; }
    .perfil-item { padding: 24px 14px; }
    .perfil-icono { font-size: 1.6rem; }
}

@media (max-width: 575px) {
    .perfil-programa {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .perfil-titulo { font-size: 1.4rem; }
    .perfil-item { padding: 20px 12px; }
    .perfil-icono { font-size: 1.5rem; margin-bottom: 10px; }
    .perfil-texto { font-size: 0.9rem; }
    .perfil-nota {
        padding: 12px 20px;
        width: 100%;
    }
    .perfil-nota span {
        font-size: 0.95rem;
    }
}

.img-programa {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.video-thumb-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}

.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(41, 171, 226, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in;
}

.video-play-overlay i {
    color: #ffffff;
    font-size: 1.6rem;
    margin-left: 4px;
}

.video-thumb-wrapper:hover .video-play-overlay {
    background-color: #29ABE2;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Modal de video vertical (formato Shorts) */
#videoModalPrograma .modal-dialog {
    max-width: 400px;
}

#videoModalPrograma .ratio {
    border-radius: 16px;
    overflow: hidden;
}

/* Tablet */
@media (max-width: 991px) {
    .img-programa {
        max-height: 400px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .img-programa {
        max-height: 300px;
    }
    #videoModalPrograma .modal-dialog {
        max-width: 90%;
    }
}

/* Imagen vertical tipo retrato */
.video-thumb-vertical {
    max-width: 320px;
    border-radius: 20px;
    overflow: hidden;
}

.img-programa-vertical {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

/* Tablet */
@media (max-width: 991px) {
    .video-thumb-vertical {
        max-width: 280px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .video-thumb-vertical {
        max-width: 240px;
    }
}

/* =======================================================
BROCHURE SECTION
======================================================= */

.brochure-section{
    background-color:#0A2240;
    padding-top:90px;
    padding-bottom:90px;
}

.brochure-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* =======================================================
COLUMNA IZQUIERDA
======================================================= */

.brochure-content{
    display:flex;
    align-items:center;
    gap:28px;
}

/* Imagen */

.brochure-image-wrapper{
    max-width:240px;
    width:100%;
    flex-shrink:0;
}

.brochure-image{
    width:100%;
    max-width:100%;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,0.20);
    display:block;
}

/* Texto */

.brochure-text{
    max-width:320px;
}

.brochure-text h2{
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:14px;
}

.brochure-text p{
    font-size:16px;
    line-height:1.5;
    color:#fff;
    margin-bottom:14px;
}

/* Lista */

.brochure-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.brochure-list li{
    color:#fff;
    font-size:15px;
    line-height:1.4;
}

.brochure-list li::before{
    content:"●";
    color:#fff;
    margin-right:8px;
}

/* =======================================================
FORMULARIO
======================================================= */

.brochure-form{
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:18px;
    border-radius:24px;
}

.brochure-jotform{
    width:100%;
    max-width:800px;
    margin:0 auto;
}

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

@media(max-width:991px){

    .brochure-wrapper{
        flex-direction:column;
        gap:40px;
    }

    .brochure-content{
        flex-direction:column;
        text-align:center;
    }

    .brochure-text{
        max-width:100%;
    }

    .brochure-text h2{
        font-size:28px;
    }

    .brochure-list{
        justify-content:center;
        align-items:center;
    }

    .brochure-image-wrapper{
        max-width:260px;
    }

    .brochure-form{
        margin-top:10px;
    }

}

@media(max-width:767px){

    .brochure-section{
        padding-top:60px;
        padding-bottom:60px;
    }

    .brochure-text h2{
        font-size:24px;
    }

    .brochure-text p{
        font-size:15px;
    }

    .brochure-list li{
        font-size:14px;
    }

}

/* =======================================================
Boton descarga de folleto sin registro
======================================================= */

.perfil-boton-descarga {
    background: linear-gradient(90deg, #123b7a 0%, #29ABE2 100%);
    color: #ffffff;
    border-radius: 999px;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 800;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.25s ease-in;
}

.perfil-boton-descarga:hover {
    background: linear-gradient(90deg, #0e2f61 0%, #1f8fbe 100%);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .perfil-boton-descarga {
        padding: 14px 28px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
}

.perfil-boton-descarga-plan {
    background-color: #C90909 !important;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 800;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.25s ease-in;
}

.perfil-boton-descarga-plan:hover {
    background-color: #a30707 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .perfil-boton-descarga-plan {
        padding: 14px 28px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
}