#paginaSingleEbook {
    float: left;
    width: 100%;
}

/* Conteúdo *****************************************************/

.boxConteudos {
    float: left;
    width: 100%;
    padding: 170px 0 50px 0;
    background: url(../images/bg-topo.jpg) top center no-repeat;
    background-size: cover;
}

.boxConteudos .container {
    display: flex;
}

.boxConteudos .boxTexto {
    padding-right: 70px;
}

.boxConteudos .boxTexto h1 {
    background: linear-gradient(120deg, hsl(358deg 85% 58%) 0%, hsl(354deg 70% 46%) 34%, hsl(345deg 55% 34%) 56%, hsl(310deg 35% 28%) 65%, hsl(275deg 35% 34%) 74%, hsl(255deg 38% 42%) 88%, hsl(240deg 38% 49%) 100%);;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.boxConteudos .boxTexto .texto {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.boxConteudos .boxTexto .texto p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.boxConteudos .boxTexto .texto h2,
.boxConteudos .boxTexto .texto h3,
.boxConteudos .boxTexto .texto h4,
.boxConteudos .boxTexto .texto h5 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 15px 0;
}

.boxConteudos .boxTexto img {
  max-width: 100%;
  height: auto;
}

.boxConteudos .boxTexto ul {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 10px 0 20px 0;
}

.boxConteudos .boxFormulario {
    background-color: #fcd770;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {

    #paginaSingleEbook .container {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    /* Conteúdo */

    .boxConteudos {
        padding: 120px 0 50px 0;
    }

    .boxConteudos .col-sm-7,
    .boxConteudos .col-sm-5 {
        width: 100%;
        float: left;
        padding: 0 10px!important;
    }

    .boxConteudos .col-sm-5 {
        padding: 20px!important;
    }

    .boxConteudos .col-sm-5 {
        margin-top: 40px;
    }

    .boxConteudos .boxTexto h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .boxConteudos .boxTexto .texto {
        margin-bottom: 20px;
    }

}