/* Estilos específicos - Landing Datos Personales IESS */

/* Línea inferior del menú: azul del sitio en vez del turquesa de la plantilla */
.custom-navbar {
    border-bottom: 10px solid #4268a5 !important;
}

/* Ítems del menú: hover y subrayado en azul del sitio */
.custom-navbar .navbar-collapse {
    justify-content: center;
}

.custom-navbar .navbar-nav {
    margin-left: 0 !important;
    justify-content: center;
    width: 100%;
}

.custom-navbar .navbar-nav .nav-link {
    text-align: center !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

#inicioPagina,
#responsableTratamiento,
#avisoPrivacidad,
#categoriasDatos,
#usoDatos,
#derechosSeguridad,
#ejercicioDerechos {
    scroll-margin-top: 150px;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .custom-navbar .navbar-nav .nav-link {
        font-size: 0.65rem;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.navbar-nav .nav-link::after {
    background-color: #4268a5;
}

.navbar-nav .nav-link:hover {
    color: #4268a5;
}

@media (max-width: 991.98px) {
    .custom-navbar .navbar-collapse {
        justify-content: flex-start;
    }

    .custom-navbar .navbar-nav {
        align-items: flex-start;
    }

    .custom-navbar .navbar-nav .nav-link {
        text-align: left !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        font-size: 0.85rem;
        white-space: normal;
    }
}

/* Contenedor alineado con custom-container-interno de la plantilla */
.dp-container {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px;
}

/* Scroll reveal — estilo Apple al entrar en viewport */
.dp-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.85s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.85s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .dp-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .dp-hero-section.is-visible .dp-hero-bg,
    .dp-hero-section.is-visible .dp-hero-persona,
    .dp-hero-section.is-visible .dp-hero-visual .decoration-circle,
    .dp-seccion7.is-visible .dp-seccion7-bg,
    .dp-seccion7.is-visible .dp-seccion7-circle-main,
    .dp-seccion7.is-visible .dp-seccion7-persona,
    .dp-seccion7.is-visible .dp-seccion7-visual .decoration-circle {
        opacity: 1;
        animation: none;
        transform: none;
    }
}

/* Ancho unificado de secciones (mockups ~90-95%) */
.dp-hero-section,
.dp-info-card,
.dp-check-section,
.dp-bottom-section,
.dp-seccion2,
.dp-seccion3,
.dp-seccion4,
.dp-seccion5,
.dp-seccion6 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* Hero */
.dp-hero-section {
    background: #f5f5f7;
    padding: 30px 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #4268a5;
    border-radius: 8px;
    min-height: 420px;
    scroll-margin-top: 150px;
}

.dp-hero-content {
    flex: 0 0 45%;
    z-index: 2;
    
}

.dp-hero-title {
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 0.9;
    color: #4268a5;
    padding-left: 20px;
    font-family: 'PoppinsR', sans-serif;
}

.dp-hero-title .bold-line {
    font-weight: bold;
    font-family: 'PoppinsB', sans-serif;
}

/* Composición gráfica — patrón banner plantilla */
.dp-hero-visual {
    flex: 0 0 55%;
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4%;
}

.dp-hero-bg {
    position: absolute;
    left: 8%;
    right: 10%;
    top: 22%;
    height: 65%;
    width: auto;
    background: linear-gradient(135deg, #9aadc4 0%, #7d91b0 100%);
    /* TL y BL redondeados, TR recto, BR redondeado */
    border-radius: 42px 0 42px 42px;
    z-index: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
    margin-top: 0px;
}

.dp-hero-section.is-visible .dp-hero-bg {
    animation: slideInRightSubtle 1.2s forwards 0.2s;
}

.dp-hero-persona {
    width: 70%;
    max-width: 500px;
    height: auto;
    position: relative;
    top:80px;
    z-index: 1;
    object-fit: contain;
    margin-left: 5%;
    margin-right: 0;
    opacity: 0;
}

.dp-hero-section.is-visible .dp-hero-persona {
    animation: zoomIn 1.2s forwards 0.4s;
}

/* Círculos decorativos — anclados al filo del cuadro azul */
.dp-hero-visual .decoration-circle {
    width: 72px;
    height: 72px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    z-index: 2;
    opacity: 0;
}

/* Misma altura: un poco por encima del centro, cerca del borde superior del cuadro */
.dp-hero-visual .circle1 {
    left: calc(8% - 36px);
    top: calc(22% + 16% - 36px);
}

.dp-hero-section.is-visible .dp-hero-visual .circle1 {
    animation: fadeIn 1s forwards 1s, gentleFloat 4s infinite ease-in-out 2s;
}

.dp-hero-visual .circle2 {
    right: calc(10% - 36px);
    top: calc(22% + 16% - 36px);
}

.dp-hero-section.is-visible .dp-hero-visual .circle2 {
    animation: fadeIn 1s forwards 1.5s, gentleFloat 4s infinite ease-in-out 3s;
}

/* Sección 2: Responsable del tratamiento */
.dp-seccion2 {
    margin-bottom: 60px;
}

.dp-seccion2-card {
    background: #e8edf4;
    border-radius: 12px;
    overflow: visible;
    position: relative;
}

.dp-seccion2-body {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 36px 40px 28px;
}

.dp-seccion2-col {
    flex: 1;
}

.dp-seccion2-col-left {
    padding-right: 32px;
}

.dp-seccion2-col-right {
    padding-left: 32px;
}

.dp-seccion2-separator {
    width: 1px;
    background: #c5cdd8;
    flex-shrink: 0;
    margin: 4px 0;
}

.dp-seccion2-title {
    font-family: 'PoppinsB', sans-serif;
    font-size: 1.4rem;
    color: #4268a5 !important;
    line-height: 1.35;
    margin-bottom: 16px;
}

.dp-seccion2-inst {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dp-seccion2-contacto {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #4268a5;
    margin: 0;
    line-height: 1.4;
}

.dp-seccion2-contacto strong,
.dp-seccion2-email {
    font-family: 'PoppinsSB', sans-serif;
    color: #4268a5;
    text-decoration: none;
}

.dp-seccion2-email:hover {
    text-decoration: underline;
}

.dp-seccion2-col-right p {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.dp-seccion2-body--single .dp-seccion2-col {
    flex: none;
    width: 100%;
    padding: 0;
}

.dp-seccion2-text {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.dp-seccion2-footer {
    background: #7488b1;
    border-radius: 0 0 12px 12px;
    padding: 18px 140px 18px 40px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
}

.dp-seccion2-footer-content {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.dp-seccion2-footer-text {
    font-family: 'PoppinsSB', sans-serif;
    font-size: 1.1rem;
    color: #f5c518;
    line-height: 1.3;
}

.dp-seccion2-footer--primary {
    background: #4268a5;
}

.dp-seccion2-footer--primary .dp-seccion2-footer-text {
    color: #ffffff;
}

.dp-seccion2-check {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.dp-seccion2-download {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #4268a5;
    padding: 18px 20px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.2;
    font-family: 'PoppinsSB', sans-serif;
}

.dp-seccion2-download:hover {
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    color: #4268a5;
}

.dp-seccion2-download img {
    width: 40px;
    height: 40px;
}

/* Sección 4: Categorías de datos personales */
.dp-seccion4 {
    margin-bottom: 60px;
}

.dp-seccion4-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dp-seccion4-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 28px;
    background: #4268a5;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.dp-seccion4-header:hover,
.dp-seccion4-header:focus {
    background: #355589;
    outline: none;
}

.dp-seccion4-header:focus-visible {
    outline: 2px solid #f5c518;
    outline-offset: -2px;
}

.dp-seccion4-header-text {
    font-family: 'PoppinsSB', sans-serif;
    font-size: 1.05rem;
    color: #fff;
    line-height: 1.35;
    flex: 1;
}

.dp-seccion4-chevron {
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.dp-seccion4-toggle .dp-seccion4-chevron {
    color: #5a6472;
}

.dp-seccion4-header[aria-expanded="false"] .dp-seccion4-chevron,
.dp-seccion4-toggle[aria-expanded="false"] .dp-seccion4-chevron {
    transform: rotate(-90deg);
}

.dp-seccion4-body {
    background: #fff;
    padding: 28px 32px 32px;
}

.dp-seccion4-body[hidden] {
    display: none;
}

.dp-seccion4-list,
.dp-seccion4-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dp-seccion4-item {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.5;
    padding: 10px 0;
}

.dp-seccion4-num {
    font-family: 'PoppinsSB', sans-serif;
    margin-right: 6px;
}

.dp-seccion4-item--level-1 {
    padding-left: 1.25rem;
}

.dp-seccion4-item--level-2 {
    padding-left: 2.5rem;
}

.dp-seccion4-item--separator {
    border-top: 1px solid #dde3ea;
    margin-top: 8px;
    padding-top: 18px;
}

.dp-seccion4-item--accordion {
    padding: 0;
}

.dp-seccion4-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #dde3ea;
    cursor: pointer;
    text-align: left;
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    transition: color 0.2s ease;
}

.dp-seccion4-toggle:hover,
.dp-seccion4-toggle:focus {
    color: #4268a5;
    outline: none;
}

.dp-seccion4-toggle:focus-visible {
    outline: 2px solid #4268a5;
    outline-offset: 2px;
}

.dp-seccion4-toggle-label {
    flex: 1;
    line-height: 1.5;
}

.dp-seccion4-panel[hidden] {
    display: none;
}

.dp-seccion4-item--level-1 > .dp-seccion4-toggle {
    padding-left: 1.25rem;
}

.dp-seccion4-item--level-1 > .dp-seccion4-panel .dp-seccion4-item {
    padding-left: 0;
}

.dp-seccion4-item--group {
    padding: 10px 0;
}

.dp-seccion4-item-label {
    display: block;
    line-height: 1.5;
}

.dp-seccion4-item--group > .dp-seccion4-sublist {
    margin-top: 4px;
}

/* Sección 5: Uso de datos personales */
.dp-seccion5-list {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 1.25rem;
}

.dp-seccion5-list > li {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.55;
    padding: 8px 0;
}

.dp-seccion5-item--group {
    list-style: none;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
}

.dp-seccion5-item--accordion {
    padding: 0;
}

.dp-seccion5-item--accordion > .dp-seccion4-panel .dp-seccion5-sublist {
    margin-top: 8px;
}

.dp-seccion5-sublist {
    list-style: none;
    margin: 12px 0 0;
    padding: 0 0 0 1.5rem;
}

.dp-seccion5-sublist > li {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.55;
    padding: 6px 0;
    position: relative;
}

.dp-seccion5-letter {
    font-family: 'PoppinsSB', sans-serif;
    margin-right: 4px;
}

/* Sección 6: Derechos y seguridad */
.dp-seccion6 {
    margin-bottom: 60px;
}

.dp-seccion6-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.dp-seccion6-body {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 36px 40px;
}

.dp-seccion6-col {
    flex: 1;
}

.dp-seccion6-col:first-child {
    padding-right: 32px;
}

.dp-seccion6-col:last-child {
    padding-left: 32px;
}

.dp-seccion6-separator {
    width: 1px;
    background: #c5cdd8;
    flex-shrink: 0;
    margin: 4px 0;
}

.dp-seccion6-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.dp-seccion6-icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #4268a5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dp-seccion6-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.dp-seccion6-title {
    font-family: 'PoppinsSB', sans-serif;
    font-size: 1.15rem;
    color: #4268a5 !important;
    line-height: 1.3;
    margin: 0;
}

.dp-seccion6-text {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.55;
    margin: 0;
    text-align: left;
}

/* Sección 7: Ejercicio de Derechos */
.dp-seccion7 {
    margin-bottom: 60px;
    padding-bottom: 100px;
    background: #f5f5f7;
    border-radius: 8px;
    position: relative;
    overflow: visible;
}

.dp-seccion7-top {
    background: transparent;
    border-radius: 0;
    padding: 40px 32px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow: visible;
    position: relative;
}

.dp-seccion7-visual {
    flex: 0 0 38%;
    position: relative;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    margin-bottom: -68px;
    z-index: 3;
    overflow: visible;
}

.dp-seccion7-aside {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    position: relative;
}

.dp-seccion7-content {
    flex: 1;
    min-width: 0;
    margin-left: 84px;
}

.dp-seccion7-center {
    position: absolute;
    left: -80px;
    bottom: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 3;
    padding: 0;
}

.dp-seccion7-text:last-child {
    margin-bottom: 0;
}

.dp-seccion7-bg {
    position: absolute;
    left: 18%;
    right: 16%;
    top: 5%;
    height: 30%;
    width:50%;
    background: linear-gradient(135deg, #9aadc4 0%, #7d91b0 100%);
    /* TR y BR redondeados, TL recto, BL redondeado (espejo del hero) */
    border-radius: 0 42px 42px 42px;
    z-index: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
}

.dp-seccion7.is-visible .dp-seccion7-bg {
    animation: slideInRightSubtle 1.2s forwards 0.2s;
}

.dp-seccion7-circle-main {
    position: absolute;
    width: 35%;
    max-width: 260px;
    aspect-ratio: 1;
    left: 37%;
    top: 30%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
}

.dp-seccion7.is-visible .dp-seccion7-circle-main {
    animation: fadeIn 1s forwards 0.6s;
}

.dp-seccion7-persona {
    width: 58%;
    max-width: 400px;
    height: auto;
    position: relative;
    top: -30px;
    z-index: 2;
    object-fit: contain;
    margin-right: 25%;
    margin-bottom: 0;
    opacity: 0;
}

.dp-seccion7.is-visible .dp-seccion7-persona {
    animation: zoomIn 1.2s forwards 0.4s;
}

.dp-seccion7-visual .decoration-circle {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
    position: absolute;
    z-index: 3;
    opacity: 0;
}

.dp-seccion7-visual .dp-seccion7-circle1 {
    left: calc(18% - 20px);
    top: calc(2% + 12% - 36px);
}

.dp-seccion7.is-visible .dp-seccion7-visual .dp-seccion7-circle1 {
    animation: fadeIn 1s forwards 1s, gentleFloat 4s infinite ease-in-out 2s;
}

.dp-seccion7-visual .dp-seccion7-circle2 {
    right: calc(36% - 36px);
    top: calc(2% + 12% - 36px);
}

.dp-seccion7.is-visible .dp-seccion7-visual .dp-seccion7-circle2 {
    animation: fadeIn 1s forwards 1.5s, gentleFloat 4s infinite ease-in-out 3s;
}

.dp-seccion7-title {
    font-family: 'PoppinsB', sans-serif;
    font-size: 1.4rem;
    color: #4268a5 !important;
    line-height: 1.35;
    margin: 0 0 16px;
}

.dp-seccion7-text {
    font-family: 'PoppinsR', sans-serif;
    font-size: 0.95rem;
    color: #5a6472;
    line-height: 1.55;
    margin: 0 0 14px;
    text-align: left;
}

.dp-seccion7-link {
    font-family: 'PoppinsSB', sans-serif;
    color: #4268a5;
    text-decoration: none;
}

.dp-seccion7-link:hover {
    text-decoration: underline;
}

.dp-seccion7-computador {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    object-fit: contain;
}

.dp-seccion7-footer {
    background: #4268a5;
    border-radius: 12px;
    padding: 12px 140px 12px 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: -82px;
}

.dp-seccion7-footer .dp-seccion2-footer-text {
    color: #fff;
    text-align: center;
    flex: 1;
    font-family: 'PoppinsR', sans-serif;
    font-weight: normal;
}

.dp-seccion7-footer .dp-seccion2-download {
    z-index: 1;
}

.dp-page-end {
    display: block;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.dp-back-top {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 1050;
    width: 52px;
    height: 52px;
    border-radius: 10px 0 0 10px;
    background: #4268a5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.15rem;
    box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.dp-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.dp-back-top.is-visible:hover,
.dp-back-top.is-visible:focus {
    background: #355589;
    color: #fff;
    transform: translateX(-3px);
    box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.25);
    outline: 2px solid #f5c518;
    outline-offset: 2px;
}

.dp-back-top:focus:not(:focus-visible) {
    outline: none;
}

.dp-back-top:focus-visible {
    outline: 2px solid #f5c518;
    outline-offset: 2px;
}

/* Tarjetas informativas */
.dp-info-card {
    background: white;
    border-radius: 8px;
    padding: 15px 30px;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.dp-info-card.blue {
    background: linear-gradient(135deg, #4268a5 0%, #4a6ba0 100%);
    color: white;
}

.dp-email-icon {
    background: white;
    color: #5e7db8;
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: 120px;
    height: 120px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.dp-email-icon img {
    width: 60px;
    height: 60px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.dp-card-content {
    flex: 1;
}

.dp-info-card.blue:nth-child(3) .dp-card-content {
    padding-left: 80px;
}

.dp-info-card.blue:nth-child(2) .dp-card-content {
    padding-right: 80px;
}

.dp-card-content h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: normal;
    color: #fff !important;
    font-family: 'PoppinsR', sans-serif;
}

.dp-download-btn {
    background: white;
    color: #5e7db8;
    padding: 20px 25px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'PoppinsSB', sans-serif;
}

.dp-download-btn:hover {
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    color: #5e7db8;
}

.dp-download-btn img {
    width: 40px;
    height: 40px;
}

.dp-email-highlight {
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    font-family: 'PoppinsSB', sans-serif;
}

/* Sección check */
.dp-check-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
}

.dp-check-icon {
    width: 40px;
    height: 40px;
}

.dp-check-text {
    font-size: 1.5rem;
    color: #5e7db8;
    font-weight: 600;
    font-family: 'PoppinsSB', sans-serif;
}

/* Sección inferior */
.dp-bottom-section {
    background: #f5f5f7;
    padding: 40px;
    color: #5e7db8;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 40px;
}

.dp-bottom-content {
    flex: 1;
    color: #4268a5;
}

.dp-bottom-content h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: normal;
    color: #4268a5 !important;
    font-family: 'PoppinsR', sans-serif;
}

.dp-bottom-content p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'PoppinsSB', sans-serif;
    color: #4268a5;
}

.dp-bottom-image {
    flex: 0 0 450px;
    text-align: center;
}

.dp-bottom-image img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 1600px) {
    .dp-container {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .dp-container {
        width: 95%;
        padding: 15px;
    }

    .dp-hero-section,
    .dp-info-card,
    .dp-check-section,
    .dp-bottom-section,
    .dp-seccion2,
    .dp-seccion3,
    .dp-seccion4,
    .dp-seccion5,
    .dp-seccion6,
    .dp-seccion7 {
        width: 100%;
    }

    .dp-seccion4-header {
        padding: 16px 20px;
    }

    .dp-seccion4-header-text {
        font-size: 0.95rem;
    }

    .dp-seccion4-body {
        padding: 20px 20px 24px;
    }

    .dp-seccion5-sublist {
        padding-left: 1rem;
    }

    .dp-seccion6-body {
        flex-direction: column;
        padding: 28px 24px;
    }

    .dp-seccion6-separator {
        width: 100%;
        height: 1px;
        margin: 24px 0;
    }

    .dp-seccion6-col:first-child,
    .dp-seccion6-col:last-child {
        padding: 0;
    }

    .dp-seccion4-item--level-1 {
        padding-left: 0.75rem;
    }

    .dp-seccion4-item--level-2 {
        padding-left: 1.5rem;
    }

    .dp-seccion4-item--level-1 > .dp-seccion4-toggle {
        padding-left: 0.75rem;
    }

    .dp-seccion7 {
        padding-bottom: 48px;
    }

    .dp-seccion7-top {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px 28px;
        border-radius: 0;
        gap: 0;
    }

    .dp-seccion7-visual {
        align-self: auto;
        flex: none;
        width: 100%;
        min-height: 340px;
        padding-right: 0;
        margin-bottom: 16px;
        justify-content: center;
        align-items: center;
        z-index: auto;
    }

    .dp-seccion7-bg {
        left: 20%;
        right: auto;
        width: 54%;
        transform: none;
        top: 8%;
        height: 28%;
        border-radius: 0 28px 28px 28px;
    }

    .dp-seccion7-circle-main {
        width: 26%;
        max-width: 125px;
        left: 38%;
        top: 28%;
        transform: translate(-50%, -50%);
    }

    .dp-seccion7-persona {
        width: 65%;
        max-width: 260px;
        top: 0;
        margin-right: 22%;
        margin-left: auto;
    }

    .dp-seccion7-visual .decoration-circle {
        width: 30px;
        height: 30px;
    }

    .dp-seccion7-visual .dp-seccion7-circle1 {
        left: calc(20% - 15px);
        top: calc(8% + 10% - 15px);
    }

    .dp-seccion7-visual .dp-seccion7-circle2 {
        right: calc(26% - 15px);
        top: calc(8% + 10% - 15px);
    }

    .dp-seccion7-aside {
        flex-direction: column;
        width: 100%;
        gap: 0;
        position: static;
    }

    .dp-seccion7-center {
        position: static;
        flex: none;
        width: 100%;
        margin-left: 0;
        padding: 8px 0 16px;
        align-self: center;
        align-items: center;
        justify-content: center;
    }

    .dp-seccion7-text:last-child {
        margin-bottom: 14px;
    }

    .dp-seccion7-computador {
        width: 64px;
        height: 64px;
    }

    .dp-seccion7-content {
        flex: none;
        width: 100%;
        margin-left: 0;
    }

    .dp-seccion7-title,
    .dp-seccion7-text {
        text-align: left;
    }

    .dp-seccion7-footer {
        border-radius: 12px;
        margin-top: 0;
        padding: 48px 24px 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        z-index: 1;
    }

    .dp-seccion7-footer .dp-seccion2-footer-text {
        text-align: left;
    }

    .dp-seccion7-footer .dp-seccion2-download {
        position: absolute;
        right: 20px;
        top: -55px;
        transform: none;
        width: 100px;
        height: 100px;
        padding: 14px 16px;
        font-size: 0.8rem;
    }

    .dp-seccion2-body {
        flex-direction: column;
        padding: 28px 24px 20px;
    }

    .dp-seccion2-separator {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    .dp-seccion2-col-left,
    .dp-seccion2-col-right {
        padding: 0;
    }

    .dp-seccion2-footer {
        padding: 60px 24px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 0 0 12px 12px;
    }

    .dp-seccion2-download {
        position: absolute;
        right: 20px;
        top: -55px;
        transform: none;
        width: 100px;
        height: 100px;
        padding: 14px 16px;
        font-size: 0.8rem;
    }

    .dp-seccion2-download:hover {
        transform: translateY(-2px);
    }

    .dp-hero-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        min-height: auto;
    }

    .dp-hero-content {
        flex: none;
        width: 100%;
    }

    .dp-hero-title {
        font-size: 2.5rem;
        margin-bottom: 20px;
        line-height: 1.1;
        padding-left: 0;
    }

    .dp-hero-visual {
        flex: none;
        width: 100%;
        min-height: 280px;
        margin: 0 auto;
        justify-content: center;
        padding-right: 0;
    }

    .dp-hero-bg {
        left: 10%;
        right: 0;
        top: 18%;
        height: 47%;
        border-radius: 30px 0 30px 30px;
    }

    .dp-hero-persona {
        max-width: 300px;
        top: 55px;
        margin-left: 8%;
        margin-right: 0;
    }

    .dp-hero-visual .decoration-circle {
        width: 40px;
        height: 40px;
    }

    .dp-hero-visual .circle1 {
        left: calc(10% - 20px);
        top: calc(18% + 10px);
    }

    .dp-hero-visual .circle2 {
        right: calc(0% - 20px);
        top: calc(18% + 10px);
    }

    .dp-info-card {
        margin-bottom: 80px;
        padding: 20px;
        position: relative;
    }

    .dp-info-card.blue {
        flex-direction: column;
        text-align: center;
        padding-top: 60px;
    }

    .dp-info-card.blue:nth-child(2) .dp-card-content,
    .dp-info-card.blue:nth-child(3) .dp-card-content {
        padding-left: 0;
        padding-right: 0;
    }

    .dp-download-btn {
        position: absolute;
        top: -40px;
        right: 50%;
        transform: translateX(50%);
        width: 100px;
        height: 100px;
        font-size: 0.8rem;
    }

    .dp-download-btn img {
        width: 30px;
        height: 30px;
    }

    .dp-download-btn:hover {
        transform: translateX(50%) translateY(-2px);
    }

    .dp-email-icon {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
    }

    .dp-email-icon img {
        width: 50px;
        height: 50px;
    }

    .dp-check-section {
        flex-direction: column;
        gap: 15px;
        padding: 30px 0;
    }

    .dp-check-icon {
        width: 50px;
        height: 50px;
    }

    .dp-check-text {
        font-size: 1.1rem;
    }

    .dp-bottom-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .dp-bottom-image {
        flex: none;
        max-width: 250px;
        margin: 0 auto 30px auto;
    }

    .dp-bottom-content h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .dp-bottom-content p {
        font-size: 1.1rem;
    }

    .dp-back-top {
        bottom: 24px;
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .dp-hero-title {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .dp-hero-visual {
        min-height: 255px;
    }

    .dp-hero-bg {
        top: 20%;
        height: 42%;
        border-radius: 26px 0 26px 26px;
    }

    .dp-hero-persona {
        max-width: 260px;
        top: 46px;
    }

    .dp-hero-visual .decoration-circle {
        width: 34px;
        height: 34px;
    }

    .dp-hero-visual .circle1 {
        left: calc(10% - 17px);
        top: calc(20% + 8px);
    }

    .dp-hero-visual .circle2 {
        right: calc(0% - 17px);
        top: calc(20% + 8px);
    }

    .dp-info-card {
        margin-bottom: 70px;
        padding: 15px;
    }

    .dp-download-btn,
    .dp-email-icon {
        width: 80px;
        height: 80px;
        top: -30px;
    }

    .dp-download-btn img,
    .dp-email-icon img {
        width: 25px;
        height: 25px;
    }

    .dp-download-btn {
        font-size: 0.7rem;
    }

    .dp-seccion2-download {
        width: 85px;
        height: 85px;
        top: -45px;
        right: 16px;
        font-size: 0.7rem;
    }

    .dp-seccion2-download img {
        width: 32px;
        height: 32px;
    }

    .dp-seccion2-footer-text {
        font-size: 1rem;
    }

    .dp-seccion7-visual {
        min-height: 300px;
    }

    .dp-seccion7-bg {
        left: 18%;
        width: 56%;
        top: 10%;
        height: 26%;
        border-radius: 0 22px 22px 22px;
    }

    .dp-seccion7-circle-main {
        width: 28%;
        max-width: 105px;
        left: 37%;
        top: 30%;
    }

    .dp-seccion7-persona {
        width: 68%;
        max-width: 220px;
        top: 2px;
        margin-right: 20%;
    }

    .dp-seccion7-visual .decoration-circle {
        width: 26px;
        height: 26px;
    }

    .dp-seccion7-visual .dp-seccion7-circle1 {
        left: calc(18% - 13px);
        top: calc(10% + 9% - 13px);
    }

    .dp-seccion7-visual .dp-seccion7-circle2 {
        right: calc(26% - 13px);
        top: calc(10% + 9% - 13px);
    }

    .dp-seccion7-footer .dp-seccion2-download {
        width: 85px;
        height: 85px;
        top: -45px;
        right: 16px;
        font-size: 0.7rem;
    }

    .dp-seccion7-footer .dp-seccion2-download img {
        width: 32px;
        height: 32px;
    }

    .dp-card-content h3 {
        font-size: 1rem;
    }

    .dp-bottom-content h3 {
        font-size: 1.1rem;
    }

    .dp-bottom-content p {
        font-size: 1rem;
    }
}
