:root{
    --primary:#00AEEF;
    --secondary:#EC008C;
    --dark:#212529;
    --light:#F8F9FA;
    --yellow:#FFD200;
}

body{
    background:#ffffff;
    color:#212529;
    font-family:Arial, Helvetica, sans-serif;
}

.navbar{
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.hero{
    background:#f8f9fa;
    padding:50px 0;
}

.hero h1{
    font-size:3rem;
    font-weight:700;
}

.hero p{
    font-size:1.2rem;
}

.btn-primary{
    background:var(--primary);
    border:none;
}

.btn-primary:hover{
    background:var(--secondary);
}

.card{
    border:none;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    transition:.3s;
}

.card:hover{
    transform:translateY(-5px);
}

.card-produto img{
    height:220px;
    object-fit:cover;
}

.card-galeria img{
    height:260px;
    object-fit:cover;
}

.section-title{
    font-weight:700;
    margin-bottom:30px;
}

footer{
    background:#1F2937;
    color:white;
    padding:60px 0;
}

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:28px;
    z-index:9999;
}


.card {
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.hero {
    min-height: 500px;
}

.shadow-sm {
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.categoria-card{
    transition:all .3s ease;
    border:none;
}

.categoria-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.categoria-link{
    text-decoration:none;
    display:block;
}

.categoria-home{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    transition:.3s;
}

.categoria-home img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.categoria-home:hover{
    transform:translateY(-8px);
}

.categoria-home:hover img{
    transform:scale(1.05);
}

.categoria-titulo{
    margin-top:15px;
    color:#0d3b75;
    font-weight:700;
    text-align:center;
    font-size:24px;
}

.categoria-link:hover .categoria-titulo{
    color:#ff7a00;
}

/* ==========================
   CARROSSEL PRODUTOS HOME
========================== */

#produtosSlider{
    padding: 0 25px;
}

#produtosSlider .splide__track{
    padding: 10px 0;
}

#produtosSlider .card{
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

#produtosSlider .card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

#produtosSlider .card-img-top{
    height: 180px;
    object-fit: cover;
}

#produtosSlider .card-body{
    padding: 15px;
}

#produtosSlider .card h5{
    font-size: 16px;
    font-weight: 600;
    min-height: 45px;
}

#produtosSlider .card p{
    font-size: 14px;
    color: #666;
    min-height: 45px;
}

#produtosSlider .btn{
    font-size: 14px;
}

/* Setas */

#produtosSlider .splide__arrow{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
    width: 40px;
    height: 40px;
}

#produtosSlider .splide__arrow--prev{
    left: -15px;
}

#produtosSlider .splide__arrow--next{
    right: -15px;
}


.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav-link {
    color: #222 !important;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .3s;
}

.nav-link:hover {
    color: #0d3d82 !important;
}

.navbar-brand img {
    transition: .3s;
}

.navbar-brand img:hover {
    transform: scale(1.03);
}







.navbar-brand{
    margin:0 !important;
    padding:0 !important;
}

.navbar-brand img{
    display:block;
    max-height:none;
}


/* ==========================
   MENU UNITY PREMIUM
========================== */

.navbar{
    background:#fff !important;
    padding:2px 0 !important;
    min-height:auto;
    transition:.3s;
    z-index:9999;
}

.logo-unity{
    height:90px !important;
    width:auto;
    max-height:90px !important;
}

.logo-unity:hover{
    transform:scale(1.03);
}

.nav-link{
    font-size:18px;
    font-weight:600;
    color:#222 !important;
    margin:0 12px;
    position:relative;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:3px;
    background:#00AEEF;
    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}

.nav-link.active{
    color:#00AEEF !important;
}

.nav-link.active::after{
    width:100%;
}

.btn-warning{
    border:none;
    border-radius:10px;
    padding:12px 20px;
}

.btn-success{
    border:none;
    border-radius:10px;
    padding:12px 20px;
}

@media(max-width:991px){

.logo-unity{
    height:15px;
    width:auto;
}

.navbar{
    padding:8px 0;
}




.navbar .container{
    min-height:60px;
    align-items:center;
}

.navbar-nav{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


}






/* INICIO css para formatação do bloco da index Produtos e Serviços */

/* ==========================
   PRODUTOS E SERVIÇOS PREMIUM
========================== */

.servico-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid #ececec;
}

.servico-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.servico-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.servico-card:hover img{
    transform:scale(1.03);
}

.servico-body{
    padding:18px 20px 22px;
}

.servico-body h3{
    font-size:22px;
    font-weight:700;
    color:#0d3d82;
    margin-bottom:15px;
    text-align:center;

}

.servico-body p{
    font-size:20px;
    line-height:1.4;
    color:#666;
    margin-bottom:20px;
    min-height:90px;
}

.btn-servico{
    background:#00AEEF;
    color:#fff !important;
    text-decoration:none;
    padding:12px 20px;
    border-radius:8px;
    display:inline-block;
    font-weight:600;
    transition:.3s;
}

.btn-servico:hover{
    background:#0085c2;
}

.row.g-4{
    row-gap:35px !important;
}

.servico-card{
    margin-bottom:8px;
}



.row.g-4{
    row-gap:45px !important;
}

.servico-body{
    text-align:left;
}

.servico-body h3{
    min-height:55px;
}

.servico-body p{
    min-height:95px;
}

/* FINAL -  css para formatação do bloco da index Produtos e Serviços */








/* ==========================================
   SOBRE A UNITY + DEPOIMENTOS
========================================== */

.sobre-unity{
    position:relative;
    padding:60px 0;
    background:url('../uploads/backgrounds/bg-sobre-unity.jpg') center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.sobre-unity::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.93);
}

.sobre-unity .container{
    position:relative;
    z-index:2;
}

.sobre-card,
.depoimentos-slider{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.sobre-card h2{
    font-size:45px;
    font-weight:800;
    color:#0d3d82;
    margin-bottom:25px;
    line-height:1;
}


.sobre-card h2::after{
    content:'';
    display:block;
    width:80px;
    height:5px;
    background:#00AEEF;
    border-radius:10px;
    margin-top:15px;
}

.sobre-card p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:18px;
}

.unity-numeros{
    display:flex;
    justify-content:space-between;
    margin-top:35px;
    gap:20px;
}


.unity-numeros div{
    background:#ffffff;
    border:1px solid rgba(0,174,239,.12);
    border-radius:15px;
    padding:15px;
    transition:.3s;
}

.unity-numeros div:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,174,239,.15);
}

.unity-numeros strong{
    display:block;
    font-size:38px;
    color:#00AEEF;
    font-weight:700;
}

.unity-numeros span{
    display:block;
    margin-top:8px;
    font-size:14px;
    color:#666;
}

/* ==========================
   DEPOIMENTOS
========================== */

.depoimentos-slider{
    position:relative;
    overflow:hidden;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.depoimento{
    display:none;
    text-align:center;
}

.depoimento.ativo{
    display:block;
    animation:fadeDep .6s ease;
}

.estrelas{
    color:#FFD200;
    font-size:28px;
    letter-spacing:3px;
    margin-bottom:20px;
}

.depoimento p{
    font-size:20px;
    line-height:1.8;
    color:#444;
    margin-bottom:25px;
    font-style:italic;
}

.depoimento h5{
    color:#0d3d82;
    font-weight:700;
    font-size:10px;
    margin-bottom:8px;
}

.depoimento small{
    color:#666;
    font-size:15px;
}


.depoimento-dots{
    margin-top:25px;
    text-align:center;
}

.depoimento-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d6dde2;
    margin:0 5px;
    display:inline-block;
}

.depoimento-dots .ativo{
    background:#00AEEF;
}


.titulo-depoimentos{
    text-align:center;
    color:#0d3d82;
    font-size:25px;
    font-weight:700;
    margin-bottom:30px;
}

.depoimentos-slider::after{
    content:'❝';
    position:absolute;
    top:10px;
    right:25px;
    font-size:120px;
    color:rgba(0,174,239,.08);
    font-family:Georgia, serif;
    line-height:1;
}


.sobre-unity .row{
    --bs-gutter-x: 2rem;
}


.btn-unity-sobre{
    display:inline-block;
    margin-top:20px;
    background:#00AEEF;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-unity-sobre:hover{
    background:#0085c2;
    color:#fff;
    transform:translateY(-2px);
}


.foto-cliente{
    display:flex;
    justify-content:center;
    margin-bottom:25px;
}

.foto-cliente img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #00AEEF;
    box-shadow:0 10px 25px rgba(0,174,239,.20);
}
@keyframes fadeDep{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/* ==========================================
   FINAL - SOBRE A UNITY + DEPOIMENTOS
========================================== */







/* =====================================
   INICIO - PÁGINA QUEM SOMOS
===================================== */

.hero-quem-somos{
    background:linear-gradient(135deg,#00AEEF,#0d3d82);
    color:#fff;
    padding:120px 0;
}

.hero-quem-somos h1{
    font-size:60px;
    font-weight:700;
}

.hero-quem-somos p{
    font-size:22px;
    max-width:800px;
    margin:20px auto;
}

.diferencial-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.diferencial-card:hover{
    transform:translateY(-8px);
}

.icone-diferencial{
    font-size:42px;
    color:#00AEEF;
    margin-bottom:15px;
}

.estrutura-img,
.producao-img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.estrutura-img:hover,
.producao-img:hover{
    transform:scale(1.03);
}

.cta-unity{
    background:#0d3d82;
    color:#fff;
    padding:90px 0;
}

.cta-unity h2{
    font-size:42px;
    margin-bottom:20px;
}


/* =====================================
   FINAL - PÁGINA QUEM SOMOS
===================================== */



/* ===================================
   POR QUE ESCOLHER A UNITY
=================================== */

.porque-unity{

    padding:90px 0;

    background:#f7f9fc;

}

.titulo-secao{

    text-align:center;

    max-width:900px;

    margin:auto;

}

.titulo-secao span{

    color:#00AEEF;

    font-weight:700;

    letter-spacing:2px;

    font-size:26px;

}

.titulo-secao h2{

    margin-top:15px;

    font-size:42px;

    font-weight:700;

    color:#1d2b45;

}

.titulo-secao p{

    margin-top:20px;

    font-size:22px;

    color:#666;

    line-height:1.8;

}

.card-unity{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.07);

    height:100%;

}

.card-unity:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.card-unity i{

    font-size:55px;

    color:#00AEEF;

    margin-bottom:20px;

}

.card-unity h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#1d2b45;

}

.card-unity p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}

.unity-cta{

    margin-top:70px;

    text-align:center;

}

.unity-cta h3{

    font-size:34px;

    font-weight:700;

    color:#1d2b45;

}

.unity-cta p{

    margin:20px auto 35px;

    max-width:700px;

    color:#666;

    font-size:18px;

}

/* ===================================
   FINAL - POR QUE ESCOLHER A UNITY
=================================== */




/* ===================================
   inicio - footer

   FOOTER PREMIUM UNITY
======================================================= */

.footer-unity{

    background:linear-gradient(135deg,#0d3d82,#092b5a);

    color:#fff;

    padding:80px 0 30px;

}

.footer-logo{

    width:220px;

    margin-bottom:25px;

}

.footer-texto{

    color:#d8e4f5;

    line-height:1.9;

    font-size:15px;

}

.footer-unity h5{

    font-size:22px;

    margin-bottom:25px;

    font-weight:700;

}

.footer-links,
.footer-contato{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li,
.footer-contato li{

    margin-bottom:14px;

}

.footer-links a{

    color:#d8e4f5;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#00AEEF;

    padding-left:6px;

}

.footer-contato li{

    color:#d8e4f5;

    line-height:1.8;

}

.footer-contato i{

    color:#00AEEF;

    width:28px;

}

.footer-unity hr{

    border-color:rgba(255,255,255,.12);

    margin:45px 0 20px;

}

.footer-bottom{

    text-align:center;

    color:#bfcde2;

    font-size:14px;

}

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:34px;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:9999;

    transition:.3s;

}

.whatsapp-float:hover{

    transform:scale(1.12);

    color:#fff;

}

/* ===================================
   TERMINO -    FOOTER PREMIUM UNITY
======================================================= */