.gradient-text {
    font-family: inherit, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(to right, #f78107, #d9e984);
    /*background: linear-gradient(to right, #00e785, #50c4fe); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.h1normal {
    font-size: 60px;
    margin: 0 0 30px 0;
    line-height: 80px;
    font-weight: 600;
    font-family: "Obviously", sans-serif;
}

.contenido-ps-acf .ps-optimizado .ps-item p {
    color: #000000 !important;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.dark .contenido-ps-acf .ps-optimizado .ps-item p {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 768px) {
    .h1normal {
        font-size: 40px;
        line-height: 50px;
    }

}