.conectividade {
    background-color: #f7f7f7;
    color: #333;
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.service-monitoramento {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.service-monitoramento h1 {
    /*display: none;*/
    font-size: 24px;
    font-weight: 500;
    color: #0044cc;
    margin-bottom: 20px;
}

.service-monitoramento p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.monitoramento-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.monitoramento-card {
    background-color: #f0f4f8;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s;
}

.monitoramento-card:hover {
    transform: translateY(-5px);
}

.monitoramento-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.monitoramento-card p {
    flex-grow: 1;
    /* Faz o texto crescer e ocupar o espaço disponível */
}

.btn-monitor {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-top: auto;
    border: none;
    
}

.btn-monitor:hover {
    background-color: #218838;
}


.title-monitoramento {
    background-color: #20376B;
    padding: 15px;

}

.title-monitoramento h2 {
    text-align: center;
    font-weight: 700;
    color: #fff;

}

.section-title-graficos{
    display: flex;
    justify-content: center;
    margin: 30px;

}


.title-graficos {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 1300px;
    box-shadow: 0 15px 70px rgba(0, 0, 0, .1);
    padding: 10px;
    border: 15px;
    border-radius: 10px;
}

.title-graficos h2 {
    color: inherit;
    font-weight: 700;
    font-size: 25px;
}

.title-graficos i {
    color: #5cdd8b;
    margin-right: 5px;
    margin-left: 20px; 
    font-size: 1.8em; 
    margin-top: 10px;
}

.section-title-grafana{
    display: flex;
    justify-content: center;
    background-color: #F4F5F5;
    padding-top: 15px;

}

.title-grafana {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 70%;
    box-shadow: 0 15px 70px rgba(0, 0, 0, .1);
    padding: 10px;
}

.title-grafana h2 {
    color: inherit;
    font-weight: 700;
    font-size: 25px;
}

.title-grafana i {
    color: #5cdd8b;
    margin-right: 5px;
    margin-left: 20px; 
    font-size: 1.8em; 
    margin-top: 10px;
}

.monitoramento-graficos-protic {
    padding: 30px;
}

.monitoramento-graficos-rnp {
    display: flex;
    justify-content: center;
}

.monitoramento-graficos-grafana{
    display: flex;
    justify-content: center;
    background-color: #F4F5F5;
}

@media (max-width: 768px) {

    .title-grafana h2 {
        font-size: 20px;
    }

}

@media (min-width: 768px) {
    .monitoramento-links {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .monitoramento-card {
        padding: 30px;
    }
}
