@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Now Display', sans-serif;
    background-color: #f5f5f8;
    overflow-x: hidden;
    font-size: 14px;
    color: #141414;
    letter-spacing: -0.2px;
}

.on-container{    
    max-width: min(685px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: start;
    padding-bottom: 0.5rem;
    background-color: #f5f5f8;
    /*border-top-left-radius: 18px;*/
    /*border-top-right-radius: 18px;*/
    min-height: 100vh;
    max-height: 100%;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
}

h1 {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 95%;
    font-size: 65px;
    letter-spacing: -2px;
}

h2 {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -0.02px;
}

.navbar-nwy {
    background-color: #f5f5f8;
}

.app-font {
    font-family: 'Helvetica Now Display', sans-serif;
    letter-spacing: 0.02em !important;
}

#services {
    background-color: #f4f6fc;
    margin: 15px 0;
    padding: 0;
}

.home-header {
    padding-top: 30px;
}

.home-subtitle {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 50px;
    color: #a6a6a6;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0;
    line-height: 100%
}

.home-legenda {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 18px;
    color: #414545;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 0;
}

.feature-subtitle{
    font-size: 30px;
}

.feature-legenda {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
}

#home-feature .box-feature {
    border-radius: 14px;
    padding: 20px;
    margin: 5px;
    min-height: 465px;
    border: 1px solid #414545;
}

#home-feature i {
    font-size: 30px;
    color: #414545;
}

.home-box {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 18px;
    color: #737373;
    font-weight: 400;
    letter-spacing: 0;
    width: 50%;
}

section.blocks {
    padding: 20px 10px;
    margin: 80px 0;
}

.img-grid {
    padding: 0px 20px;
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
}

.model-text {
    text-transform: uppercase;
    color: #a6a6a6;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 12px 0;
}

.img-site {
    height: 100%;
    width: 80%;
    max-width: 350px;
}

.grid-site-bg {
    border-radius: 20px;
    display: block;
    margin: 20px 5px;
}

.grid-site {
    width: 350px;
}

.box-highlight {
    border-radius: 20px;
    background-color: #fff;
    display: block;
    padding: 60px;
    margin: 60px 5px;
    height: auto;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.box-title {
    font-family: 'Helvetica Now Display';
    text-align: left;
    letter-spacing: -1px;
    color: #141414;
    padding-top: 45px;
    -webkit-font-smoothing: antialiased;
    line-height: 3.5rem;
}

.box-subtitle {
    font-family: 'Helvetica Now Display';
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    color: #141414;
}

.block-feature {
    display: block;
    margin: 40px 0;
}

.card-ads-feature {
    padding: 20px;
    border-radius: 14px;
    display: inline-block;
    width: 100%;
    margin: 8px 5px;
}

.box-icon {
    border-radius: 12px;
    height: 55px;
    width: 55px;
    text-align: center;
    background-color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.box-icon > i {
    font-size: 24px;
    color: #a6a6a6;
}

.card-ads-title {
    font-family: 'Helvetica Now Display', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.vantagens-title {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 18px;
    color: #141414 !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 18px;
    margin-bottom: 0;
    height: 50px;
}

#headline .vantagens-title {
    font-family: 'Helvetica Now Display', sans-serif;
    height: 30px;
    color: #212121 !important;
    border-bottom: 1px solid #eee;
    width: 70%;
}

#headline .card-ads-body {
    margin-top: 20px;
}

#headline .box-icon {
    border: none;
    text-align: left;
    padding: 0;
    height: 20px;
}

#headline .box-icon > i {
    font-size: 15px;
}

.head-subtitle {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #414545;
}

.img-app {
    border-radius: 18px;
    border: 1px solid #eee;
}

.img-app-2 {
    border: 1px solid #fff;
}

.ny-shadow {
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.link-default {
    font-family: 'Helvetica Now Display';
    letter-spacing: -0.02px;
    font-size: 13px;
    color: #107ACC; 
    text-decoration: underline;      
}

.link-default:hover{
    text-decoration: none;
}

.ny-spacing {
    padding: 100px 0;
}

#ny-msg .box-title {
    line-height: 4.5rem;
}

.ny-gradient-gold {
    background-image: radial-gradient(circle at -11.24% 14.64%, #ffffcd 0, #fff7c1 25%, #f2deb5 50%, #d8c6a9 75%, #c0b19e 100%);
}
/* Cardbox */

.cardbox {
    width: 100%;
    min-height: 510px;
    height: 695px;
    border-radius: 24px;
    padding: 15px 20px;
    margin: 5px;
    display: block;
    color: #737373;
    background-color: #f4f4f4;
}

.cardbox-black {
    background-color: #212121;
    border: 1px solid #212121;
    color: #aaacaf;
}

.cardbox-title {
    height: 200px;
    font-size: 22px;
    font-weight: 500;
    color: #414545;
}

.cardbox-black .cardbox-title {
    color: #C68D6E;
}

.cardbox-title p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #737373;
}

.cardbox-text {
    min-height: 405px;
    font-size: 13px;
    font-weight: 500;
    padding-top: 20px;
    margin: 0;
    letter-spacing: 1px;
}

.cardbox-text p {
    margin: 0;
    font-weight: 400;
}

.bi-info-circle-fill {
    font-size: 16px !important;
}

.cardbox-footer h4 {
    font-weight: 500;
    margin: 0;
}

.cardbox-footer p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #a6a6a6;
}

.cardbox-text i {
    padding-right: 8px;
    color: green;
}

.cardbox-footer {
    padding: 0;
    min-height: 0px;
    font-size: 18px;
}

.cardbox-best {
    border: 2px solid;
    border-color: rgb(246 212 161);
    color: #a6a6a6;
    background-color: #242424;
    transition: all 0.5s;
}

.cardbox-best:hover {
    opacity: .9;
    transition: all 0.5s;
}

.cardbox-best .cardbox-title {
    color: #fff;
}

.bg-best-plan {
    background-image: radial-gradient(58.99% 10.42% at 50% 100.46%, rgba(251, 188, 5, .07) 0, transparent 100%), radial-gradient(135.76% 66.69% at 92.19% -3.15%, rgba(251, 5, 153, .1) 0, transparent 100%), radial-gradient(127.39% 38.15% at 22.81% -2.29%, rgba(239, 145, 84, .4) 0, transparent 100%);
}

.promotion {
    background-color: #f4f4f4;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-weight: 500;
    width: 100%;
}

.premium {
    background-color: #C68D6E;
    color: #fff;
}

.form-title {
    text-align: center;
    font-weight: 600;
    color: #212121;
    font-size: 20px;
}

.form-subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

/* Form */
.box-form {
    border-radius: 14px;
    background-color: #f4f4f4;
    padding: 35px;
}

.box-form, .box-form .mb-4 {
    text-align: left;
    color: #737373;
}

.form-label {
    font-weight: 500;
    color: #8899A6;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.form-control, .form-check-input, .form-select, .group-profile {
    font-size: 16px;
}

.btn-default {
    font-family: 'Helvetica Now Display', sans-serif;
    width: auto;
    height: 36px;
    border: none;
    right: 0;
    border-radius: 8px;
    font-weight: 400;
    background-color: #141414;
    color: #fff;
    padding: 0px 10px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s cubic-bezier(0,0,.5,1);
    letter-spacing: normal;
}

.btn-cta {
    border-radius: 25px;
    width: 200px;
    height: 50px;
    text-align: center;
    background-color: #212121;
    color: #f4f4f4;
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.btn-cta:hover {
    background-color: #414545;
    color: #fff;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.btn-text {
    font-family: 'Helvetica Now Display', sans-serif;
    width: 100%;
    height: 38px;
    border: none;
    right: 0;
    font-weight: 400;
    color: #0277bd;
    padding: 10px 0px;
    font-size: 1rem;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
}

.btn-large {
    height: 42px;
    background-color:#0277bd;
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.btn-large:hover {
    transition: all .3s cubic-bezier(0,0,.5,1);
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.group-profile {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    font-size: 18px !important;
    background-color: #fff;
    border-radius: var(--bs-border-radius);
}

.how4-profile {
    padding: 0.375rem 0rem 0.375rem 0.75rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8899A6;
    text-align: center;
    white-space: nowrap;
    border: 0px;
    border-radius: 8px;
}

.how4-profile-link {
    padding-left: 1.5px;
    width: auto;
    border: 0px !important;
    color: #141414 !important;
    font-weight: 500;
}

.form-control:focus, 
.form-check-input:focus, 
.form-select:focus, 
.group-profile:focus {
    border-color: #414545;
    box-shadow: none;
}

.ny-shadow {
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

#btnClaim:disabled {
    background-color: #ccc; 
    color: #888; 
    cursor: not-allowed; 
}

button:disabled, input:disabled, .btn-default:disabled {
    background-color: #ccc !important;
    color: #737373 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none;
    cursor: not-allowed;
}

.social-footer {
    text-align: center;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 15px 0 40px 0;
}

.social-footer i {
    padding-right: 6px;
}

.box-netwy {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box-001 {
    border-radius: 24px;
    background-color: #fff;
    padding: 25px 10px;
    height: 600px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.spinner-fundo {
    display: none;
}

.spinner-fundo {
    left: 0;
    top: 0;
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.8;
    z-index: 9998;
}

.spinner-border {
    display: none;
}

.spinner-border {
    top: 50%;
    line-height: 30px;
    z-index: 9999;
    position: fixed;
    left: 45%;
}

.cn-shadow-2 {
    -webkit-box-shadow: 38px 30px 75px -8px rgba(143,143,143,0.7);
    -moz-box-shadow: 38px 30px 75px -8px rgba(143,143,143,0.7);
    box-shadow: 38px 30px 75px -8px rgba(143,143,143,0.7);
}

.cn-shadow-img {
    filter: drop-shadow(8px 9px 12px gray);
}

.cn-shadow-img-2 {
    filter: drop-shadow(-2px 11px 9px gray);
}

.title-75 {
    width: 75%;
}

@media screen and (max-width: 768px) {

    body {
        margin-top:  45%;
        background-color: #fff;
    }

    .title-75 {
        width: 100%;
    }

    .navbar-nwy {
        background-color: #fff;
    }

    .ny-shadow {
        box-shadow: none;
    }

    .btn-cta {
        text-align: center;
        margin: 0 20px;
    }

    .ny-spacing {
        padding: 0;
    }

    #ny-msg .box-title {
        line-height: 3rem;
    }

    .box-highlight {
        border-radius: 20px;
        background-color: #fff;
        display: block;
        padding: 20px;
        margin: 30px 5px;
        height: auto;
        box-shadow: 2px 4px 12px rgba(0,0,0,.08);
        transition: all .3s cubic-bezier(0,0,.5,1);
    }

    .box-title {
        font-family: 'Helvetica Now Display', sans-serif;
        text-align: left;
        letter-spacing: -1px;
        line-height: 40px;
        color: #212121;
        padding-top: 35px;
        font-size: 35px;
    }

    section.blocks {
        margin: 0;
    }

    .block-feature {
        display: block;
        margin: 40px 10px;
    }

    .card-ads-feature {
        margin: 0;
        -webkit-font-smoothing: antialiased;
    }

    .img-grid {
        margin: 95px 0px;
    }

    .home-subtitle {
        padding: 0px;
    }

    h1 {
        font-size: 35px;
        letter-spacing: 0;
    }

    .home-subtitle {
        line-height: 120%;
        font-weight: 300;
        font-size: 35px;
        padding: 0 20px;
    }

    .home-legenda {
        font-size: 18px;
        font-weight: 400;
        padding: 8px 20px;
    }

    .title-feature, .title-white {
        text-align: center;
        font-size: 35px;
    }

    #cardmodel img {
        width: 40%;
    }

    #cardmodel .model-text {
        padding-right: 6px;
        float: left;
        padding-left: 10px;
        margin-left: 10px;
        position: static;
        margin-top: 30%;
        width: 115px;
        color: #212121;
    }

    #cardmodel .col-md-4 {
        text-align: left;
        margin: 10px 0;
    }

    .cardbox {
        width: auto;
    }

    .cardbox-text p {
        font-size: 16px;
    }

    .cardbox-text {
        min-height: auto;
    }

    .promotion {
        width: auto;
    }

    #benef {
        margin-top: 100px;
        border-bottom: 1px solid #414545;
        padding-bottom: 100px;
    }

    .box-netwy {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }

    .social-footer {
        text-align: center;
        color: #212121;
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin: 15px 0 40px 0;
    }

    .box-001 {
        border-radius: 24px;
        background-color: #fff;
        padding: 25px 10px;
        justify-content: center;
        display: block;
        align-items: center;
        height: auto;
    }

    .box-feature {
        padding: 5px 20px;
    }

    .home-box {
        padding: 20px;
        width: 100%;
        font-size: 18px;
    }

    .on-container {
        background-color: #fff;
    }

    .img-webp {
        object-fit: cover;
        height: 360px;
    }

    .home-highlight-title {
        font-size: 16px;
    }
}