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

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

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 23px;
            color: #FFF;
        }

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

/* ============================
   SECTION VIDEO
   ============================ */

.section-video {
    margin-top: 130px;
    position: relative;

    .before-element2 {
        color: #D9D8D6;
        font-size: 96px;
        font-weight: 900;
        position: absolute;
        z-index: 1;
        top: -82px;
        left: 3%;
    }

    .before-element2::after {
        content: "";
        position: absolute;
        top: 0;
        left: var(--flash-x);
        width: 60%;
        height: 100%;
        background: linear-gradient(120deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.6) 50%,
                rgba(255, 255, 255, 0) 100%);
        transform: skewX(-20deg);
        pointer-events: none;
    }

    article {
        iframe {
            position: relative;
            z-index: 2;
            width: 100%;
        }
    }
}

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

.section-solucoes {


    article:nth-of-type(1) {
        margin: 40px 0 0 0;

        hr {
            width: 20%;
            margin-bottom: 10px;
        }

        div:nth-of-type(1) {
            p:nth-of-type(1) {
                font-weight: 800;
                font-size: 18px;
            }
        }

        li {
            font-size: 14px;
            color: #052630;
        }
    }

    article:nth-of-type(2) {
        margin: 20px 0 0 0;

        hr {
            width: 20%;
            margin-bottom: 10px;
        }

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

        div:nth-of-type(3) {
            p:nth-of-type(1) {
                color: #FFF;
            }
        }

        li {
            font-size: 16px;
            color: #052630;
        }
    }

    article:nth-of-type(3) {
        margin: 20px 0 0 0;

        div:nth-of-type(1) {
            h2 {
                font-size: 20px;
                color: #8AC440;
                font-weight: 800;
                margin: 0 0 20px 0;
            }
        }

        div:nth-of-type(2) {
            h2 {
                font-size: 15px;
                color: #052630;
                font-weight: 800;
            }
        }

        li {
            font-size: 14px;
            color: #052630;
        }
    }

    article:nth-of-type(4) {
        margin-bottom: 80px;
        margin-top: 20px;

        iframe {
            border-radius: 10px;
        }
    }
}

/* ============================
   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: 991px) {
    .section-video {
        margin-top: 100px;

        .before-element2 {
            top: -50px !important;
            font-size: 60px !important;
        }
    }
}

@media (max-width: 766px) {
    .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 41px;

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

            h1 {
                font-size: 19px;
            }

            p {
                font-size: 15px;
            }
        }
    }
}

@media (max-width: 520px) {
    .section-video {
        margin-top: 80px;

        .before-element2 {
            top: -40px !important;
            font-size: 40px !important;
        }
    }
}

@media (max-width: 420px) {
    .section-video {
        margin-top: 70px;

        .before-element2 {
            top: -30px !important;
        }
    }
}


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

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

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

            p {
                font-size: 12px;
                line-height: 20px;
            }
        }
    }
}