:root {
    --Rojo: #CD2220;
    --Gris: #303030;
    --Morado: #8254F6;
}
.color-morado{color: var(--Morado);}

body { font-family: "Noto Sans", sans-serif; }
/* cf7 */
label {
    font-weight: 700;
    margin-bottom: .25em;
    font-size: 1rem;
    width: 100%;
}
label span.obligatorio{
    font-size: 85%;
    font-weight: 400;
    margin-left: .25em;
    opacity: .6;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 16px 24px;
    border-width: 0;
    text-decoration: none;
    background-color: var(--Rojo);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    transition: 300ms;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: var(--Gris);
    transition: 300ms;
}
.shadow-elementor {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    clip-path: inset(0px -15px 0px -15px);
}

input, textarea {width: 100%; border: solid 1px #C5C5C5; border-radius: 5px; padding: 1rem}
textarea {
    height: 150px;
}
.newsletter input {
    font-size: 16px;
    padding: 12px 18px 12px 18px;
    border-color: background;
    border-radius: 49px;
    border-width: 2px;
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #6ab5a9;
    background-color: #fff;
    font-size: 16px;
    padding: 12px 18px 12px 18px;
    margin-top: 10px;
    border-color: background;
    border-radius: 49px;
    border-width: 2px;
}