.elementor-2177 .elementor-element.elementor-element-755474f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0b659ca *//* ===========================
   BASE DA PÁGINA LEGAL
=========================== */
.wir-legal {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
    color: #ececec;
    font-family: "Jost", sans-serif;
    line-height: 1.75;
}

/* ===========================
   TÍTULOS
=========================== */
.wir-legal h1 {
    font-family: "Cormorant", serif;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 1px;
}

.wir-legal h2 {
    font-family: "Cormorant", serif;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.wir-legal h3 {
    font-family: "Cormorant", serif;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #f2f2f2;
}

/* ===========================
   TEXTO
=========================== */
.wir-legal p {
    margin-bottom: 18px;
    font-size: 18px;
}

.wir-legal ul {
    margin: 10px 0 25px 22px;
}

.wir-legal ul li {
    margin-bottom: 8px;
    font-size: 17px;
}

/* ===========================
   LINHAS DIVISÓRIAS
=========================== */
.wir-legal hr {
    border: none;
    height: 1px;
    margin: 40px 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.22) 50%,
        rgba(255,255,255,0) 100%
    );
}

/* ===========================
   LINKS
=========================== */
.wir-legal a {
    color: #29b7ff;
    text-decoration: none;
    transition: 0.25s;
}

.wir-legal a:hover {
    color: #7ed6ff;
    text-decoration: underline;
}

/* ===========================
   RESPONSIVO
=========================== */
@media (max-width: 768px) {
    .wir-legal {
        padding: 40px 20px;
    }

    .wir-legal h1 {
        font-size: 34px;
    }

    .wir-legal h2 {
        font-size: 26px;
    }

    .wir-legal h3 {
        font-size: 20px;
    }

    .wir-legal p,
    .wir-legal ul li {
        font-size: 16px;
    }
}/* End custom CSS */