*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:'Segoe UI',sans-serif;

background:#F8FBFF;

overflow-x:hidden;

}

/* NAVBAR */

.navbar{

padding:22px 0;

background:#fff;

box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.navbar-brand{

font-size:32px;

font-weight:800;

color:#163A70!important;

}

.navbar-brand span{

color:#0D6EFD;

}

.nav-link{

margin-left:28px;

font-weight:600;

color:#3F4B5B;

}

.nav-link:hover{

color:#0D6EFD;

}

.btn-menu{

background:#0D6EFD;

color:#fff;

padding:15px 32px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.btn-menu:hover{

background:#084FC7;

color:#fff;

}

/* HERO */

.hero{

padding:180px 0 120px;

position:relative;

overflow:hidden;

}

.shape{

position:absolute;

border-radius:50%;

background:#EAF3FF;

z-index:-1;

}

.shape-1{

width:350px;

height:350px;

top:-120px;

right:-120px;

}

.shape-2{

width:220px;

height:220px;

left:-90px;

bottom:100px;

}

.shape-3{

width:120px;

height:120px;

right:18%;

bottom:60px;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:#EAF3FF;

color:#0D6EFD;

border-radius:50px;

font-weight:700;

margin-bottom:30px;

}

.hero h1{

font-size:64px;

font-weight:800;

line-height:1.1;

color:#163A70;

margin-bottom:30px;

}

.hero p{

font-size:20px;

line-height:1.9;

color:#637188;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:45px;

}

.btn-primary-custom{

background:#0D6EFD;

color:#fff;

padding:18px 38px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.btn-outline-custom{

border:2px solid #0D6EFD;

color:#0D6EFD;

padding:18px 38px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.btn-outline-custom:hover{

background:#0D6EFD;

color:#fff;

}

.hero-list{

display:flex;

gap:30px;

flex-wrap:wrap;

font-weight:600;

color:#163A70;

}

.hero-image{

position:relative;

text-align:center;

}

.hero-image img{

max-width:85%;

}

.floating-card{

position:absolute;

background:#fff;

padding:16px 24px;

border-radius:16px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

font-weight:700;

color:#163A70;

}

.card-one{

top:15%;

left:0;

}

.card-two{

bottom:25%;

right:0;

}

.card-three{

bottom:5%;

left:15%;

}

@media(max-width:991px){

.hero{

padding-top:150px;

text-align:center;

}

.hero h1{

font-size:44px;

}

.hero-buttons{

justify-content:center;

}

.hero-list{

justify-content:center;

}

.hero-image{

margin-top:60px;

}

}

/*=================================
            ABOUT
==================================*/

.about{

padding:120px 0;

background:#fff;

}

.about-image{

position:relative;

}

.about-image img{

width:100%;

border-radius:35px;

box-shadow:0 30px 70px rgba(0,0,0,.08);

}

.experience-card{

position:absolute;

bottom:30px;

right:-30px;

background:#0D6EFD;

color:#fff;

padding:28px 35px;

border-radius:25px;

box-shadow:0 20px 45px rgba(13,110,253,.25);

text-align:center;

}

.experience-card h3{

font-size:48px;

font-weight:800;

margin:0;

}

.experience-card span{

font-size:15px;

opacity:.9;

}

.section-badge{

display:inline-block;

padding:10px 22px;

background:#EAF3FF;

color:#0D6EFD;

border-radius:50px;

font-weight:700;

margin-bottom:25px;

}

.about h2{

font-size:52px;

font-weight:800;

color:#163A70;

margin-bottom:30px;

line-height:1.2;

}

.about p{

font-size:18px;

line-height:1.9;

color:#64748B;

margin-bottom:20px;

}

.about-cards{

margin:40px 0;

display:flex;

flex-direction:column;

gap:20px;

}

.info-card{

display:flex;

align-items:center;

gap:20px;

background:#F8FBFF;

padding:22px;

border-radius:20px;

border:1px solid #E5EEF9;

transition:.3s;

}

.info-card:hover{

transform:translateX(10px);

box-shadow:0 15px 35px rgba(13,110,253,.08);

}

.icon{

width:65px;

height:65px;

border-radius:18px;

background:#0D6EFD;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

}

.info-card h5{

margin:0;

font-size:22px;

font-weight:700;

color:#163A70;

}

.info-card span{

color:#64748B;

}

.about-button{

display:inline-block;

padding:18px 38px;

background:#0D6EFD;

color:#fff;

text-decoration:none;

border-radius:14px;

font-weight:700;

transition:.3s;

}

.about-button:hover{

background:#084FC7;

color:#fff;

}

@media(max-width:991px){

.about{

text-align:center;

}

.about h2{

font-size:38px;

}

.experience-card{

position:static;

margin:25px auto 0;

width:220px;

}

.info-card{

text-align:left;

}

}


/*=================================
            BENEFÍCIOS
==================================*/

.benefits{

    padding:130px 0;

    background:#F8FBFF;

}

.benefits h2{

    font-size:48px;

    font-weight:800;

    color:#163A70;

    margin-top:20px;

    line-height:1.2;

}

.benefit-item{

    display:flex;

    align-items:center;

    gap:35px;

    background:#fff;

    padding:35px;

    border-radius:28px;

    margin-bottom:30px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    transition:.35s;

}

.benefit-item:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(13,110,253,.12);

}

.reverse{

    justify-content:space-between;

}

.benefit-icon{

    width:95px;

    height:95px;

    min-width:95px;

    border-radius:50%;

    background:#0D6EFD;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

}

.benefit-content{

    flex:1;

}

.benefit-content h4{

    font-size:28px;

    font-weight:700;

    color:#163A70;

    margin-bottom:12px;

}

.benefit-content p{

    font-size:17px;

    color:#64748B;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

.benefits{

text-align:center;

}

.benefits h2{

font-size:36px;

}

.benefit-item,

.reverse{

flex-direction:column;

}

}

/*=================================
            CTA
==================================*/

.cta{

    padding:120px 0;

    background:#F8FBFF;

}

.cta-box{

    background:linear-gradient(135deg,#0D6EFD,#0056D6);

    border-radius:35px;

    padding:70px;

    overflow:hidden;

    position:relative;

}

.cta-badge{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,255,255,.15);

    color:#fff;

    border-radius:50px;

    font-weight:700;

    margin-bottom:25px;

}

.cta h2{

    font-size:52px;

    color:#fff;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.cta p{

    color:rgba(255,255,255,.9);

    font-size:19px;

    line-height:1.9;

    margin-bottom:40px;

}

.cta-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:18px 36px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-whatsapp:hover{

    background:#1EBE5D;

    color:#fff;

}

.btn-outline-white{

    border:2px solid rgba(255,255,255,.5);

    color:#fff;

    padding:18px 36px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-outline-white:hover{

    background:#fff;

    color:#0D6EFD;

}

/* Celular */

.phone-mockup{

    width:280px;

    margin:auto;

    background:#1C1C1C;

    border-radius:40px;

    padding:12px;

    box-shadow:0 25px 60px rgba(0,0,0,.30);

}

.phone-screen{

    background:#fff;

    border-radius:30px;

    padding:25px 18px;

    min-height:520px;

}

.chat{

    padding:12px 16px;

    border-radius:18px;

    margin-bottom:18px;

    max-width:80%;

    font-size:15px;

    line-height:1.6;

}

.chat-left{

    background:#EAF3FF;

    color:#163A70;

}

.chat-right{

    background:#0D6EFD;

    color:#fff;

    margin-left:auto;

}

@media(max-width:991px){

.cta{

text-align:center;

}

.cta-box{

padding:45px 30px;

}

.cta h2{

font-size:38px;

}

.cta-buttons{

justify-content:center;

margin-bottom:50px;

}

.phone-mockup{

width:240px;

}

.phone-screen{

min-height:430px;

}

}

/*=================================
            CONTATO
==================================*/

.contact{

padding:120px 0;

background:#F7FAFF;

}

.contact h2{

font-size:48px;

font-weight:800;

color:#163A70;

margin:20px 0;

}

.contact p{

color:#64748B;

line-height:1.8;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.info-box{

background:#fff;

padding:30px;

border-radius:24px;

box-shadow:0 15px 35px rgba(0,0,0,.05);

text-align:center;

}

.info-icon{

width:70px;

height:70px;

background:#0D6EFD;

color:#fff;

border-radius:50%;

margin:auto auto 20px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

}

.contact-form{

background:#fff;

padding:40px;

border-radius:30px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.contact-form .form-control,

.contact-form .form-select{

height:60px;

border-radius:14px;

border:1px solid #DCE8F8;

}

.contact-form textarea{

height:170px!important;

resize:none;

}

.contact-form .form-control:focus,

.contact-form .form-select:focus{

border-color:#0D6EFD;

box-shadow:none;

}

.btn-submit{

background:#0D6EFD;

color:#fff;

border:none;

padding:18px 40px;

border-radius:14px;

font-weight:700;

}

.whatsapp-card{

background:linear-gradient(180deg,#0D6EFD,#0055D4);

color:#fff;

padding:40px 30px;

border-radius:30px;

height:100%;

text-align:center;

display:flex;

flex-direction:column;

justify-content:center;

}

.whatsapp-circle{

width:90px;

height:90px;

background:#fff;

color:#0D6EFD;

border-radius:50%;

margin:auto auto 25px;

display:flex;

align-items:center;

justify-content:center;

font-size:42px;

}

.btn-chat{

display:inline-block;

margin-top:25px;

background:#25D366;

color:#fff;

padding:18px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.btn-chat:hover{

color:#fff;

background:#1EBE5D;

}

@media(max-width:991px){

.contact{

text-align:center;

}

.contact h2{

font-size:36px;

}

.contact-form{

margin:30px 0;

}

}

