/* Centrar el bloque de 3 botones debajo de los principales */
.area-tres-botones-central {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    gap: 24px;
}
/* Área de 3 botones debajo de los botones principales */
.area-tres-botones {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    margin: 28px 0 18px 0;
    padding: 18px 18px 18px 0;
    background: #f4f8fb;
    border-radius: 18px;
    box-shadow: 0 4px 18px 0 rgba(60, 80, 120, 0.10), 0 1.5px 0 #fff inset;
    width: fit-content;
    align-items: center;
}

.btn-tres {
    background: linear-gradient(180deg, #32d0b2 0%, #1abc9c 58%, #138a72 100%);
    color: #111827;
    border: 1px solid #11725f;
    border-radius: 10px;
    box-shadow: 0 5px 0 #0f6a58, 0 10px 18px -8px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -1px 0 rgba(0,0,0,0.12);
    padding: 14px 0;
    font-size: 1.08em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    flex: 1 1 0;
    min-width: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}
.btn-tres:hover {
    background: linear-gradient(180deg, #3be0c1 0%, #20c7a6 58%, #15957a 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 0 #0f6a58, 0 13px 22px -10px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.12);
}
.btn-tres:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #0f6a58, 0 6px 12px -10px rgba(0,0,0,0.28), inset 0 2px 4px rgba(0,0,0,0.14);
}
.area-clientes-botones-vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: stretch;
}

.btn-lateral {
    background: linear-gradient(180deg, #3a5068 0%, #34495e 60%, #222 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px -4px rgba(0,0,0,0.35), 0 2px 0 #222 inset, 0 -2px 8px -2px #222 inset;
    padding: 8px 14px;
    font-size: 0.75em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.1;
    transition: background 0.3s, color 0.2s;
}
.btn-lateral:hover {
    background: #1abc9c;
    color: #fff;
}
.area-clientes-sidebar .area-clientes-titulo {
    color: #111;
    font-size: 1.35em;
    font-weight: bold;
}
.area-clientes-sidebar {
    background: linear-gradient(160deg, #fafdff 0%, #e3f0ff 60%, #c9d6e3 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(60, 80, 120, 0.18), 0 1.5px 0 #fff inset, 0 0.5px 8px 0 #b0c4de inset;
    padding: 18px 10px 14px 10px;
    margin-top: 18px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}



.btn-renovar {
    background: #1a8cff;
    color: #fff;
}
.btn-renovar:hover {
    background: #005bb5;
}

.btn-corporativo {
    background: #fff;
    color: #111;
    border: 2px solid #1a8cff;
}
.btn-corporativo:hover {
    background: #e3f0ff;
    color: #005bb5;
    border-color: #005bb5;
}
@media (max-width: 900px) {
    .content {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .sidebar {
        position: static;
        width: 100%;
        height: auto;
        min-width: unset;
        max-width: unset;
        z-index: 1;
    }
    iframe {
        width: 100vw !important;
        margin-left: 0 !important;
        border-radius: 0 0 8px 8px;
        min-width: 0;
        max-width: 100vw;
    }
}
.empresa-info .empresa-linea,
.empresa-info a,
.empresa-info .whatsapp {
    line-height: 0.8;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
}
/* Flexbox para header principal */
.header-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
}
.header-flex h1 {
    margin: 0;
}
.header-flex .header-desc {
    margin: 0;
    font-size: 1.18em;
    max-width: 900px;
    white-space: normal;
}
/* Solo 'ImpuestosRecuperados' más grande */
.header-fixed h1 {
    margin-bottom: 32px;
}
/* Eliminadas líneas sueltas fuera de selectores */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/* Espaciador visual entre riel/video y el iframe */
.espaciador {
    width: 100%;
    height: 50px;
}
/* Eliminadas líneas sueltas y llaves incorrectas */
/* Solo 'ImpuestosRecuperados' más grande */
.titulo-grande {
    font-size: 1.8em;
    font-weight: bold;
}
/* Forzar la descripción a dos líneas */
.header-fixed p {
     max-width: 900px;
     white-space: normal;
     margin-top: 0;
     margin-bottom: 0;
     font-size: 1.18em;
}
/* Información de la empresa en el header fijo */
.empresa-info {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #222;
        line-height: 0.8;
    background: #fff;
    padding: 8px 28px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    margin-left: 30px;
    min-width: 340px;
    max-width: 500px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}
/* Menos espacio vertical entre líneas en empresa-info: reglas integradas arriba */
/* WhatsApp alineado a la derecha */
.empresa-info .whatsapp {
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    font-size: 1.08em;
}
.header-fixed > .volver-principal {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0 10px 0 auto;
    padding: 0 20px;
    border: 1px solid #0b6f35;
    border-bottom: 4px solid #075b2a;
    border-radius: 9px;
    background: linear-gradient(180deg, #32c565 0%, #159447 58%, #0f7b3a 100%);
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.42);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.header-fixed > .volver-principal:hover,
.header-fixed > .volver-principal:focus-visible {
    background: linear-gradient(180deg, #42d875 0%, #1aa34f 58%, #118340 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 7px 13px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.5);
}
.header-fixed > .volver-principal:active {
    transform: translateY(3px);
    border-bottom-width: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 2px 4px rgba(0,0,0,0.16);
}
.header-fixed > .volver-principal + .empresa-info {
    margin-left: 0;
}
/* Segmento superior fijo */
.header-fixed {
    position: fixed;
        top: 0px;
    left: 250px;
    width: calc(100% - 250px);
    box-sizing: border-box;   /* 🔴 CLAVE */
    background: #f4f4f4;
    z-index: 1100;
    padding: 8px 30px 10px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Espacio para el contenido debajo del header fijo */
.content {
    margin-top: 120px;
}
.ancho-botones {
    width: 350px; /* Cambia este valor para el ancho de botones */
    min-width: 250px;
    height: 120px; /* Altura inicial, cámbiala luego si lo deseas */
}
.ancho-estadisticas {
    width: 500px; /* Cambia este valor para el ancho de estadísticas */
    min-width: 300px;
    height: 120px; /* Altura inicial, cámbiala luego si lo deseas */
}
.ancho-video {
    width: 400px; /* Cambia este valor para el ancho de video */
    min-width: 300px;
    height: 120px; /* Altura inicial, cámbiala luego si lo deseas */
}
.botones-segment {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 70px;
    margin-bottom: 20px;
    flex: 0 0 30%;
}

.segmento-ancho {
    width: 100%;      /* Opcional: para que ocupe todo el ancho disponible */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #f4f4f4;
    /* display: flex; */
    /* height: 100vh; */
}

.container {
    display: flex;
    width: 100%;
}

.tutorial-text {
    color: white; /* Cambia el color del texto a blanco */
    text-align: left; /* Justifica el texto a la izquierda */
    margin-bottom: -6px; /* Añade un margen inferior para separar del siguiente contenido */
    font-size: 0.8em; /* Tamaño de letra más pequeño */
}

.button-pair {
    display: flex;
    gap: 10px; /* Añade un espacio entre los botones */
    margin-bottom: 3px; /* Añade un margen inferior para separar los botones del siguiente contenido */
}

.button-pair-cert {
    display: flex;
    gap: 5px; /* Añade un pequeño espacio entre los botones */
    margin-bottom: 4px; /* Menos espacio inferior para acercar el área clientes */
}

.button-pair button {
    flex: 1; /* Hace que los botones ocupen el mismo espacio */
    background: #34495e;
    border: none;
    padding: 10px 18px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.cert-btn {
    flex: 0 0 65%; /* Ocupa el 65% del ancho */
    background: #34495e;
    border: none;
    padding: 10px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    font-size: 0.75em; /* Reduce más el tamaño del texto para mejor ajuste */
    line-height: 1.2; /* Mejora el espaciado vertical del texto */
}

.cert-btn:hover {
    background: #1abc9c;
}

.gjv-btn {
    flex: 1; /* Ocupa el espacio restante (aproximadamente 35%) */
    background: #2c3e50; /* Color ligeramente diferente para distinción visual */
    border: none;
    padding: 10px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    font-size: 0.85em; /* Tamaño de texto apropiado para el botón más pequeño */
    font-weight: bold; /* Hace el texto más prominente */
}

.gjv-btn:hover {
    background: #1abc9c;
}

.sidebar {
    width: 250px;
    background: #222;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Aumenta el espacio entre cada segmento */
    justify-content: flex-start;
    height: 100vh; /* Asegura que la barra lateral ocupe toda la altura de la ventana */
    padding-top: 0px; /* Sin espacio superior */
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
}
/* Para que el contenido principal no quede detrás del menú fijo */
/* margin-left eliminado para evitar scroll horizontal */


/* El margen solo se aplica al área principal de contenido */
.main-container {
    margin-top: 0px;
    /* margin-left eliminado para que el contenido no se desplace fuera de la pantalla */
}
/* El margen solo se aplica al área principal visible */
.content {
    margin-left: 250px;
}

.sidebar h2 {
    text-align: left; /* Alinea los títulos a la izquierda */
    margin-bottom: 5px; /* Reduce la distancia entre el título y el texto pequeño */
    margin-top: 18px; /* Menos espacio superior para acercar recuperaRTA */
    font-weight: bold; /* Aplica negrita a los títulos */
}

.sidebar h2 + .small-text {
    margin-top: -20px; /* Reduce el espacio entre el título y el texto pequeño */
}

.sidebar .small-text {
    font-size: 0.8em; /* Tamaño de letra más pequeño */
    margin-top: 0; /* Ajusta el espacio entre el título y el texto pequeño */
    margin-bottom: 5px; /* Reduce el espacio entre el texto pequeño y los botones */
    text-align: right; /* Alinea el texto a la derecha */
    color: yellow; /* Cambia el color del texto a amarillo */
}

.sidebar button {
    background: #34495e;
    border: none;
    padding: 10px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 0px; /* Elimina la distancia entre los botones */
    line-height: 1; /* Reduce la altura de línea */
    transition: background 0.3s ease;
    text-align: left;
    text-transform: none; /* Evita que el texto se convierta en mayúsculas automáticamente */
    border-radius: 12px;
    background: linear-gradient(180deg, #3a5068 0%, #34495e 60%, #222 100%);
    box-shadow: 0 8px 24px -4px rgba(0,0,0,0.35), 0 2px 0 #222 inset, 0 -2px 8px -2px #222 inset;
}

.sidebar button:hover {
    background: #1abc9c;
}

.sidebar button + button {
    margin-top: 2px; /* Añade un pequeño margen superior entre los botones */
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Alinea el contenido principal a la izquierda */
    justify-content: flex-start; /* Alinea el contenido principal hacia arriba */
    padding: 20px 20px 20px 20px; /* o el valor que prefieras */
}

h1 {
    margin-bottom: 10px; /* Reduce el margen inferior del contenedor */
    text-align: left; /* Alinea el título a la izquierda */
}

p {
    margin-bottom: 1.5cm; /* Añade un margen inferior de 1.5 cm al párrafo */
    text-align: left; /* Alinea el párrafo a la izquierda */
}

iframe {
    width: 100%;
    max-width: 100%;
    height: 80vh;
        border-radius: 10px;
        margin-bottom: 0; /* Eliminamos el margen inferior */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin: auto;
    margin-top: 0;
    font-size: 1em;
    color: #222;
    line-height: 1.5;
    background: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    margin-left: 0px;
    display: flex;
    gap: 10px; /* Añade un espacio entre los botones */
    justify-content: flex-start; /* Alinea los botones a la izquierda */
}

.button-container button {
    background: #28a745; /* Verde llamativo */
    border: none;
    padding: 12px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px; /* Bordes redondeados */
    text-transform: none; /* Texto en mayúsculas */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.button-container button:hover {
    background: #218838; /* Verde más oscuro al pasar el cursor */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.sidebar h2, .sidebar button {
    text-transform: none !important;
}

.main-container {
    margin-top: -10px; /* Reduce el margen superior del contenedor */
    display: flex;
    flex-direction: row;
    gap: 32px; /* Espacio horizontal entre los tres bloques principales */
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.segment-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start; /* Alinea el bloque a la izquierda */
    gap: 20px;
    width: 100%;
    margin-left: 0;
    /* Integrado arriba, solo una definición por propiedad */
}

.estadisticas-area {
        width: 420px;
        height: 540px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #f4f4f4; /* Cambia el color de fondo para que coincida con el fondo de la pantalla */
    border-radius: 15px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    align-items: center;
    justify-content: center;
}
.video-area {
        width: 850px;
    height: 540px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.video-area .playlist-video {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
    display: block;
}

.video-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: #000;
    border-radius: 0 0 15px 15px;
    pointer-events: none;
    z-index: 1;
}

.activar-audio-video {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    margin: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: rgba(26, 188, 156, 0.94);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.activar-audio-video:hover {
    background: #159a80;
}

.segmento-izquierdo, .segmento-derecho {
    flex: 1;
    padding: 10px;
    background: #e9ecef;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    max-height: 150px; /* Ajusta altura máxima como en la imagen */
}

.segment-text {
    font-size: 0.85em;
    margin-bottom: 8px;
    text-align: right;
}

.main-btn {
    background: linear-gradient(180deg, #42d86a 0%, #28a745 58%, #1b7d32 100%);
    border: 1px solid #17652a;
    padding: 8px 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 5px 0 #145c26, 0 10px 18px -8px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -1px 0 rgba(0,0,0,0.12);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
}

#iframeViewer {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 80vh;
    border: 0;
    padding: 0;
    background: #fff;
}

.main-btn:hover {
    background: linear-gradient(180deg, #4ae574 0%, #2fba50 58%, #1f8a37 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 0 #145c26, 0 13px 22px -10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.42), inset 0 -1px 0 rgba(0,0,0,0.12);
}

.main-btn:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #145c26, 0 6px 12px -10px rgba(0, 0, 0, 0.35), inset 0 2px 4px rgba(0,0,0,0.14);
}

.registro-btn {
    background: #34495e;
    border: none;
    padding: 5px 10px;
    color: white;
    font-size: 0.75em;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}

.registro-btn:hover {
    background: #1abc9c;
}

.site-footer {
    width: 100%;
    background: #222;
    color: #eee;
    padding: 1.5em 0 1em 0;
    text-align: right;
    padding-right: 1cm;
    font-size: 1em;
    margin-top: 3em;
    box-sizing: border-box;
}
.site-footer a {
  color: #90caf9;
  text-decoration: none;
  margin: 0 0.5em;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer nav {
  margin-top: 0.7em;
}

.datos-servicio {
  display: flex;
  gap: 1.5em;
  margin: 1em 0;
  flex-wrap: wrap;
}
.datos-col {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.dato-label {
  color: #444;
  font-weight: 500;
  min-width: 120px;
}
.dato-valor {
  color: #222;
  font-weight: bold;
  word-break: break-all;
}



.plan-slider {
  width: 420px;
  height: 540px;     /* altura reducida para menos espacio arriba y abajo */
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f7f7f7;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  padding: 0;        /* elimina cualquier padding */
}

/* Cada slide ocupa todo el contenedor */
.plan-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-slider .slide.active {
    opacity: 1;
    position: absolute;
}

.plan-slider-estado {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
    color: #64748b;
    text-align: center;
    font-weight: 700;
}

.plan-dynamic-card {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 22px 22px 16px;
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 68%, #f3f8f5 100%);
    border: 1px solid rgba(22, 101, 52, .18);
    border-top: 14px solid #39734f;
    border-radius: 16px;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-dynamic-card.is-personalizado {
    border-top-color: #315c91;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 68%, #f1f5f9 100%);
}

.plan-dynamic-header {
    text-align: center;
    border-bottom: 1px solid #dbe4df;
    padding-bottom: 8px;
}

.plan-dynamic-header h3 {
    margin: 0;
    color: #39734f;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: .05em;
}

.is-personalizado .plan-dynamic-header h3 {
    color: #315c91;
}

.plan-dynamic-inversion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
}

.plan-dynamic-inversion span,
.plan-dynamic-detalles dt {
    color: #64748b;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.plan-dynamic-inversion strong {
    color: #111827;
    font-size: 1.2rem;
    line-height: 1.2;
}

.plan-dynamic-detalles {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

.plan-dynamic-detalles div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e8f0;
}

.plan-dynamic-detalles dd {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
    text-align: right;
}

.plan-dynamic-descripcion {
    margin: 0;
    padding: 9px 11px;
    border-radius: 10px;
    background: rgba(57, 115, 79, .08);
    text-align: center;
    font-size: .82rem;
    line-height: 1.3;
}

.plan-dynamic-beneficios {
    margin-top: 0;
    padding: 9px;
    border: 1px solid #cfe0f5;
    border-radius: 12px;
    background: linear-gradient(180deg, #f5f9ff 0%, #edf5ff 100%);
}

.plan-dynamic-beneficios h4 {
    margin: 0 0 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cfe0f5;
    color: #075ba8;
    font-size: .83rem;
}

.plan-dynamic-beneficios ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 5px;
}

.plan-dynamic-beneficios li {
    position: relative;
    padding: 6px 7px 6px 28px;
    border: 1px solid #cad8ea;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    color: #24364b;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 2px 5px rgba(30, 64, 175, .06);
}

.plan-dynamic-beneficios li::before {
    content: '✓';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #13a66a;
    color: #fff;
    font-size: .68rem;
    font-weight: 900;
}

.plan-dynamic-motivador {
    margin-top: auto;
    padding: 0;
    text-align: center;
}

.plan-dynamic-motivador strong,
.plan-dynamic-motivador button {
    display: block;
}

.plan-dynamic-motivador strong {
    color: #0f2744;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 900;
}

.plan-dynamic-motivador button {
    width: 100%;
    margin-top: 8px;
    padding: 11px 13px;
    border: 1px solid #b85f00;
    border-bottom: 5px solid #934a00;
    border-radius: 11px;
    background: linear-gradient(180deg, #ffc44d 0%, #f59e0b 48%, #d97706 100%);
    color: #111827;
    font-family: inherit;
    font-size: .95rem;
    line-height: 1.35;
    font-weight: 600;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
    letter-spacing: .02em;
    box-shadow: 0 8px 13px rgba(126, 65, 0, .3), inset 0 2px 0 rgba(255, 255, 255, .45), inset 0 -2px 0 rgba(120, 55, 0, .14);
    transform: translateY(0);
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.plan-dynamic-motivador button:hover,
.plan-dynamic-motivador button:focus-visible {
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow: 0 10px 16px rgba(126, 65, 0, .34), inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(120, 55, 0, .14);
}

.plan-dynamic-motivador button:active {
    transform: translateY(2px);
    border-bottom-width: 2px;
}

.plan-dynamic-motivador button b {
    font-weight: 950;
    letter-spacing: .04em;
}

