<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./../fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2") format("woff2");
    unicode-range: U+900-97F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./../fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2") format("woff2");
    unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./../fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2") format("woff2");
    unicode-range: U+900-97F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./../fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2") format("woff2");
    unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    margin: 0px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #071c1f;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

header {
    margin: 0px;
    padding: 10px;
}

h1,
h2,
h3 {
    margin: 0px;
}

p {
    hyphens: auto;
}

ul {
    padding: 0px;
    list-style: none;
}

section {
    padding: 60px 0px;
}

section h1 {
    padding-bottom: 20px;
    font-size: 32px;
}

section h2 {
    font-size: 32px;
}

section h3 {
    font-size: 16px;
}

.logo-icon {
    margin-right: 10px;
}

.bg-primary {
    background: #041845 !important;
}

.bg-secundary {
    background: #041845 !important;
}

.bg-dark {
    background: rgb(0, 0, 0) !important;
}

.bg-white {
    background: rgb(255, 255, 255) !important;
}

.text-white {
    color: rgb(255, 255, 255) !important;
}

.text-primary {
    color: rgb(255, 80, 34)!important;
}

.text-gray {
    color: rgb(99, 99, 99) !important;
}

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

.bordas-coloridas {
    background-image: url("./../images/bordas-brisanet.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title {
    padding: 20px;
    margin-top: -20px;
}

.card {
    margin: 10px;
}

.card-head {
    background: #ff5022;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
}

.card-body {
    background-color: #fff;
    padding: 20px;
}

.card-body .title {
    color: rgb(255, 80, 34);
    font-size: 32px;
    font-weight: 500;
}

.card-footer {
    background: rgb(255, 80, 34);
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 10px;
    font-weight: 500;
    min-height: 30px;
    max-height: 50px;
    text-transform: uppercase;
}

.card-footer:hover {
    cursor: pointer;
    filter: drop-shadow(rgb(159, 64, 22) 1px 5px 0px);
    transform: translateY(-5px);
}

.description li {
    display: flex;
    font-size: 12px;
    align-content: center;
    align-items: center;
}

.description li img {
    width: 24px;
}

.apps-includes .text-gray {
    font-size: 14px;
}

.apps-includes ul {
    display: flex;
    margin-top: 5px;
}

.apps-includes li {
    padding-left: 5px;
}

.price .acronym {
    font-size: 16px;
    margin-right: -2px;
    color: rgb(99, 99, 99);
}

.price .value {
    font-size: 32px;
    font-weight: 500;
}

.price .month {
    font-size: 16px;
    margin-left: -5px;
    color: rgb(99, 99, 99);
}

.grid-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
}

.about h2 {
    color: rgb(255, 80, 34);
}

.about p {
    text-align: justify;
}

.about img {
    max-width: 430px;
    border-radius: 10px;
}

.m-top {
    margin-top: 20px;
}

.p-default {
    padding: 0px 20px;
}

.btn-primary {
    background: #007bff !important;
    border-color: #004085 !important;
    color: rgb(255, 255, 255);
    padding: 20px 35px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary:hover {
    filter: drop-shadow(black 1px 5px 0px);
    transform: translateY(-5px);
    cursor: pointer;
}


@media screen and (max-width: 576px) {
    section {
        padding: 40px 0px;
    }

    .container {
        max-width: 100%;
    }

    section h1 {
        font-size: 22px;
    }

    section h2 {
        font-size: 22px;
    }

    section h3 {
        margin: 5px;
        font-size: 1em !important;
    }

   
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    section h1 {
        font-size: 24px;
    }

    section h2 {
        font-size: 24px;
    }

    section h3 {
        margin: 5px;
        font-size: 0.879em !important;
    }

    .container {
        max-width: 540px;
    }

   
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 720px;
    }

    
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
   

    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    

    .container {
        max-width: 1320px;
    }
}

form{
    background-color: #fff;
    border-radius: 10px;
}

form .title{
    display: flex;justify-content: space-between;flex-wrap: nowrap;flex-direction: row-reverse;
}

.planos {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
   
}


.countdown {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    padding: 5px;
    border-top-style: solid;
    font-size: small;
}

</pre></body></html>