
/* parrafos */
    body, p,
    p:not(.elementor-widget-container *),
    .entry-content {
        line-height: 1.5em !important;
        font-size: 1.4rem !important;
    }

/* formularios */
    div.wpforms-container .wpforms-form .choices__placeholder {
        opacity: 1 !important;
    }
    @media (max-width: 767px) {
        div.wpforms-container .wpforms-form  .wpforms-field {
            width: 100% !important;
            margin: 0 !important;
        }
    }

/* aviso cookies */
    .cky-notice .cky-title,
    .cky-notice-des {
        line-height: 1.5em !important;
    }
    .cky-notice-des a {
        text-decoration: underline !important;
    }

/* scrollbar */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    
    ::-webkit-scrollbar-thumb {
        background: #627f22;
    }
    ::-webkit-scrollbar-track {
        background: #efefef;
    }