:root {
    --primary-color: #117aff;
    --secondary-color: #114495;
    --accent-color: #ff6600;
    --light-gray: #f8f9fa;
    --dark-gray: #333333;
}
body {
    font-family: 'Inter', sans-serif;
}
.navbar {
    background-color: var(--secondary-color) !important;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.8rem;
}
.nav-item {
    padding: 5px 15px;
}
.navbar-nav .nav-link {
    font-weight: 500;
    padding: 5px 20px;
}
.btn-quote {
    background-color: white !important;
    color: var(--secondary-color) !important;
    border: 2px solid white !important;
    transition: all 0.3s ease;
}
.btn-quote:hover {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}
.hero-section {
    background: var(--secondary-color);
    color: white;
    padding: 100px 0;
}
.hero-title {
    font-weight: 700;
    margin: 30px 0px;
    line-height: 1.2;
}
.hero-subtitle {
    margin-bottom: 30px 0px;
}
.btn-primary-custom {
    background-color: var(--light-gray);
    border-color: var(--light-gray);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
}
.btn-primary-custom:hover {
    background-color: var(--secondary-color);
    border-color: var(--light-gray);
}
.features-section {
    padding: 80px 0;
    background-color: var(--light-gray);
}
.feature-card {
    background: var(--primary-color);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
}
.feature-card h5 {
    color: white;
    font-size: 2rem;
}
.feature-icon {
    font-size: 3rem;
    color: white;
}
.services-section {
    padding: 80px 0;
}
.service-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.service-card:hover {
    background-color: var(--light-gray);
}
.service-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.cta-section {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: white;
    padding: 80px 0;
    text-align: center;
}
.contact-info {
    background-color: var(--primary-color);
    color: white;
    padding: 50px 0;
}
.contact-info .nav-link {
    font-weight: bold;
    color: var(--secondary-color) !important;
}
.contact-info .nav-link:hover {
    color: var(--dark-gray) !important;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}
.stats-section {
    padding: 60px 0;
    background-color: white;
}
.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
}

/*******************************************
 * Quemsomos Section
 *******************************************/
.quemsomos-section {
    margin-top: 70px;
    padding: 80px 0px;
}
.quemsomos-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.quemsomos-section h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}
.quemsomos-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--dark-gray);
}
.btn-quemsomos {
    background-color: var(--secondary-color);
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid var(--light-gray);
}
.btn-quemsomos:hover {
    background-color: var(--light-gray);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.botao-section {
    padding: 80px 0 0 0;
    text-align: center;
}

/*******************************************
 * Missão Visão Valores Section
 *******************************************/
.missao-visao-valores-section {
    padding: 80px 0;
}
.missao-visao-valores-card {
    background: var(--secondary-color);
    color: white;
    padding: 75px 50px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden; /* Oculta qualquer parte do pseudo-elemento que saia da caixa */
}
.missao-visao-valores-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px; /* padding + metade do tamanho do circulo */
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
}
.missao-visao-valores-card:hover {
    transform: translateY(-5px);
}
.missao-visao-valores-card h1 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.missao-visao-valores-card p {
    color: white;
    padding-top: 50px; /* Espaço acima do texto para a linha */
    padding-bottom: 50px; /* Espaço abaixo do texto para a linha */
    position: relative; /* Necessário para posicionar os pseudo-elementos */
}
.missao-visao-valores-card p::before,
.missao-visao-valores-card p::after {
    content: "";
    position: absolute;
    left: 0px; /* Ajuste a distância da esquerda */
    right: 0px; /* Ajuste a distância da direita */
    height: 1px; /* Espessura da linha */
    background-color: white; /* Cor da linha */
}
.missao-visao-valores-card p::before {
    top: 0; /* Posiciona a linha acima do padding superior */
}
.missao-visao-valores-card p::after {
    bottom: 0; /* Posiciona a linha abaixo do padding inferior */
}

/*******************************************
 * Selo Section
 *******************************************/
 .selo-section {
    padding: 80px 0;
    background-color: var(--secondary-color);
    color: white;
}
.selo-section p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.selo-section p span {
    color: var(--primary-color);
}
.selo-section img {
    margin: 50px 0;
}


/*******************************************
 * Serviços Section
 *******************************************/
 .servicos-section {
    padding: 140px 0px 80px 0px;
    background-color: var(--secondary-color);
}
.servicos-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}
.servicos-section h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.servicos-section h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}
.servicos-card {
    background: white;
    color: black;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.servicos-card:hover {
    transform: translateY(-5px);
}
.servicos-card h5 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: bold;
}
.service-card p {
    color: var(--dark-gray);
}
.servicos-icon {
    font-size: 3rem;
    color: var(--primary-color);
}
.servicos-card-menor {
    border: var(--light-gray) solid 2px;
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
    color: white;
    margin: 15px 0;
}
.servicos-card-menor h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
.servicos-form input, .servicos-form textarea {
    background-color: transparent !important;
    color: white !important;
    border-radius: 15px;
    border: 2px solid white !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}
.servicos-form input::placeholder, .servicos-form textarea::placeholder {
    color: rgba(255,255,255,0.8) !important;
}


/*******************************************
 * Infraestrutura Section
 *******************************************/
 .infra-section {
    padding: 140px 0px 80px 0px;
}
.infra-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.infra-section h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}
.infra-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--dark-gray);
}
.infra-section p span {
    font-size: 1.5rem;
    color: var(--secondary-color);
}
.infra-card {
    border: var(--secondary-color) solid 2px;
    border-radius: 15px;
    padding: 30px;
    margin: 100px 0px 15px 0;
}
.infra-tarja {
    border-radius: 15px; 
    background-color: var(--primary-color); 
    color: white; 
    padding: 30px; 
}
.infra-tarja h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
.infra-tarja p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
}


/*******************************************
 * Trabalhe conosco Section
 *******************************************/
.trabalhe-section {
    padding: 140px 0px 80px 0px;
}
.trabalhe-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.trabalhe-section h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
}
.trabalhe-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--secondary-color);
}
.trabalhe-form input, .trabalhe-form textarea {
    color: var(--secondary-color) !important;
    border-radius: 15px;
    border: 2px solid var(--secondary-color) !important;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}
.trabalhe-form input::placeholder, .trabalhe-form textarea::placeholder {
    color: rgba(0,0,0,0.5) !important;
}
.trabalhe-form label {
    color: var(--secondary-color) !important;
    font-size: 0.8em;
    margin-left: 15px;
}


/*******************************************
 * Responsive Styles
 *******************************************/
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
}