/* ===== DOSVENTANAS ===== */

.iframe-container {
    margin: 0 0 1rem 0;
    padding: 0.9rem 1.1rem;
    background: #f2f2f2;
    border-left: 1px solid #b0b0b0;
    text-align: center;
}

.btn-ventanaVV {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    background: none;
    border: 1.5px solid #f36619;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 0.92rem;
    color: #474747;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    margin: 0.5rem 0;
}

.btn-ventanaVV:hover {
    background: rgba(243,102,25,0.06);
    border-color: #f36619;
    color: #f36619;
}

.btn-ventanaVV svg {
    stroke: currentColor;
    transition: transform 0.22s;
}

.btn-ventanaVV:hover svg {
    transform: translate(2px,-2px);
}

.iframe-hint {
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 0.82rem;
    color: #5f5f5f;
    margin-top: 0.25rem;
}
