.fs-7 {
    font-size: 14px;
}

.bg-d24h {
    color: #FFF;
    background: rgb(68, 62, 178);
    background: linear-gradient(160deg, rgba(68, 62, 178, 1) 0%, rgba(191, 34, 93, 1) 100%);
}

.box-subtitle h2 {
    font-size: 28px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.box-subtitle h2 b {
    font-size: 56px;
}

.text-shadow {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .9);
}

.navbar-brand img {
  max-width: 120px;  /* main partner logo */
  height: auto;
}
.logo-duo {
  max-width: 100px;  /* duo logo */
  height: auto;
}

.btn-label-full { display: inline; }
.btn-label-short { display: none; }

@media (max-width: 400px) {
  .navbar-brand img { max-width: 80px; }
  .logo-duo { max-width: 70px; }

  .btn-label-full { display: none; }
  .btn-label-short { display: inline; }

  .navbar .btn {
    font-size: 11px;
    padding: 3px 6px;
    white-space: nowrap;
  }
}


.nav-top a {
    font-size: 16px !important;
}

.price {
  display: block;
  position: absolute;
  top: -210px;
  right: 50px;
  width: 290px;
  height: 290px;
  max-width: 50%;  /* never wider than viewport */
  overflow: clip;    /* prevent content from affecting scroll size */
  color: #FFF;
  border-radius: 50%;
  background-size: cover;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1),
               1px 3px 10px rgba(0,0,0,.4);
  z-index: 1;
contain: layout paint;
}

/* Hide it when browser window <= 1344px */
@media (max-width: 1080px) {
  .price {
    display: none !important;
  }
}

.price span {
    position: absolute;
    top: 115px;
    left: 70px;
    padding-left: 20px;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
}

.price small {
    position: absolute;
    top: 30px;
    left: -20px;
    font-size: 30px;
}

.price b {
    display: block;
    margin-top: -18px;
    margin-left: 53px;
    font-size: 16px;
    font-weight: 400;
}



#beneficios h1 {
    font-size: 40px;
}

.last-price {
    z-index: 2;
}

.card-pricing .value {
    margin: 0;
    padding: 0;
    font-size: 60px;
}

.card-pricing .value b {
    display: block;
    margin: 15px 0 -20px 0;
    padding: 0 0 0 100px;
    font-size: 16px;
}

.card-pricing i {
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 70%;
    font-weight: 700;
}

.card-pricing .value small {
    font-size: 34px;
    padding-right: 5px;
}

.card-pricing span {
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
}

.card-pricing .list-unstyled li {
    margin-bottom: 2px;
    padding: 8px 10px;
    border-bottom: 1px dotted #CCC;
}

.partner img {
    max-width: 120px;
}

.sign span {
    display: block;
}

.sign img {
    max-width: 100px;
}

.label {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;

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

.box-resumo small {
    display: block;
    font-size: 12px;
    color: #999;
}

/* TABS */
.nav-tabs-content {
    display: none;
    opacity: 0;
    transition: .2s ease all;
}

.nav-tabs-content.active {
    display: block !important;
    opacity: 1;
    transition: .2s ease all;
}

#pag-pix img {
    width: 200px !important;
}

/** Small Sizes <= 480 */
@media only screen and (max-width:480px) {
    .navbar-brand img {
    
        max-height: 65px;
        max-width: 120px;
    }

    .carousel-item h4 {
        margin-bottom: 10px !important;
        font-size: 18px;
    }

    .carousel-item h1 {
        margin-bottom: 20px !important;
        font-size: 28px;
    }

    .carousel-item p {
        font-size: 20px;
        line-height: 130%;
    }

      .carousel-item .mask2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;           /* anchor to viewport start */
  right: 0;          /* anchor to viewport end */
  width: 100%;       /* full width of parent */
  max-width: 100%;  /* never exceed viewport width */
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  overflow-x: clip;  /* ensure it never contributes to horizontal scroll */
}

.carousel, .carousel-inner, .carousel-item, .page-header { overflow-x: clip; }
/* If you need broader support, use overflow-x:hidden instead of clip */


    .price {
        display: none;
    }

    #beneficios h1 {
        font-size: 22px;
    }

    #beneficios h4 {
        font-size: 16px;
    }

    #beneficios p {
        font-size: 16px;
    }

    #precos .lead {
        font-size: 18px;
    }

    .card-pricing h2 {
        font-size: 40px;
    }

    .card-pricing .value {
        font-size: 50px;
    }

    .box-rede .card-body {
        padding: 20px 10px 10px 10px !important;
    }

    .box-rede .card-body h2 {
        font-size: 20px;
    }

    .box-rede .card-body .lead {
        padding: 0 0 20px 0 !important;
        margin: 0 !important;
        font-size: 16px;
    }

    .box-rede .partner {
        padding: 0 10px !important;
    }

    #faq h5 {
        font-size: 16px;
    }

    #faq .accordion-body {
        font-size: 14px;
    }

    #coberturas h4 {
        font-size: 16px;
    }

    #coberturas h1 {
        font-size: 24px;
    }

    #coberturas p {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 10px !important;
    }

    .box-copy {
        margin: 30px 0 0 0 !important;
        text-align: center;
        font-size: 12px;
    }
}

*,*::before,*::after{ box-sizing: border-box; }
html,body{ overflow-x: hidden; width: 100%; }


    #quantidade {
      display: none; /* Esconde o seletor inicialmente */
    }
/* ==== Correção para overflow horizontal ("wobbly") ==== */

/* Impede elementos absolutos de ultrapassarem a largura da tela */
.mask2, .carousel-control-prev, .carousel-control-next, .dropdown-menu {
    max-width: 100%;
    overflow-x: hidden;
}

/* Evita que imagens, vídeos e iframes causem scroll lateral */
img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Garante que o conteúdo do carrossel não crie rolagem horizontal */
.carousel-inner {
    overflow: hidden;
}



@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
}


        .box-lgpd { display:none; position:fixed; bottom:0; left:0; width:100%; margin:0 !important; padding:10px 10px; font-size:12px; background:#F5F5F5; border-top:1px solid #E5E5E5; z-index:10; }
        .box-lgpd .sysLgpd { margin: 2px; !important; padding:4px 4px !important; font-size:12px !important; }
        .box-lgpd a { color:#973c9d; }

 /* Floating price/Whats button */
  .btwhats{
    position: fixed;
    inset: auto 12px 16px auto;   /* bottom/right pinned, safe on small screens */
    display: block;
    width: clamp(120px, 28vw, 180px); /* responsive size cap */
    border-radius: 4em;
    z-index: 30;
    overflow: clip; /* don't contribute to horizontal scroll */
    transition: transform .2s ease;
  }
  .btwhats:hover{ transform: translateY(-6px); } /* no layout shift */
  .btwhats img{ display:block; width:100%; height:auto; }



        @media (max-width: 480px) {
  .box-lgpd {
    padding: 6px 10px;
    font-size: 10px;
  }
  .box-lgpd .sysLgpd {
    padding: 4px 10px !important;
    font-size: 10px !important;
  }
}


/* tiny screens: keep it comfortable */
@media (max-width: 480px){
  .btwhats{ width: min(42vw, 140px); }
}

  
/* Evita zoom no iOS/Android ao focar em inputs */
input,
select,
textarea {
  font-size: 16px !important;
}

/* Remove scroll horizontal que deixa a página bamba */
html, body {
  overflow-x: hidden;
}



  @media (max-width: 767.98px) { /* Bootstrap md breakpoint */
  .position-absolute.fixed-top.ms-auto.w-50.h-100 {
    display: none !important;
  }
}
