.web-top-actions {
    margin-bottom: 10px;
}

.web-top-actions .btn {
    margin-right: 8px;
    margin-bottom: 8px;
}

.web-subtitle {
    margin-top: -8px;
    margin-bottom: 20px;
    color: #555;
}

.web-base-list {
    margin-bottom: 28px;
}

.web-base-list li {
    margin-bottom: 8px;
}

.web-only-box {
    background: #fafafa;
    border-left: 4px solid #c62828;
    padding: 18px 22px;
    margin-bottom: 35px;
}

.web-only-box h4 {
    margin-top: 0;
}

.web-only-box ul {
    margin-bottom: 0;
}

.web-shot {
    margin-bottom: 28px;
}

.web-shot img {
    border: 1px solid #e0e0e0;
    background: #fff;
}

.web-shot-caption {
    text-align: center;
    margin-top: 8px;
    color: #555;
    font-size: 14px;
}

.web-shot-mobile img {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.web-cta-block {
    padding: 20px 0 50px;
}

.web-cta-block .btn {
    margin: 0 6px 10px;
}

.web-desktop-link {
    margin-top: 18px;
    color: #666;
}

/* Flotante Quiero probar la app */
.sst-try-float {
    position: fixed;
    right: 18px;
    bottom: 90px;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.sst-try-float.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sst-try-float-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px 12px 14px;
    background: linear-gradient(145deg, #b71c1c 0%, #d32f2f 55%, #c62828 100%);
    color: #fff !important;
    border-radius: 50px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
}

.sst-try-float-btn:hover,
.sst-try-float-btn:focus {
    background: #b71c1c;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.sst-try-float-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.sst-try-float-icon i {
    display: block;
    line-height: 1;
}

.sst-try-float-text {
    display: block;
    line-height: 1.2;
    text-align: left;
}

.sst-try-float-text strong {
    display: block;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.sst-try-float-text small {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}

.sst-try-float-close {
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 2;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #555;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sst-try-float-close:hover {
    background: #f1f1f1;
    color: #111;
}

@media (max-width: 480px) {
    .sst-try-float {
        right: 12px;
        bottom: 80px;
    }

    .sst-try-float-text small {
        display: none;
    }
}

/* Modal DEMO SST Web */
#sstDemoModal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* !important neutraliza el padding-right inline que agrega Bootstrap para compensar el scrollbar */
    padding: 16px !important;
}

#sstDemoModal .modal-dialog.sst-demo-dialog {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 440px !important;
}

.sst-demo-modal {
    position: relative;
    border: none;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.sst-demo-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 28px;
    line-height: 1;
    padding: 0 6px;
    opacity: 1;
}

.sst-demo-close:hover {
    color: #fff;
}

.sst-demo-top {
    background: linear-gradient(145deg, #b71c1c 0%, #d32f2f 55%, #c62828 100%);
    color: #fff;
    text-align: center;
    padding: 28px 28px 24px;
}

.sst-demo-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.sst-demo-icon i {
    display: block;
    line-height: 1;
}

.sst-demo-top .modal-title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}

.sst-demo-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.sst-demo-body {
    padding: 22px 24px 8px;
    background: #fff;
}

.sst-demo-creds {
    display: flex;
    width: 100%;
    margin: 0 0 14px;
}

.sst-demo-cred {
    flex: 1 1 0;
    min-width: 0;
    background: #f7f7f8;
    border: 1px solid #e6e6e8;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
}

.sst-demo-cred + .sst-demo-cred {
    margin-left: 10px;
}

.sst-demo-cred span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #777;
    margin-bottom: 6px;
}

.sst-demo-cred strong {
    display: block;
    font-size: 22px;
    color: #c62828;
    letter-spacing: 0.5px;
}

.sst-demo-hint {
    margin: 0 0 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.sst-demo-footer {
    border-top: none;
    padding: 8px 24px 22px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.sst-demo-btn-cancel,
.sst-demo-btn-go {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 1;
    padding: 0 18px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    vertical-align: middle;
}

.sst-demo-btn-cancel {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
}

.sst-demo-btn-cancel:hover {
    background: #f3f3f3;
    color: #222;
}

.sst-demo-btn-go {
    background: #c62828;
    border: 1px solid #c62828;
    color: #fff !important;
}

.sst-demo-btn-go:hover,
.sst-demo-btn-go:focus {
    background: #b71c1c;
    border-color: #b71c1c;
    color: #fff !important;
}

.sst-demo-btn-go i {
    margin-left: 4px;
}

/* Variante oscura: Escritorio */
.sst-try-float-desktop .sst-try-float-btn {
    background: linear-gradient(145deg, #1f242b 0%, #323A45 55%, #3d4654 100%);
}

.sst-try-float-desktop .sst-try-float-btn:hover,
.sst-try-float-desktop .sst-try-float-btn:focus {
    background: #1f242b;
}

/* Modal descarga DEMO Escritorio */
#sstDownloadModal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
}

#sstDownloadModal .modal-dialog.sst-demo-dialog {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 440px !important;
}

.sst-download-top {
    background: linear-gradient(145deg, #1f242b 0%, #323A45 55%, #3d4654 100%);
}

.sst-download-tips {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.sst-download-tips li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #f7f7f8;
    border: 1px solid #e6e6e8;
    border-radius: 8px;
    color: #444;
    font-size: 13px;
    line-height: 1.45;
}

.sst-download-tips li:last-child {
    margin-bottom: 0;
}

.sst-download-tips i {
    flex: 0 0 18px;
    margin-top: 2px;
    color: #323A45;
    font-size: 16px;
    text-align: center;
}

.sst-download-btn-go {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 1;
    padding: 0 18px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    vertical-align: middle;
    background: #323A45;
    border: 1px solid #323A45;
    color: #fff !important;
}

.sst-download-btn-go:hover,
.sst-download-btn-go:focus {
    background: #1f242b;
    border-color: #1f242b;
    color: #fff !important;
}

.sst-download-btn-go i {
    margin-left: 6px;
}

/* Modales DEMO en pantallas chicas */
@media (max-width: 767px) {

    #sstDemoModal.in,
    #sstDownloadModal.in {
        padding: 12px !important;
    }

    #sstDemoModal .modal-dialog.sst-demo-dialog,
    #sstDownloadModal .modal-dialog.sst-demo-dialog {
        max-width: 100% !important;
    }

    .sst-demo-top,
    .sst-demo-body,
    .sst-demo-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .sst-demo-footer .btn {
        flex: 1 1 100%;
    }
}
