.elementor-1280 .elementor-element.elementor-element-5d2fd18a{opacity:1;transform:rotate(0deg);}/* Start custom CSS for text-editor, class: .elementor-element-5d2fd18a */html {
    font-size: 10px; /* Define o tamanho da fonte raiz como 10px */
}

h1 {
    font-size: 3rem; /* 3 vezes o tamanho da fonte raiz (30px) */
}

h2 {
    font-size: 2.5rem; /* 2.5 vezes o tamanho da fonte raiz (25px) */
}

h3 {
    font-size: 2rem; /* 2 vezes o tamanho da fonte raiz (20px) */
}

p {
    font-size: 1rem; /* 1 vez o tamanho da fonte raiz (10px) - mesmo tamanho do texto base */
    line-height: 1.6;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Ajustes para telas maiores */
@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem; /* Aumenta o tamanho do h1 em telas maiores */
    }

    h2 {
        font-size: 2.8rem;
    }

    p {
        font-size: 1.1rem; /* Aumenta um pouco o tamanho do parágrafo */
    }
}

/* Ajustes para telas ainda maiores */
@media (min-width: 1200px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    p {
        font-size: 1.2rem;
    }
}/* End custom CSS */