

/* .hero {

    background-image: url('../img/hero.png');
    background-size: auto;
    background-position: top;
    height: 500px;

    display: flex;
    align-items: center;
} */
/* 
.hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('assets/img/capaproar.jpeg');
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}


.hero-text h1 {

    font-size: 40px;
    font-weight: 700;
    color: white;

}

.hero-text p {

    color: white;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}


.info-card {

    padding: 25px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);

}

.info-card h5 {

    color: #1d3f6e;
    font-weight: 600;

}

.clientes {

    background: #eef2f7;

}

.cliente-logo {

    margin-left: 5px;
    background: white;

    padding: 20px;

    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 200px;

    transition: 0.3s;

}

.cliente-logo:hover {

    transform: scale(1.05);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.cliente-logo img {

    width: 200px;


    transition: 0.3s;

}

.cliente-logo:hover img {

    filter: none;
    opacity: 1;

}

.sobre {
    background: #f8f9fb;
}

.titulo-secao {

    font-weight: 700;
    color: #1d3f6e;

}

.subtitulo {

    color: #6c757d;
    max-width: 600px;
    margin: auto;

}

.card-diferencial {
    padding: 30px;
    border: none;
    border-radius: 10px;
    text-align: center;

    transition: 0.3s;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

}

.card-diferencial:hover {

    transform: translateY(-8px);

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

}

.icone {

    font-size: 35px;
    color: #2b6cb0;

    margin-bottom: 15px;

}

.card-diferencial h5 {

    font-weight: 600;
    margin-bottom: 10px;

    color: #1d3f6e;

}

.card-diferencial p {

    font-size: 14px;
    color: #6c757d;

}

.img-ajuste {
    width: 100px !important;
}

.carousel-control-prev-icon {
    background-color: #6c757d8f;
    border-radius: 15%;
}

.carousel-control-next-icon {
    background-color: #6c757d8f;
    border-radius: 15%;
}

@media (max-width: 768px) {

    .hero {
        height: 70vh;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 14px;
        margin-top: 10px;
    }

    .hero .btn-primary {
        margin-top: 15px;
        padding: 10px 18px;
        font-size: 14px;
    }

} */


/* HERO mantém imagem, já tá escuro com overlay */
.hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('assets/img/capaproar.jpeg');
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.hero-text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.hero-text p {
    color: #e2e8f0;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

/* CARDS */
.info-card {
    padding: 25px;
    border: none;
    border-radius: 8px;
    background: #1e293b;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.info-card h5 {
    color: #e2e8f0;
    font-weight: 600;
}

/* CLIENTES */
.clientes {
    background: #020617;
}

.clientes p {
    color: #e2e8f0a6 !important;
}

.cliente-logo {
    margin-left: 5px;
    background: #1e293b;
    padding: 20px;
    border-radius: 10px;

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

    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 200px;

    transition: 0.3s;
}

.cliente-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* .cliente-logo img {
    width: 200px;
    transition: 0.3s;
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.8;
}

.cliente-logo:hover img {
    filter: none;
    opacity: 1;
} */

/* SOBRE */
.sobre {
    background: #0f172a;
}

.titulo-secao {
    font-weight: 700;
    color: #e2e8f0;
}

.subtitulo {
    color: #94a3b8;
    max-width: 600px;
    margin: auto;
}

/* DIFERENCIAIS */
.card-diferencial {
    padding: 30px;
    border: none;
    border-radius: 10px;
    text-align: center;
    background: #1e293b;

    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.card-diferencial:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.icone {
    font-size: 35px;
    color: #63b3ed;
    margin-bottom: 15px;
}

.card-diferencial h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #e2e8f0;
}

.card-diferencial p {
    font-size: 14px;
    color: #94a3b8;
}

.img-ajuste {
    width: 100px !important;
}

/* CARROSSEL */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #475569;
    border-radius: 15%;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .hero {
        height: 70vh;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 14px;
        margin-top: 10px;
    }

    .hero .btn-primary {
        margin-top: 15px;
        padding: 10px 18px;
        font-size: 14px;
    }
}