#pagProduto {
    box-sizing: border-box;
    font-family: 'Ubuntu';
}

#pagProduto #curso_titulo h1 {
    font-size: 36px;
    text-align: center;
}

#pagProduto h2 {
    text-align: center;
}

#pagProduto h2,
#pagProduto h3 {
    font-size: 32px;
}

#pagProduto h4 {
    font-size: 32px;
}

#pagProduto p {
    font-size: 16px;
}

#curso_temas,
#curso_vantagens,
#pontos_chave {
    padding: 40px 0;
}

#pagProduto #curso_banner {
    width: 100%;
    margin-top: -30px;
}

#pagProduto #curso_teaser .curso_teaser_video {
    margin: 50px auto 80px auto;
    width: 65%;
    height: 400px;
    border-radius: 15px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
}

.hover:hover {
    cursor: pointer;
    filter: alpha(opacity=900);
    opacity: 0.9;
}

#pagProduto #curso_vantagens .vantagens_conteudo_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    text-align: end;
}

#pagProduto #curso_vantagens .vantagens_conteudo {
    width: 49%;
    height: 276px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-position: center center!important;
    background-size: cover;
    line-height: 1.4;
}

#pontos_chave .pontos_chave_topicos .topico {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    gap: 20px;
    margin-top: 30px;
}

#pontos_chave .pontos_chave_topicos .topico img {
    width: 100px;
}

#curso_indice ul {
    columns: 3;
    align-items: flex-start;
}

#curso_indice ul li span {
    font-size: 16px;
    color: blue;
}

#curso_indice li {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 15px;
    height: 60px;
}

#curso_indice li p {
    font-size: 16px;
    margin-left: 30px;
}

#curso_temas ul {
    columns: 2;
    align-items: flex-start;
    width: 80%;
    margin: auto;
}

#curso_temas ul p {
    margin: 0;
    line-height: 36px;
}

#pagProduto .curso_depoimentos {
    display: flex;
    justify-content: space-around;
}

#curso_depoimento .depoimento {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#curso_depoimento .depoimento_img_cliente {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

#pagProduto .depoimento_texto {
    width: 255px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#curso_depoimento .depoimento_texto p {
    font-size: 14px;
    max-width: 230px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#compra_float .arrow {
    display: none;
}

#compra_float {
    display: block;
    box-sizing: border-box;
    width: 300px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
}

#compra_float p {
    margin: 0;
}

.botao_compra {
    background-position: center center;
    background-size: auto;
    width: 238px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #FFFFFF;
    margin: 25px auto 0 auto;
    border-radius: 10px;
}

.botao_compra a {
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 16%;
}

#compra_float ul {
    margin-top: 30px;
    margin-bottom: 0;
    padding: inherit;
    list-style-type: none;
    font-size: 16px;
    line-height: 22px;
}

#compra_float ul img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

#compra_float li {
    display: flex;
    align-items: center;
}

#compra_float_mobile {
    display: none;
}

#htmlModal .janela {
    width: 100%;
    max-width: 800px !important
}

@media only screen and (max-width: 1366px) {
    #compra_float .arrow {
        display: block;
    }
    #compra_float {
        display: none;
    }
    #compra_float_mobile {
        display: block;
        box-sizing: border-box;
        width: 300px;
        height: 120px;
        padding: 10px;
        background: white;
        border-radius: 10px;
        position: fixed;
        right: 15px;
        bottom: 80px;
        box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
    }
    #compra_float_mobile .preco_mobile p,
    #compra_float_mobile .preco_mobile a {
        margin: 0;
    }
    #compra_float_mobile .preco_mobile {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #compra_float_mobile .preco_mobile p {
        width: 150px;
    }
    #compra_float_mobile .compra_float_preco {
        width: 100%;
        align-items: center;
        margin-top: 8px;
    }
    #compra_float_mobile .botao_compra {
        background-position: center center;
        background-size: auto;
        width: 130px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #FFFFFF;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 730px) {
    #curso_temas {
        padding-bottom: 0;
    }
    #curso_depoimento .curso_depoimentos {
        flex-wrap: wrap;
    }
    #curso_depoimento .depoimento {
        width: 40%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 630px) {
    #pagProduto #curso_banner {
        background-size: cover;
        background-position: center;
    }
    #curso_titulo {
        padding: 10px;
    }
    #pagProduto #curso_teaser .curso_teaser_video {
        width: 100%;
        border-radius: 0;
    }
    #pagProduto .vantagens_conteudo_container {
        flex-direction: column;
        width: 100%;
    }
    #pagProduto #curso_vantagens .vantagens_conteudo_container {
        direction: column;
        text-align: center;
        margin-bottom: 25px;
    }
    #pagProduto #curso_vantagens .vantagens_conteudo {
        text-align: center;
    }
    #pagProduto .mobile_curso {
        display: flex;
        flex-direction: column-reverse;
    }
    #pagProduto #curso_vantagens .vantagens_conteudo {
        width: 100%;
        background-size: 150%;
    }
    #pagProduto #curso_vantagens :last-child .vantagens_conteudo {
        background-size: cover;
        background-position: center center;
    }
    #pagProduto #curso_vantagens .vantagens_conteudo {
        border-radius: 0;
    }
    #pontos_chave .pontos_chave_topicos .topico {
        flex-direction: column;
        text-align: center;
    }
    #curso_temas ul,
    #curso_indice ul {
        columns: 1;
    }
    #curso_depoimento .curso_depoimentos {
        flex-direction: column;
    }
    #curso_depoimento .curso_depoimentos .depoimento {
        width: 80%;
        margin: 15px auto;
    }
    #curso_depoimento .curso_depoimentos :last-child {
        border: none;
    }
    #pagProduto .depoimento {
        border-bottom: 1px solid #E91F5B;
        padding-bottom: 15px;
    }
    #compra_float_mobile .compra_float_preco {
        display: flex;
    }
    #compra_float_mobile .compra_float_preco .botao_compra {
        width: 200px;
    }
    #htmlModal .janela {
        width: 90%!important;
    }
    #compra_float_mobile {
        z-index: 5;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        padding: 10px;
        background: white;
        border-radius: 0;
        position: fixed;
        right: 0;
        bottom: 0;
        box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
    }
    #compra_float_mobile .preco_mobile {
        justify-content: space-around;
    }
    #compra_float_mobile .arrow {
        display: none;
    }
    #compra_float_mobile .botao_compra {
        background-position: center center;
        background-size: auto;
        width: 250px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #FFFFFF;
        border-radius: 10px;
    }
}