*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:Segoe UI,sans-serif;

background:#ffffff;

color:#222;

}

/* MENU */

.navbar{

background:#fff;

padding:22px 0;

box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.navbar-brand{

font-size:34px;

font-weight:800;

color:#174EA6 !important;

}

.navbar-brand span{

color:#4A90E2;

}

.nav-link{

margin-left:30px;

font-weight:600;

color:#444;

}

.nav-link:hover{

color:#174EA6;

}

.btn-cliente{

background:#174EA6;

color:#fff;

padding:14px 30px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.btn-cliente:hover{

background:#123D82;

color:#fff;

}

/* HERO */

.hero{

padding:180px 0 120px;

background:#F8FAFD;

}

.hero-tag{

display:inline-block;

padding:10px 20px;

background:#EAF2FF;

color:#174EA6;

border-radius:50px;

font-weight:700;

margin-bottom:30px;

}

.hero h1{

font-size:64px;

font-weight:800;

line-height:1.1;

margin-bottom:30px;

color:#1E2A44;

}

.hero p{

font-size:20px;

line-height:1.9;

color:#5F6C7B;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary-custom{

background:#174EA6;

color:#fff;

padding:18px 38px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.btn-primary-custom:hover{

background:#123D82;

color:#fff;

}

.btn-light-custom{

background:#fff;

border:2px solid #174EA6;

color:#174EA6;

padding:18px 38px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.btn-light-custom:hover{

background:#174EA6;

color:#fff;

}

.hero-infos{

display:flex;

gap:60px;

margin-top:60px;

}

.hero-infos h4{

font-size:38px;

font-weight:800;

color:#174EA6;

}

.hero-card{

background:#fff;

padding:45px;

border-radius:24px;

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

}

.hero-card h3{

font-size:30px;

margin-bottom:30px;

font-weight:700;

}

.hero-card ul{

list-style:none;

padding:0;

}

.hero-card li{

padding:16px 0;

border-bottom:1px solid #ECECEC;

font-size:18px;

}

.hero-card-btn{

display:block;

margin-top:35px;

text-align:center;

background:#174EA6;

color:#fff;

padding:18px;

border-radius:14px;

text-decoration:none;

font-weight:700;

}

.hero-card-btn:hover{

background:#123D82;

color:#fff;

}

@media(max-width:991px){

.hero{

text-align:center;

padding-top:150px;

}

.hero h1{

font-size:42px;

}

.hero-buttons{

justify-content:center;

}

.hero-infos{

justify-content:center;

gap:30px;

flex-wrap:wrap;

}

.hero-card{

margin-top:50px;

}

}

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

.about{

    padding:130px 0;

    background:#fff;

}

.about-wrapper{

    background:#F8FAFD;

    border-radius:35px;

    overflow:hidden;

}

.about-image{

    height:100%;

}

.about-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    min-height:650px;

}

.about-content{

    background:#fff;

    margin:50px;

    padding:60px;

    border-radius:30px;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.section-tag{

    display:inline-block;

    background:#EAF2FF;

    color:#174EA6;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.about-content h2{

    font-size:48px;

    line-height:1.2;

    font-weight:800;

    color:#1F2D3D;

    margin-bottom:30px;

}

.about-content p{

    font-size:18px;

    color:#667085;

    line-height:1.9;

    margin-bottom:25px;

}

.about-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    margin:45px 0;

}

.about-grid div{

    padding:25px;

    background:#F5F8FC;

    border-radius:18px;

    border-left:5px solid #174EA6;

}

.about-grid h3{

    font-size:34px;

    font-weight:800;

    color:#174EA6;

    margin-bottom:8px;

}

.about-grid span{

    color:#667085;

}

.about-btn{

    display:inline-block;

    background:#174EA6;

    color:#fff;

    padding:18px 40px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.about-btn:hover{

    background:#123D82;

    color:#fff;

}

@media(max-width:991px){

.about{

text-align:center;

}

.about-image img{

min-height:350px;

}

.about-content{

margin:25px;

padding:35px;

}

.about-content h2{

font-size:36px;

}

.about-grid{

grid-template-columns:1fr;

}

}

/*=================================
        DIFERENCIAIS
==================================*/

.benefits{

    padding:120px 0;

    background:#F4F7FB;

}

.benefits h2{

    font-size:48px;

    font-weight:800;

    color:#1F2D3D;

    margin:20px 0;

}

.benefits p{

    color:#667085;

    font-size:18px;

    line-height:1.8;

}

.benefit-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:left;

    position:relative;

    overflow:hidden;

    height:100%;

    transition:.35s;

    border:1px solid #E7EDF5;

}

.benefit-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 60px rgba(23,78,166,.10);

}

.benefit-number{

    position:absolute;

    top:20px;

    right:25px;

    font-size:60px;

    font-weight:800;

    color:#EEF3FA;

    line-height:1;

}

.benefit-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#174EA6;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:30px;

}

.benefit-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#1F2D3D;

}

.benefit-card p{

    font-size:16px;

    margin:0;

    color:#667085;

}

@media(max-width:991px){

    .benefits{

        text-align:center;

    }

    .benefits h2{

        font-size:36px;

    }

    .benefit-icon{

        margin:0 auto 25px;

    }

    .benefit-card{

        text-align:center;

    }

}

/*=================================
            SERVIÇOS
==================================*/

.services{

    padding:130px 0;

    background:#ffffff;

}

.services h2{

    font-size:52px;

    font-weight:800;

    color:#1F2D3D;

    margin:25px 0;

}

.services-text{

    font-size:18px;

    color:#667085;

    line-height:1.9;

    margin-bottom:50px;

}

/* Timeline */

.timeline{

    position:relative;

    margin-bottom:50px;

}

.timeline::before{

    content:"";

    position:absolute;

    left:24px;

    top:15px;

    width:2px;

    height:100%;

    background:#D6E3F6;

}

.timeline-item{

    display:flex;

    position:relative;

    margin-bottom:45px;

}

.timeline-circle{

    min-width:50px;

    height:50px;

    border-radius:50%;

    background:#174EA6;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    z-index:2;

}

.timeline-content{

    margin-left:25px;

}

.timeline-content h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:10px;

    color:#1F2D3D;

}

.timeline-content p{

    margin:0;

    color:#667085;

    line-height:1.8;

}

.service-btn{

    display:inline-block;

    background:#174EA6;

    color:#fff;

    text-decoration:none;

    padding:18px 40px;

    border-radius:14px;

    font-weight:700;

    transition:.3s;

}

.service-btn:hover{

    background:#123D82;

    color:#fff;

}

/* Imagem */

.service-image{

    overflow:hidden;

    border-radius:30px;

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

}

.service-image img{

    width:100%;

    min-height:720px;

    object-fit:cover;

    transition:.5s;

}

.service-image:hover img{

    transform:scale(1.05);

}

@media(max-width:991px){

.services{

text-align:center;

}

.services h2{

font-size:38px;

}

.timeline::before{

display:none;

}

.timeline-item{

flex-direction:column;

align-items:center;

}

.timeline-content{

margin:20px 0 0;

}

.service-image img{

min-height:400px;

}

}

/*=================================
        CALL TO ACTION
==================================*/

.cta{

    padding:130px 0;

    background:#F8FAFD;

}

.cta-wrapper{

    background:#174EA6;

    border-radius:35px;

    padding:70px;

    color:#fff;

}

.cta-tag{

    display:inline-block;

    padding:10px 22px;

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

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.cta h2{

    font-size:52px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.cta p{

    font-size:19px;

    line-height:1.9;

    opacity:.95;

}

.cta-button{

    display:inline-block;

    background:#fff;

    color:#174EA6;

    text-decoration:none;

    padding:20px 42px;

    border-radius:14px;

    font-weight:700;

    transition:.35s;

}

.cta-button:hover{

    background:#EEF4FD;

    color:#174EA6;

    transform:translateY(-4px);

}

.cta hr{

    border-color:rgba(255,255,255,.15);

    margin:60px 0;

}

.cta-item h3{

    font-size:42px;

    font-weight:800;

    margin-bottom:10px;

}

.cta-item span{

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

}

@media(max-width:991px){

.cta{

text-align:center;

}

.cta-wrapper{

padding:45px 30px;

}

.cta h2{

font-size:38px;

}

.cta-button{

margin-top:35px;

}

.cta-item{

margin-top:30px;

}

}

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

.contact{

    padding:130px 0;

    background:#ffffff;

}

.contact h2{

    font-size:50px;

    font-weight:800;

    color:#1F2D3D;

    margin:20px 0;

}

.contact p{

    color:#667085;

    font-size:18px;

    line-height:1.9;

}

.contact-form label{

    font-weight:600;

    margin-bottom:10px;

    color:#1F2D3D;

}

.contact-form .form-control,

.contact-form .form-select{

    height:60px;

    border-radius:12px;

    border:1px solid #D8E2F0;

}

.contact-form textarea{

    height:170px !important;

    resize:none;

}

.contact-form .form-control:focus,

.contact-form .form-select:focus{

    border-color:#174EA6;

    box-shadow:none;

}

.btn-send{

    background:#174EA6;

    color:#fff;

    border:none;

    padding:18px 40px;

    border-radius:12px;

    font-weight:700;

    transition:.3s;

}

.btn-send:hover{

    background:#123D82;

}

.contact-card{

    background:#F8FAFD;

    padding:45px;

    border-radius:24px;

    border:1px solid #E4EBF5;

    height:100%;

}

.contact-card h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

}

.contact-box{

    margin-top:30px;

}

.contact-box strong{

    display:block;

    color:#174EA6;

    margin-bottom:8px;

}

.contact-box span{

    color:#667085;

    line-height:1.8;

}

.btn-whatsapp{

    display:block;

    margin-top:40px;

    background:#25D366;

    color:#fff;

    text-align:center;

    padding:18px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

}

.btn-whatsapp:hover{

    color:#fff;

    background:#1EBE5D;

}

@media(max-width:991px){

.contact{

text-align:center;

}

.contact h2{

font-size:38px;

}

.contact-card{

margin-top:30px;

}

}

/*=================================
            FOOTER
==================================*/

.footer{

    background:#F8FAFD;

    border-top:1px solid #E6ECF4;

    padding:90px 0 30px;

}

.footer-logo{

    text-decoration:none;

    font-size:36px;

    font-weight:800;

    color:#174EA6;

}

.footer-logo span{

    color:#5D9CEC;

}

.footer-description{

    margin-top:25px;

    color:#667085;

    line-height:1.9;

    font-size:16px;

}

.footer h5{

    font-size:20px;

    font-weight:700;

    color:#1F2D3D;

    margin-bottom:25px;

}

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:16px;

}

.footer ul li a{

    text-decoration:none;

    color:#667085;

    transition:.3s;

}

.footer ul li a:hover{

    color:#174EA6;

    padding-left:6px;

}

.footer-contact p{

    color:#667085;

    line-height:1.8;

    margin-bottom:25px;

}

.footer-contact strong{

    color:#174EA6;

}

.footer-btn{

    display:inline-block;

    background:#174EA6;

    color:#fff;

    text-decoration:none;

    padding:16px 32px;

    border-radius:12px;

    font-weight:700;

    transition:.3s;

}

.footer-btn:hover{

    background:#123D82;

    color:#fff;

}

.footer-bottom{

    margin-top:70px;

    padding-top:30px;

    border-top:1px solid #E6ECF4;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.footer-bottom p{

    margin:0;

    color:#667085;

}

.footer-links{

    display:flex;

    align-items:center;

    gap:15px;

}

.footer-links a{

    text-decoration:none;

    color:#667085;

    transition:.3s;

}

.footer-links a:hover{

    color:#174EA6;

}

@media(max-width:991px){

.footer{

text-align:center;

}

.footer-bottom{

flex-direction:column;

}

.footer-btn{

margin-top:15px;

}

}

