html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

a {
    color: #9e9173;
    text-decoration: none;
}

.content {
    height: 100%;
    background-image: url(bg.png);
    display: flex;
    background-size: cover;
    justify-content: center;
    font-family: "Exo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    color: #D7D3D0;
}

.content .padding {
    background-color: #1b1f22bd;
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    padding: 5rem 0;


    flex-direction: column;
    max-height: 80vh;
    justify-content: space-between;
    gap: 3rem;
}


.content .padding section {
    display: flex;

    align-items: center;
    justify-content: center;
}

.content .px {
    padding: 0 5rem;
}

.content .frase {
    display: flex;
    flex-direction: row;
    gap: 3.5rem;
}

.content .frase p {
    font-size: 1.4rem;
    text-align: left;
    flex: 1;
    color: #0b0c0d;
    line-height: 1;
    flex-direction: row;
    word-break: normal;
    text-wrap: balance;
    display: inline-block;
}

.frase p b,
.frase p span {
    display: block;
    white-space: nowrap;
}

.content .logo {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.content .logo img {
    max-width: 12rem;
    object-fit: cover;
}

.content .texts {
    padding: 2.5rem;
    background: #8d887cbe;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content .texts .text{
    font-size: 1rem;
    text-align: center;
    color: #d5ccc3;
    line-height: 1.5;
    word-break: normal;
    text-wrap: balance;
    max-width: 80%;
}

.content .contact {
    text-align: center;
}

.content .badge {
    background: #0b0c0d;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    width: auto;
    border-radius: 50px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content .btn-wa {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8D887C;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(141, 136, 124, 0.3);
}

.content .glass-container .btn-wa:hover {
    transform: translateY(-3px);
}

.content .contact-info p {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #8D887C;
}

/*# sourceMappingURL=style.css.map */
.visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}