@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700&display=swap');

:root{
--custom-primary:#0064a8;
--custom-primary-hover:#004f86;
--custom-gray:#bebebe;
--bg-light:#f6f6f6;
--font-family:'Saira', sans-serif;
}

body{
font-family:var(--font-family);
color:#333;
line-height:1.6;
}

/* =========================
NAVBAR
========================= */

.navbar{
padding:18px 0;
}

.navbar-nav .nav-link{
font-weight:500;
color:#333;
transition:.3s;
}

.navbar-nav .nav-link:hover{
color:var(--custom-primary);
}


/* =========================
HERO
========================= */

.hero{
position:relative;
padding:140px 0;
color:#fff;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:1;
}

.hero .container{
position:relative;
z-index:2;
}

.hero-bg{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
top:0;
left:0;
z-index:0;
}

.hero h1{
font-size:46px;
font-weight:600;
margin-bottom:25px;
line-height:1.2;
}

.hero p{
font-size:18px;
max-width:520px;
}

/* =========================
FORM
========================= */

.form-box{
background:#f6f6f6;
padding:30px;
border-radius:8px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.form-box h3{
font-weight:600;
margin-bottom:20px;
color:#222;
}

.form-control{
height:50px;
border-radius:4px;
border:1px solid #222;
}

.form-control:focus{
border-color:var(--custom-primary);
box-shadow:none;
}


/* =========================
BOTÕES
========================= */

.btn-custom-primary{
background:var(--custom-primary);
border-color:var(--custom-primary);
color:#fff;
padding:14px 28px;
font-weight:500;
border-radius:4px;
transition:.25s;
}

.btn-custom-primary:hover{
background:var(--custom-primary-hover);
border-color:var(--custom-primary-hover);
color:#fff;
transform:translateY(-1px);
}


/* =========================
SECTIONS
========================= */

section{
padding:90px 0;
}

.bg-light{
background:#f6f6f6 !important;
}

h2{
font-weight:600;
margin-bottom:20px;
font-size:34px;
}

h3{
font-weight:600;
}

p{
font-size:17px;
}


/* =========================
SETORES
========================= */

#setores img{
height:150px;
margin-bottom:15px;
}

#setores h5{
font-weight:500;
font-size:18px;
}

#setores .col-lg-4{
margin-bottom:30px;
}


/* =========================
APLICAÇÕES
========================= */

#aplicacoes img{
width:100%;
max-width:420px;
}

#aplicacoes ul{
padding-left:18px;
margin-top:20px;
}

#aplicacoes li{
margin-bottom:10px;
font-size:17px;
}


/* =========================
DIFERENCIAIS
========================= */

#diferenciais img{
height:150px;
margin-bottom:15px;
}

#diferenciais p{
font-size:16px;
max-width:240px;
margin:auto;
}


/* =========================
CERTIFICAÇÕES
========================= */

.cert-icon{
height:150px;
margin-bottom:10px;
}

.cert-img{
max-width:500px;
width:100%;
}

#certificacoes p{
font-weight:500;
}

.cert-icon{
height:90px;
margin-bottom:10px;
transition:.25s;
}

.cert-icon:hover{
transform:scale(1.05);
}


/* =========================
DEPOIMENTOS
========================= */

#depoimentos{
background:#f7f7f7;
}

.depoimento-card{
background:#fff;
border-radius:10px;
padding:30px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
position:relative;
transition:.3s;
}

.depoimento-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.depoimento-card p{
font-size:16px;
font-style:italic;
color:#555;
line-height:1.6;
margin-bottom:15px;
}

.depoimento-card strong{
display:block;
font-weight:600;
color:#222;
}



/* =========================
SOBRE
========================= */

#sobre img{
width:100%;
max-width:460px;
}


/* =========================
CTA
========================= */

.cta{
position:relative;
padding:120px 0;
color:#fff;
text-align:center;
overflow:hidden;
}

.cta::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:1;
}

.cta .container{
position:relative;
z-index:2;
}

.cta-bg{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
top:0;
left:0;
z-index:0;
}

.cta h2{
font-size:36px;
max-width:750px;
margin:auto;
margin-bottom:20px;
}

.cta p{
margin-bottom:30px;
}


/* =========================
FOOTER
========================= */

footer{
background:#f6f6f6;
padding:30px 0 20px;
}

footer img{
max-width:130px;
margin-bottom:8px;
}

.footer-whatsapp a{
display:inline-flex;
align-items:center;
gap:6px;
text-decoration:none;
color:#333;
font-weight:500;
font-size:15px;
transition:.25s;
}

.footer-whatsapp i{
font-size:20px;
color:#25D366;
transition:.25s;
}

.footer-whatsapp a:hover{
color:#25D366;
transform:translateY(-2px);
}

.footer-whatsapp a:hover i{
transform:scale(1.1);
}

.footer-copy{
border-top:1px solid #e5e5e5;
margin-top:15px;
padding-top:10px;
}

.footer-copy p{
font-size:11px;
color:#999;
margin:0;
}
