* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
}

.container {
    background-color: #000000;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.container-2 {
    /* background-color: #000000; */
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

/* ----- COMEÇO DO BOX1 ----- */
.box-video video {
    width: 100%;
    height: auto;
}

.box-1 {
    background-image: url('https://www.pontofrio-imagens.com.br/html/conteudo-produto/2701/55032807/background-top_2.jpg');
    background-repeat: no-repeat;
}

    #title-box-1 {
        padding: 100px 0 100px 60px;
    }

        #title-box-1 p {
            color: #4ab249;
            font-size: 80px;
            font-weight: bold;
            text-transform: uppercase;
        }

        #text-box-1 p {
            color: #ffffff;
            font-size: 35px;
            font-weight: bold;
            text-align: center;
        }

/* ----- COMEÇO DO BOX2 ----- */

.box-2 {
    padding: 55px 0;
}

    .box-2 p {
        color: #ffffff;
        font-size: 32px;
        text-align: center;
        text-transform: uppercase;
    }
        .box-2 p span {
            color: #4ab249;
            font-weight: bold;
            font-size: 38px;
        }

/* ----- COMEÇO DO BOX3 ----- */

.title-box-3 p {
    color: #ffffff;
    font-size: 26px;
}

.box-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .box-3-1 p {
        color: #ffffff;
        font-size: 20px;
    }
    
    .box-3-1 p span {
        color: #4ab349;
        font-size: 24px;
        font-weight: bold;
    }

    .how-it-works {
        margin-bottom: 20px;
    }

    .icon-ordered {
        background-color: #2ad300;
        color: #ffffff;
        font-weight: 1000;
        border-radius: 25px;
        padding: 0 0 4px;
        height: 45px;
        width: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 7px 7px 0 0;
        font-size: 30px;
    }

    #link-acesse a {
        color: #ffffff;
    }

    .box-3-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 35px;
    }

    .box-3-2 img {
        height: auto;
        width: 505px;
        margin-bottom: 65px;
    }

    .box-3-2 p {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

/* ----- COMEÇO DO FOOTER ----- */

.title-footer {
    margin-bottom: 45px;
}

.title-footer p {
    color: #ffffff;
    font-size: 52px;
    text-align: center;
}

.title-footer p span {
    color: #4ab349;
    font-weight: bold;
}

.text-footer {
    padding: 0 60px;
}

.text-footer p {
    color: #ffffff;
    font-size: 14px;
}

#box-4 {
    /* background-image: url('https://www.pontofrio-imagens.com.br/html/conteudo-produto/2701/55032807/background-bottom.jpg');
    background-position: bottom; */
    background-color: #000000;
    padding-bottom: 45px;
    border-bottom: 15px solid #4ab349;
}