:root {
    --radius: 14px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

body {
    font-family: "Instrument Sans", sans-serif;
    background: #f6f7fb;
    color: #1f2937;
}

.lp-top {
    padding: 25px 0;
}

#logotipo img {
    max-height: 70px;
}

.lp-header {
    padding: 40px 20px;
    color: #fff;
}

.lp-header h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.lp-header h2 {
    font-weight: 400;
    opacity: .9;
}

.lp-content {
    padding: 60px 0;
}

.video-wrapper iframe {
    width: 100%;
    height: 380px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

#imagem img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.content-text {
    margin-top: 30px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.lp-card {
    border: none;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.lp-card .card-header {
    background: #111827;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.form-input {
    border-radius: 10px;
    padding: 12px;
}

.btn-primary {
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
}

#texto_inferior {
    background: #fff;
    padding: 60px 20px;
    margin-top: 60px;
}

.footer {
    background: #0f172a;
    color: #cbd5e1;
    font-size: .9rem;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 60px;
    text-align: center;
}

.footer a {
    color: #cbd5e1;
    text-decoration: none;
    display: inline-block;
    height: 50%;
    line-height: 30px;
}

.footer a:hover {
    color: #cbd5e1;
    text-decoration: underline;
}

#texto_superior {
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#texto_superior * {
    max-width: 100%;
    box-sizing: border-box;
}
