 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        body { font-family: 'Inter', sans-serif; }
            .gradient-bg {
            background: #0977BC;
            background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
            }
        .card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .card-hover:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
        .bg-blue1 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 119 188 / 5%);
}
.bgVerde1 {
   background:#35bd9d;
}
.bgVerde2 {
   background:#24c7a1;
}
.valorPlan {
    color:#0977BC;
}

.border-blue {
    border:solid 1px #0977BC;
}
.section-padding {
            padding: 80px 0;
        }
        
        .card-hover {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .icon-box {
            width: 60px;
            height: 60px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .comparison-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .table-header {
            background: var(--primary-color);
            color: white;
            padding: 20px;
            text-align: center;
            font-weight: 600;
        }
        
        .btn-primary-custom {
            background: var(--primary-color);
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-primary-custom:hover {
            background: var(--secondary-color);
            transform: translateY(-2px);
        }
        
        .btn-outline-custom {
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-outline-custom:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }
        
        .bg-light-custom {
            background: #f8fafc !important;
        }
        
        .text-primary-custom {
            color: var(--primary-color) !important;
        }
        
        .accordion-button:not(.collapsed) {
    background-color: #0977bc;
    color: white;
}
.accordion-body {
    color:#000 !important
}
  .collapse {
    visibility: visible !important;
}      
        .cta-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        
        /*.step-number {
    width: 55px;
    height: 55px;
    
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 15px;
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    font-size: 28px;
    float:left;
}*/
.step-number {
    width: 55px;
    height: 55px;
    /* background: var(--primary-color); */
    color: white;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 600;
     margin-bottom: 15px; 
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    font-size: 28px;
    float: left;
   
    margin-right: 15px !important;
}
        
        .feature-icon {
    background: #0977BC;
    background: linear-gradient(to right, #0977BC 0%, #31BC9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    margin-right: 12px;
}
#idealPara i.feature-icon {
    background: #0977BC;
    background: linear-gradient(to right, #0977BC 0%, #31BC9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 20px;
}
#idealPara h5 {
    font-size: 22px;
    font-weight: 700;
}
#comoFunciona .boxes3 h5 {
    font-weight: 700;
    font-size: 18px;
    height: 55px;
    align-items: center;
    justify-content: left;
    display: flex;
}
#diferenciais i {
        background: #0977BC;
    background: linear-gradient(to right, #0977BC 0%, #31BC9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}
.icons3 {
        background: #0977BC;
    background: linear-gradient(to right, #0977BC 0%, #31BC9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}
.iconGradient   {
    background: #0977BC;
    background: linear-gradient(to right, #0977BC 0%, #31BC9B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.circle2 {
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    width: 55px;
    height: 55px;
}
.strongText {
    font-weight: 700;
}
@media screen and (min-width:240px) and (max-width:460px) {
    .navbar-toggler {
        background:#fff;
    }
    .text-5xl {
    font-size: 2rem !important;
}
.arrowB {
    position: absolute;
    right: -117px !important;
    bottom: -165px !important;
    z-index: 1;
    width: 83% !important;
}
.maskTopo {   
    background: #02efb74f;
}
#textFront .textShadow {
    text-shadow: none;
}
#botoestopHeader a {
    margin: 0;
    display: inline-block;
    padding: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
        #textFront p.md\:text-2xl {
        font-size: 19px !important;
        line-height: 23px !important;
        text-align: center;
    }
section h2 {
    font-weight: 500 !important;
    font-size: calc(1.375rem + 1.5vw) !important;
}
        #titleSliderTop {
        font-size: 28px !important;
        line-height: 38px !important;
        text-align: center;
    }
#comoFunciona {
    padding-top:0 !important;
}
.table thead th:first-child {
        display: none;
    }

    /* Esconde a primeira coluna do tbody */
    .table tbody td:first-child {
        display: none;
    }
    #monteSobMedida .medidaBox {
        text-align: center;
    }
    #monteSobMedida .medidaBox .step-number  {
        margin: 0 auto;
    margin-bottom: 16px;
    }
    #monteSobMedida .medidaBox .me-3 {
    margin-inline-end: auto !important;
}
    #monteSobMedida .medidaBox h6 {
        font-weight: 700;
    font-size: 18px;
    }
    #monteSobMedida h2 {
        text-align: center !important;
    }
    #heroPages {
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
}
#missaovisaovalores {
    padding-top:0 !important;
}
#wpcf7-f58-p27-o1 .step-number {
    display: none;
}
.hiddenMob {
    display: none;
}
.pddSingle {
    padding-right: 10px !important;
}
}
#gridBlog .leiamais {
    display: block;
    margin-bottom: 40px;
}
#semEfeito {
        opacity: 1;
    transform: none;
    transition: none;
}
.mobile-phone {
    margin: auto;
    /* margin-top: 170px; */
    padding: 10px 10px 30px;
    width: 350px;
    height: 600px;
    box-shadow: 0 0 20px #16cba1;
    border-radius: 30px;
    background: #344c5b;
}

.screen {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 30px;
  overflow-y: auto;
}

.brove {
  width: 150px;
  height: 20px;
  background: white;
  position: absolute;
  margin: 0 100px;
  border-radius: 0 0 20px 20px;
}

.speaker {
  width: 60px;
  height: 5px;
  background: #d2d2d2;
  display: block;
  margin: auto;
  margin-top: 5px;
  border-radius: 20px;
}

#titleSliderTop {
    font-size: 37px;
    line-height: 52px;
}
#solucoes h3 {
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 5px !important;
}
#solucoes p {
    color:#fff;
}
.logoBlog {
    display: block;
    margin-top:20px;
}
.heroBlog strong {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}
.heroBlog p {
    font-size: 17px;
}
.heroBlog p strong {
    font-size: 18px;
}
ul#listHeroblog li {
    list-style: square;
}
ul#listHeroblog {
    margin-left: 16px;
    margin-top: 17px;
}
#gridBlog img {
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
}
#gridBlog .tagCat {
   border-radius: 60px;
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    color:#fff;
    display: inline-block;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
#gridBlog h3 {
    font-weight: 700;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}
#gridBlog p {
    font-size: 15px;
    color: #999999;
    margin-bottom: 15px;
}
#gridBlog a.leiamais {
    color: #16cba1;
    font-weight: 700;
}
#gridBlog a.leiamais:hover {
    color: #0977BC;
    font-weight: 700;
}
#gridBlog a:hover img {
        transform: scale(1.05); /* Zoom in by 5% */
    }

#gridBlog a img {
        transition: all 0.3s ease-in-out; /* Smooth transition */
    }
#gridBlog a:hover {
    opacity: 0.7;
}
.pddSingle {
    padding-right:40px;
}
#sidebarTitle {
    font-size:25px;
    font-weight: 700;
    color:#0977BC;
    margin-bottom: 20px;
}
#sidebarBlog .tagCat {
     border-radius: 60px;
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    color:#fff;
    display: inline-block;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
#containerPost h1 {
    margin-top:20px !important;
    margin-bottom: 20px !important;
    font-size:22px !important;
    font-family: 'Inter', sans-serif !important;
}
#containerPost h2 {
    margin-top:20px !important;
    margin-bottom: 20px !important;
    font-size:22px !important;
    font-family: 'Inter', sans-serif !important;
}
#containerPost h3 {
    margin-top:20px !important;
    margin-bottom: 20px !important;
    font-size:22px !important;
    font-family: 'Inter', sans-serif !important;
}
#containerPost {
    line-height: 25px;
}
#containerPost p {
    margin-bottom: 20px;
}
.nav-link {
    font-weight: 600;
    color: #ffffff;
}
.nav-link:hover {   
    color: #2ebb9a;
}
#heroPages strong {
    font-weight: bold;
}
.valordePorTop {
    font-size: 35px;
}
.valordePorTop strong {
    display: inline-block;    
    background: linear-gradient(
        120deg,
        rgba(9, 119, 188, 1) 0%,
        rgba(46, 187, 154, 1) 40%,
        rgba(46, 187, 154, 1) 50%,
        rgba(46, 187, 154, 1) 60%,
        rgba(9, 119, 188, 1) 100%
    );
    background-size: 300% 300%;
    animation: moveGradient 4s linear infinite;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 104px;
    border: solid 1px;
}
.valordePorTop strong small {
    font-size: 18px;
}
@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}
#botoestopHeader a {
    margin: 0;
    display: inline-block;
    padding: 13px;
}
.wppFixBottom {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #25D366;
    font-size: 42px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 0;
    text-align: center;
    padding-top: 9px;
    border-radius: 100%;
    color: #fff;
    z-index: 99999999999999999;
}
#hoverCard a.linkContratar button {
    display: none;

}
#hoverCard a.linkContratar:hover button{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6); 

}
#hoverCard a.linkContratar button strong {
        display: inline-block;
    /* background: #0977bc; */
    border-radius: 100px;
    padding: 13px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 18px;
    background: #0977BC;
    background: linear-gradient(144deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 100%);
    box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 33px 1px rgba(0,0,0,0.24);
}
.animationNumber {
    display: inline-block;
    background: linear-gradient(120deg, rgba(9, 119, 188, 1) 0%, rgba(46, 187, 154, 1) 40%, rgba(46, 187, 154, 1) 50%, rgba(46, 187, 154, 1) 60%, rgba(9, 119, 188, 1) 100%);
    background-size: 300% 300%;
    animation: moveGradient 4s linear infinite;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 104px;
    border: solid 1px;
}
.bgImage {
    background: url(bg-banner1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 58px;
    padding-bottom: 33px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.maskTopo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #31bc9b7a;
    top: 0;
}
#textFront {
    position:relative;
    z-index: 1;
}
#textFront p.md\:text-2xl {
    font-size: 20px;
    line-height: 32px;
}
  .arrowA {
    position: absolute;
    left: -87px;
    top: -40px;
    z-index: 1;
    width: 17%;
}

.flutuando {
  display: inline-block;
  animation: flutuar 3s ease-in-out infinite;
}

@keyframes flutuar {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
.flutuando3 {
  display: inline-block;
  animation: flutuar 5s ease-in-out infinite;
}

@keyframes flutuar {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-25px); }
  100% { transform: translateY(0px); }
}

.espelhada {
  transform: scaleX(-1);
}
.arrowB {
    position: absolute;
    right: -116px;
    bottom: -129px;
    z-index: 1;
    width: 27%;
}
.flutuando2 {
  display: inline-block;
  animation: flutuar2 3s ease-in-out infinite;
}

@keyframes flutuar2 {
  0%   { transform: scaleX(-1) translateY(0px); }
  50%  { transform: scaleX(-1) translateY(-15px); }
  100% { transform: scaleX(-1) translateY(0px); }
}
.textShadow {
    text-shadow: -3px 4px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width:240px) and (max-width:460px) {
    .criarConta {
            margin-left:0 !important;
            margin-bottom: 15px;
    }
    .quebraSpan {
        display: block;
        width: 100%;
    }
    #heroTop {
    padding-top: 55px !important;
    padding-bottom: 43px !important;   
}
    .bgImage {
    background: url(bg-banner1_2.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 58px;
    padding-bottom: 33px;
    width: 100%;
    height: 100%;
    overflow-x: auto !important;
}
.arrowA {
    position: absolute;
    left: -120px;
    top: -39px;
    z-index: 1;
    width: 44%;
}

.hiddenMob {
    display: none;
}
.hiddenDesk {
    display: block !important;
}
    .picmob1 {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}
.hiddenDesk {
    display: none;
}
#heroTop {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}
#titleSliderTop span {
    display: inline-block;
    background: #0977bc;
    padding-left: 15px;
    padding-right: 15px;
    border-left: solid 6px #2ebb9a;
    border-bottom: solid 6px #30bc9b;
    border-right: solid 4px #0977bc;
}
.nav-custom {
    background:#0977bc;
}
.criarConta {
    background: #fff;
    color: #0977bc;
     border:solid 1px #fff;
         margin-left: 9px;
    margin-right: 15px;
}
.criarConta:hover {
    background: #0977bc;
    color: #fff;
     border:solid 1px #fff;
}
.fazerLogin {
    background:none;
    border:solid 1px #fff;
    color:#fff;
}
.fazerLogin:hover {
   background: #fff;
    color: #0977bc;
    border:solid 1px #fff;
}
.fazerLogin i {
    font-size: 18px;
}
.btnTopoHero {
    background:#fff;
    color:#0977BC;
}
.btnTopoHero:hover {
    background: #2ebb9a;
    color: #fff !important;
}
.btnTopoHero2{
    background:#0977BC;
    color:#fff;
}
.btnTopoHero2:hover {
    background: #2ebb9a;
    color: #fff !important;
}
.navbar-brand img {
    position: relative;
    top: 5px;
}