p {
    color: #052630;
    font-size: 16px;
    font-weight: 400;
}

.hr2 {
    background-color: #8AC440;
    opacity: 1;
    border: none;
    height: 3px;
    width: 40%;
    margin: 0;
    margin-bottom: 20px;
}

.title {
    color: #052630E5;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.title-opaco {
    font-weight: 800;
    font-size: 36px;
    color: #D9D8D6;
}

/* ============================
   HERO
   ============================ */
.hero {
    width: 100%;
    padding-top: 86px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

    img {
        width: 100%;
    }

    article {
        position: absolute;
        color: #FFF;
        left: 5%;

        h1 {
            font-weight: 400;
            font-size: 20px;
            line-height: 25px;
            text-transform: uppercase;
            margin: 0;
        }

        p {
            color: #FFF;
            font-size: 24px;
            font-weight: 800;
        }
    }
}

/* ============================
   SECTION CONECTIVIDADE
   ============================ */

.section-conectividade {
    margin-top: 70px;

    .hr2 {
        width: 38% !important;
    }
}

.section-conectividade article {
    display: flex;
    justify-content: space-between;
}

.section-conectividade article div {
    max-width: 650px;

    h2 {
        font-size: 16px;
    }

    p:nth-of-type(2) {
        margin-bottom: 0px;
    }
}

.section-conectividade article div p:nth-of-type(1) {
    color: #052630E5;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.section-conectividade article div .p-title {
    margin: 0;
    padding: 15px 0 0 0;
    color: #78AD3E;
    font-weight: 700;
    font-size: 20px;
}

.img-homem {
    border-radius: 20px;
}

/* ============================
   SECTION  TELCOBLOCK
   ============================ */

.section-telcoblock {
    width: 100%;

    .hr2 {
        margin: 30px 0 0 0;
    }

    article:nth-of-type(1) {
        margin-top: 140px;
        position: relative;

        hr {
            width: 53%;
        }

        .titulo {
            color: #D9D8D6;
            font-size: 96px;
            font-weight: 900;
            position: absolute;
            z-index: 1;
            top: -92px;
        }

        div {
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin-top: 35px;
            z-index: 2;
            position: relative;

            img {
                height: 100%;
                margin: 0;
                box-shadow: -2px 1px 7.7px 0px #00000012;
                border-radius: 10px 0 0 10px;
            }

            div {
                display: flex;
                flex-direction: column;
                align-items: start;
                border-radius: 0 10px 10px 0;
                background-color: #F5F5F5;
                box-shadow: 4px 1px 7.7px 0px rgba(0, 0, 0, 0.1);
                padding: 20px 40px;
                margin: 0;

                h2:nth-of-type(1) {
                    font-size: 32px;
                    line-height: 25px;
                    color: #052630;
                    font-weight: 800;
                    padding: 15px 0 0 0;
                    margin: 0 0 7px 0;
                }

                h2:nth-of-type(2) {
                    font-size: 24px;
                    line-height: 25px;
                    color: #052630;
                    font-weight: 800;
                    margin: 0 0 20px 0;
                }

                img {
                    margin-left: auto;
                    width: 30px;
                    height: auto;
                }
            }
        }
    }
}

/* ============================
   SECTION INTEGRAÇÃO
   ============================ */

.section-integracao {
    margin-top: 40px;

    article {
        div:nth-of-type(1) {
            padding: 0 100px 0 0;

            h2 {
                color: #8AC440;
                font-weight: 700;
                font-size: 20px;
            }
        }
    }
}

/* ============================
   SECTION ANTES FORM
   ============================ */

.section-anteform {
    article {
        hr {
            height: 3px;
            background-color: #8AC440;
            opacity: 1;
            border: none;
            width: 100%;
            margin: 40px 0 50px 0;
        }

        p {
            width: 100%;
            text-align: center;
            font-size: 20px;
        }
    }
}

@media (max-width: 992px) {
    .section-conectividade article {
        flex-direction: column;
    }

    .section-telcoblock {
        & article:nth-of-type(1) {
            margin-top: 60px;

            .titulo {
                font-size: 45px;
                top: -42px;
                left: 15px;
            }

            div {
                padding: 0 15px !important;
                flex-direction: column;
            }
        }
    }
}

@media (max-width: 767px) {
    .article-hero {
        position: relative !important;
        left: 0 !important;
        margin-top: 30px;

        h1,
        p {
            color: #052630 !important;
            text-align: center !important;
        }
    }
}

@media (max-width: 576px) {
    .section-conectividade {
        article {
            div {
                margin-top: 40px;

                p:nth-of-type(1) {
                    line-height: 36px;
                    margin-top: 20px;
                }

                p {
                    font-size: 14px;
                }

                hr {
                    margin: 0;
                }
            }
        }
    }

    .section-integracao {
        article {
            padding-left: 15px;
        }
    }
}