/* ===============================
   CARDS PILARES
================================ */

.secao-pilares {
    padding: 32px 0 20px;
}

.cards-pilares {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.card-pilar {
    position: relative;
    /*min-height: 144px;*/
    padding: 38px 17px 18px;
    background: #fff;
    border: 1px solid #b7b8d4;
    border-top: 7px solid #00569c;
    border-radius: 3px;
}

.card-pilar .icone {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #00569c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.card-pilar h3 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.card-pilar p {
    margin: 0;
    max-width: 290px;
    font-size: 15px;
    line-height: 1.55;
    color: #111;
}

/* ===============================
   CARDS TEXTOS
================================ */

.secao-textos {
    padding: 5px 0 24px;
}

.cards-textos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
}

.card-texto {
    padding: 0 4px;
}

.card-texto .icone {
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    font-size: 35px;
    color: #00569c;
}

.card-texto h3 {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #00569c !important;
}

.card-texto p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #111;
}

/* ===============================
   CARDS BLOCOS
================================ */

.secao-blocos {
    padding: 12px 0 40px;
}

.cards-blocos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
}

.card-bloco {
    min-height: 181px;
    padding: 17px 16px 18px;
    background: #dfe1f3;
    border: 1px solid #bec1db;
    border-radius: 4px;
}

.card-bloco .icone {
    width: 47px;
    height: 47px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #00569c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 1;
}

.card-bloco h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #292929;
}

.card-bloco p {
    margin: 0;
    max-width: 460px;
    font-size: 15px;
    line-height: 1.55;
    color: #303030;
}

/* =========================
   REDES SOCIAIS
========================= */

.redes {
    padding-top: 18px;
    padding-bottom: 20px;
}

.redes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rede-card {
    min-height: 121px;
    background: #dfe1f3;
    border: 1px solid #bec1db;
    border-radius: 4px;
    padding: 16px;
}

.rede-larga {
    grid-column: span 2;
}

.rede-icone {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00569c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.rede-icone i {
    font-size: 21px;
}

.rede-play i {
    margin-left: 3px;
}

.rede-card h3 {
    font-size: 19px;
    margin-bottom: 0;
}


/* ===============================
   CARDS PACKS
================================ */

.secao-packs {
    padding: 20px 0;
}

.secao-packs .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 18px;
}

.cards-packs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.card-pack {
    background: #fff;
    border: 1px solid #00569c;
    border-left: 9px solid #00569c;
    border-radius: 5px;
    padding: 20px 28px 24px 24px;
}

.card-pack h3 {
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #00569c;
}

.card-pack p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.52;
    font-weight: 400;
    color: #333;
}

/* ===============================
   RESPONSIVO
================================ */

@media (max-width: 900px) {
    .cards-pilares,
    .cards-textos {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cards-blocos {
        grid-template-columns: 1fr;
    }

    .card-pilar {
        margin-top: 20px;
    }
}


.alerta-info {
    min-height: 66px;
    background: #bfdbfb;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    margin-bottom: 9px;
}

.alerta-info i {
    color: #00569c;
    font-size: 15px;
}

.alerta-info p {
    margin: 0;
    color: #00569c;
}
