body {
    background: #8a06ff;
    padding: 50px;
    font-family: "Roboto", Arial;
    color: #fff !important;
}

.logo img {
    width: 300px;
    margin-top: -32px;
}

.menu {
    text-align: right;
}

.btn {
    color: #732ae5;
    background: #fff;
    border-radius: 45px;
    font-weight: bold;
    text-transform: unset !important;
}

.btn.btAssinar {
    font-size: 15pt;
    margin: 0 auto;
}

.btn.areaCliente {
    font-size: 15pt;
}

.btImg {
    background-size: 100%;
    padding: 16px;
    margin: 0 3px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #2f2d2d;
}

.btImg.instagram {
    background-image: url(../img/instagram.png);
}

.btImg.whatsapp {
    background-image: url(../img/whatsapp.png);
}

.bold {
    font-weight: bold;
}

u {
    text-decoration-color: orange;
}

label {
    color: #ffd600;
    font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 1px 1px 1px #5e2593;
}

.fontDecorada {
    font-family: "Playwrite DE Grund", Tofu;
}

.row {
    border-width: 0 0 4px 0;
    border-style: double;
    border-color: #fff;
}

.icon {
    font-size: 72pt !important;
}

.divImg {
    border: 12px solid #ededed;
    box-shadow: 0px 0px 15px #00fff3;
    border-radius: 100%;
    width: 450px;
    height: 450px;
    transform: scaleX(-1);
    background-image: url(../img/homem.png);
    background-size: 123%;
    background-color: orange;
    background-position: -68px -21px;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}

.divImg1 {
    border-radius: 100%;
    width: 450px;
    height: 450px;
    background-position: center;
    background-image: url(../img/s3.png);
    background-size: 133%;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
}

li {
    list-style-type: square !important;
}

.divPlano {
    line-height: 32px;
    border: 4px solid white;
    border-radius: 84px;
    padding: 24px 18px !important;
}

.imgStreaming {
    width: 100%;
}

@media only screen and (max-device-width: 700px) {

    img {
        width: 100% !important;
    }

    body {
        padding: 50px 0px !important;
    }

    h2 {
        font-size: 20pt !important; 
    }

    h4 {
        font-size: 14pt;
    }

    .divImg {
        width: 100%;
        height: 363px;
        border-radius: 87px;
    }

    .divImg1 {
        width: 100%;
        height: 400px;
        background-size: 118%;
    }

    .imgWatch {
        width: 65% !important;
    }

    .btn.areaCliente {
        font-size: 10pt;
        height: 27px;
        line-height: initial;
        padding: 0px 9px;
    }

    .logo img{
        margin-top: -9px !important;
    }

}