Seção de Preço com Parcela Destacada no Elementor

				
					<!-- ALTERAR ESTILO AQUI -->

<head>
    <style>

        .parcela {
            font-size: 100px;
            color: #fff;
            font-weight: 600;
            line-height: 100px;
            font-family: REM;
        }

        .qtd-parcelas, .centavos {
            font-family: REM;
            margin-top: 10px;
            line-height: 24px;
            font-size: 22px;
            font-size: 24px;
            color: #fff;
            font-weight: 400;
            text-align: center;
        }

        .container {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            column-gap: 10px;
        }

        /* Adaptar no mobile */

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

            .qtd-parcelas, .centavos {
                font-size: 18px;
                line-height: 18px;
            }

            .parcela {
                font-size: 90px;
                line-height: 90px;
            }

    }
    </style>
</head>

<!-- ALTERAR TEXTO AQUI -->
<body>
    <div class="container">
        <div><p class="qtd-parcelas"> por 12x <br>de R$</p></div>
        <p class="parcela">9</p>
        <p class="centavos">,93</p>
    </div>
</body>

</html>
				
			
➡️ Assuntos relacionados

Preencha com suas informações