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%;

        h2:nth-of-type(1) {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 24px;
        }

        h2:nth-of-type(2) {
            font-weight: 400;
            font-size: 16px;
            line-height: 23px;
        }

        h1 {
            font-weight: 800;
            font-size: 20px;
            line-height: 25px;
        }
    }
}

/* ============================
   SECTION INTRODUÇÃO
   ============================ */
.section-introducao {
    margin-top: 40px;

    p {
        text-align: center;
    }

    article {
        margin-top: 40px;

        div {
            p {
                font-weight: 700;
                line-height: 22px;
            }
        }
    }
}

/* ============================
   SECTION SOLUÇÕES
   ============================ */

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

    hr {
        width: 25% !important;
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 10px;
    }

    article {
        div:nth-of-type(1) {
            div {
                background-color: #F5F5F5;
                border-radius: 10px;
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 0 20px 0;

                h2 {
                    text-align: center;
                    color: #8AC440;
                    font-size: 16px;
                    font-weight: 700;

                    span {
                        font-weight: 400;
                    }
                }
            }
        }

        div:nth-of-type(2) {
            article {
                background-color: #F5F5F5;
                border-radius: 10px;
                width: 100%;
                height: 96%;
                padding: 20px;

                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                h2 {
                    width: 85%;
                    text-align: start;
                    font-size: 20px;
                    font-weight: 700;
                    padding-bottom: 20px;
                }

                ul {
                    li {
                        font-size: 20px;
                    }
                }
            }
        }

        div:nth-of-type(3) {
            article {
                padding: 20px 40px;
                background-color: #F5F5F5;
                border-radius: 10px;
                box-shadow: 0px 4px 7.7px 0px #0000001A;

                a {
                    color: #8AC440;

                }

                p {
                    font-size: 16px;
                }
            }

            p {
                margin-top: 20px;
                font-size: 12px;
            }
        }
    }
}

/* ============================
   SECTION PRODUTOS
   ============================ */
.section-produtos {
    margin-top: 20px;


    .div1 {
        display: block !important;

        p {
            margin: 20px 0 0 0 !important;
        }
    }

    .div2 {
        display: flex;
        justify-content: center;
    }


    article {
        margin-top: 50px;

        div:nth-of-type(1) {
            display: flex;
            justify-content: center;
        }

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

/* ============================
   SECTION BANNER
   ============================ */

.section-banner {
    width: 100%;
    margin: 40px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    img {
        width: 100%;
    }

    article {
        position: absolute;
        left: 5%;

        p {
            font-weight: 400;
            font-size: 32px;
            line-height: 35px;
            margin: 0;
        }

        h2 {
            font-weight: 800;
            font-size: 32px;
            line-height: 35px;
            margin: 0 0 30px 0;
            text-transform: uppercase;
        }

        a {
            top: 20px;
            background-color: #8AC440;
            color: #FFF;
            border-radius: 10px;
            padding: 6px 40px;
            border: none;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
        }
    }
}

@media (max-width: 1399px) {
    .section-solucoes {
        article {
            div:nth-of-type(2) {
                article {
                    padding: 40px 20px;

                    h2 {
                        width: 100%;
                    }

                    ul {
                        li {
                            padding-left: 10px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 766px) {
    .section-produtos {
        article {
            div:nth-of-type(2) {
                padding: 20px;
            }
        }
    }

    .section-banner {
        img {
            width: auto;
        }

        article {
            left: 0;
            margin-top: 20px;
            position: relative;
            text-align: center;

            h2 {
                margin-bottom: 20px;
            }

            h2,
            p {
                font-size: 24px;
            }
        }
    }
}

@media (max-width: 763px) {
    .hero {
        align-items: center;

        .banner-mob {
            padding: 20px;
        }

        article {
            left: auto;
            top: 25%;
            text-align: center;
            padding: 0 43px;

            h2:nth-of-type(1) {
                font-size: 30px;
            }

            h1 {
                font-size: 19px;
            }

            h2:nth-of-type(2) {
                font-size: 15px;
            }
        }
    }
}

@media (max-width: 375px) {
    .hero {
        article {
            top: 30%;

            h2:nth-of-type(1) {
                font-size: 24px;
            }

            h1 {
                font-size: 16px;
                line-height: 22px;
            }

            h2:nth-of-type(2) {
                font-size: 12px;
                line-height: 20px;
            }
        }
    }
}