 :root { --font-frutiger: "Frutiger", "Frutiger Next", sans-serif; } body { font-family: var(--font-frutiger) !important; }  .card-quienes-somos { background: #ffffff; padding: clamp(30px, 5vw, 60px); box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1); margin-top: -100px; position: relative; z-index: 5; border-radius: 2px; }  .form-contacto input, .form-contacto textarea { border: 1px solid #999999 !important; border-radius: 0 !important; padding: 10px !important; font-family: var(--font-frutiger) !important; background-color: #fff !important; } .form-contacto label { font-size: 0.9rem; color: #333; margin-bottom: 4px; } .form-contacto button { background-color: #e1e1e1 !important; color: #333 !important; border: 1px solid #ccc !important; border-radius: 3px !important; padding: 5px 20px !important; text-transform: none !important; }  .bricks-scroll-to-top { right: 20px !important;  left: auto !important;  bottom: 90px !important;  z-index: 999; }  @media (max-width: 767px) { .bricks-scroll-to-top { right: 15px !important; bottom: 85px !important; } }  .wc-memberships-restriction-message.woocommerce-info { background-color: transparent !important; border: none !important; padding: 0 !important; margin: 2em 0 !important; box-shadow: none !important; color: inherit !important; }  .wc-memberships-restriction-message.woocommerce-info::before { display: none !important; }